Uses of Class
hudson.plugins.clearcase.history.HistoryEntry

Packages that use HistoryEntry
hudson.plugins.clearcase.base   
hudson.plugins.clearcase.history   
hudson.plugins.clearcase.ucm   
 

Uses of HistoryEntry in hudson.plugins.clearcase.base
 

Methods in hudson.plugins.clearcase.base that return HistoryEntry
protected  HistoryEntry BaseHistoryAction.parseEventLine(java.util.regex.Matcher matcher, java.lang.String line)
           
 

Method parameters in hudson.plugins.clearcase.base with type arguments of type HistoryEntry
protected  java.util.List<? extends hudson.scm.ChangeLogSet.Entry> BaseHistoryAction.buildChangelog(java.lang.String viewPath, java.util.List<HistoryEntry> entries)
           
 

Uses of HistoryEntry in hudson.plugins.clearcase.history
 

Methods in hudson.plugins.clearcase.history that return HistoryEntry
 HistoryEntry HistoryEntry.appendComment(java.lang.String commentFragment)
           
protected abstract  HistoryEntry AbstractHistoryAction.parseEventLine(java.util.regex.Matcher matcher, java.lang.String line)
           
 

Methods in hudson.plugins.clearcase.history that return types with arguments of type HistoryEntry
protected  java.util.List<HistoryEntry> AbstractHistoryAction.filterEntries(java.util.List<HistoryEntry> entries)
           
protected  java.util.List<HistoryEntry> AbstractHistoryAction.runLsHistory(java.util.Date time, java.lang.String viewPath, java.lang.String viewTag, java.lang.String[] branchNames, java.lang.String[] viewPaths)
           
 

Methods in hudson.plugins.clearcase.history with parameters of type HistoryEntry
 boolean FilterChain.accept(HistoryEntry element)
           
 boolean Filter.accept(HistoryEntry element)
           
 boolean FileFilter.accept(HistoryEntry entry)
           
 boolean DestroySubBranchFilter.accept(HistoryEntry entry)
           
 boolean DefaultFilter.accept(HistoryEntry entry)
           
 

Method parameters in hudson.plugins.clearcase.history with type arguments of type HistoryEntry
protected abstract  java.util.List<? extends hudson.scm.ChangeLogSet.Entry> AbstractHistoryAction.buildChangelog(java.lang.String viewPath, java.util.List<HistoryEntry> entries)
           
protected  java.util.List<HistoryEntry> AbstractHistoryAction.filterEntries(java.util.List<HistoryEntry> entries)
           
protected  void AbstractHistoryAction.parseLsHistory(java.io.BufferedReader reader, java.util.Collection<HistoryEntry> history)
           
 

Uses of HistoryEntry in hudson.plugins.clearcase.ucm
 

Methods in hudson.plugins.clearcase.ucm that return HistoryEntry
protected  HistoryEntry UcmHistoryAction.parseEventLine(java.util.regex.Matcher matcher, java.lang.String line)
           
 

Methods in hudson.plugins.clearcase.ucm that return types with arguments of type HistoryEntry
protected  java.util.List<HistoryEntry> UcmHistoryAction.runLsHistory(java.util.Date sinceTime, java.lang.String viewPath, java.lang.String viewTag, java.lang.String[] branchNames, java.lang.String[] viewPaths)
           
 

Method parameters in hudson.plugins.clearcase.ucm with type arguments of type HistoryEntry
protected  java.util.List<? extends hudson.scm.ChangeLogSet.Entry> UcmHistoryAction.buildChangelog(java.lang.String viewPath, java.util.List<HistoryEntry> entries)
           
 



Copyright © 2010. All Rights Reserved.