Uses of Class
hudson.plugins.clearcase.util.EventRecordFilter

Packages that use EventRecordFilter
hudson.plugins.clearcase.action   
hudson.plugins.clearcase.base   
hudson.plugins.clearcase.ucm   
 

Uses of EventRecordFilter in hudson.plugins.clearcase.action
 

Methods in hudson.plugins.clearcase.action with parameters of type EventRecordFilter
 boolean PollAction.getChanges(EventRecordFilter eventFilter, java.util.Date time, java.lang.String viewName, java.lang.String[] branchNames, java.lang.String[] viewPaths)
          Returns if the repository has any changes since the specified time
 boolean DefaultPollAction.getChanges(EventRecordFilter eventFilter, java.util.Date time, java.lang.String viewName, java.lang.String[] branchNames, java.lang.String[] viewPaths)
           
 java.util.List<? extends hudson.scm.ChangeLogSet.Entry> ChangeLogAction.getChanges(EventRecordFilter eventFilter, java.util.Date time, java.lang.String viewName, java.lang.String[] branchNames, java.lang.String[] viewPaths)
           
 

Uses of EventRecordFilter in hudson.plugins.clearcase.base
 

Methods in hudson.plugins.clearcase.base with parameters of type EventRecordFilter
 java.util.List<ClearCaseChangeLogEntry> BaseChangeLogAction.getChanges(EventRecordFilter eventFilter, java.util.Date time, java.lang.String viewName, java.lang.String[] branchNames, java.lang.String[] viewPaths)
           
 

Uses of EventRecordFilter in hudson.plugins.clearcase.ucm
 

Methods in hudson.plugins.clearcase.ucm with parameters of type EventRecordFilter
 java.util.List<UcmActivity> UcmChangeLogAction.getChanges(EventRecordFilter eventFilter, java.util.Date time, java.lang.String viewName, java.lang.String[] branchNames, java.lang.String[] viewPaths)
           
 



Copyright © 2008. All Rights Reserved.