Uses of Class
hudson.plugins.clearcase.ClearCaseChangeLogEntry

Packages that use ClearCaseChangeLogEntry
hudson.plugins.clearcase   
hudson.plugins.clearcase.base   
hudson.plugins.clearcase.util   
 

Uses of ClearCaseChangeLogEntry in hudson.plugins.clearcase
 

Methods in hudson.plugins.clearcase that return types with arguments of type ClearCaseChangeLogEntry
 java.util.List<ClearCaseChangeLogEntry> ClearCaseChangeLogSet.getLogs()
           
 java.util.Iterator<ClearCaseChangeLogEntry> ClearCaseChangeLogSet.iterator()
           
 hudson.scm.ChangeLogSet<ClearCaseChangeLogEntry> ClearCaseChangeLogParser.parse(hudson.model.AbstractBuild build, java.io.File changelogFile)
           
 

Method parameters in hudson.plugins.clearcase with type arguments of type ClearCaseChangeLogEntry
static void ClearCaseChangeLogSet.saveToChangeLog(java.io.OutputStream outputStream, java.util.List<ClearCaseChangeLogEntry> history)
          Stores the history objects to the output stream as xml
 

Constructor parameters in hudson.plugins.clearcase with type arguments of type ClearCaseChangeLogEntry
ClearCaseChangeLogSet(hudson.model.AbstractBuild<?,?> build, java.util.List<ClearCaseChangeLogEntry> logs)
           
 

Uses of ClearCaseChangeLogEntry in hudson.plugins.clearcase.base
 

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

Uses of ClearCaseChangeLogEntry in hudson.plugins.clearcase.util
 

Methods in hudson.plugins.clearcase.util that return types with arguments of type ClearCaseChangeLogEntry
 java.util.List<ClearCaseChangeLogEntry> ChangeLogEntryMerger.getMergedList(java.util.List<ClearCaseChangeLogEntry> orgList)
           
 

Method parameters in hudson.plugins.clearcase.util with type arguments of type ClearCaseChangeLogEntry
 java.util.List<ClearCaseChangeLogEntry> ChangeLogEntryMerger.getMergedList(java.util.List<ClearCaseChangeLogEntry> orgList)
           
 



Copyright © 2011. All Rights Reserved.