Uses of Class
hudson.scm.CVSChangeLogSet.CVSChangeLog

Packages that use CVSChangeLogSet.CVSChangeLog
hudson.scm   
hudson.scm.browsers   
 

Uses of CVSChangeLogSet.CVSChangeLog in hudson.scm
 

Methods in hudson.scm that return CVSChangeLogSet.CVSChangeLog
 CVSChangeLogSet.CVSChangeLog CVSChangeLogSet.File.getParent()
           
 

Methods in hudson.scm that return types with arguments of type CVSChangeLogSet.CVSChangeLog
 List<CVSChangeLogSet.CVSChangeLog> CVSChangeLogSet.getLogs()
          Returns the read-only list of changes.
 

Methods in hudson.scm with parameters of type CVSChangeLogSet.CVSChangeLog
 boolean CVSChangeLogSet.CVSChangeLog.canBeMergedWith(CVSChangeLogSet.CVSChangeLog that)
          Checks if two CVSChangeLogSet.CVSChangeLog entries can be merged.
 void CVSChangeLogSet.CVSChangeLog.merge(CVSChangeLogSet.CVSChangeLog that)
           
 

Constructor parameters in hudson.scm with type arguments of type CVSChangeLogSet.CVSChangeLog
CVSChangeLogSet(hudson.model.AbstractBuild<?,?> build, List<CVSChangeLogSet.CVSChangeLog> logs)
           
 

Uses of CVSChangeLogSet.CVSChangeLog in hudson.scm.browsers
 

Methods in hudson.scm.browsers with parameters of type CVSChangeLogSet.CVSChangeLog
 URL FishEyeCVS.getChangeSetLink(CVSChangeLogSet.CVSChangeLog changeSet)
           
 URL ViewCVS.getChangeSetLink(CVSChangeLogSet.CVSChangeLog changeSet)
          No changeset support in ViewCVS.
 



Copyright © 2004-2011 Hudson. All Rights Reserved.