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

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

Uses of HistoryEntry in hudson.plugins.clearcase.action
 

Methods in hudson.plugins.clearcase.action that return HistoryEntry
protected abstract  HistoryEntry DefaultPollAction.parseLine(java.lang.String line)
           
 

Methods in hudson.plugins.clearcase.action with parameters of type HistoryEntry
protected  boolean DefaultPollAction.filterEntry(HistoryEntry entry)
           
 

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)
           
protected  HistoryEntry BasePollAction.parseLine(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 viewName, java.util.List<HistoryEntry> entries)
           
 

Uses of HistoryEntry in hudson.plugins.clearcase.history
 

Methods in hudson.plugins.clearcase.history that return HistoryEntry
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> unfiltered)
           
protected  java.util.List<HistoryEntry> AbstractHistoryAction.parseLsHistory(java.io.BufferedReader reader)
           
protected  java.util.List<HistoryEntry> AbstractHistoryAction.runLsHistory(java.util.Date time, java.lang.String viewName, java.lang.String[] branchNames, java.lang.String[] viewPaths)
           
 

Methods in hudson.plugins.clearcase.history with parameters of type HistoryEntry
 boolean Filter.accept(HistoryEntry element)
           
 boolean DestroySubBranchFilter.accept(HistoryEntry entry)
           
 boolean DefaultFilter.accept(HistoryEntry entry)
           
 boolean FileFilter.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 viewName, java.util.List<HistoryEntry> entries)
           
protected  java.util.List<HistoryEntry> AbstractHistoryAction.filterEntries(java.util.List<HistoryEntry> unfiltered)
           
 

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)
           
protected  HistoryEntry UcmPollAction.parseLine(java.lang.String line)
           
 

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 viewName, java.util.List<HistoryEntry> entries)
           
 



Copyright © 2009. All Rights Reserved.