Uses of Class
hudson.plugins.cmvc.CmvcChangeLogSet.CmvcChangeLog

Packages that use CmvcChangeLogSet.CmvcChangeLog
hudson.plugins.cmvc   
hudson.plugins.cmvc.util   
 

Uses of CmvcChangeLogSet.CmvcChangeLog in hudson.plugins.cmvc
 

Methods in hudson.plugins.cmvc that return CmvcChangeLogSet.CmvcChangeLog
 CmvcChangeLogSet.CmvcChangeLog CmvcChangeLogSet.CmvcChangeLog.ModifiedFile.getParent()
           
 

Methods in hudson.plugins.cmvc that return types with arguments of type CmvcChangeLogSet.CmvcChangeLog
 java.util.List<CmvcChangeLogSet.CmvcChangeLog> CmvcChangeLogSet.getLogs()
           
 java.util.Iterator<CmvcChangeLogSet.CmvcChangeLog> CmvcChangeLogSet.iterator()
           
 

Method parameters in hudson.plugins.cmvc with type arguments of type CmvcChangeLogSet.CmvcChangeLog
 void CmvcChangeLogSet.setLogs(java.util.List<CmvcChangeLogSet.CmvcChangeLog> logs)
           
 

Constructor parameters in hudson.plugins.cmvc with type arguments of type CmvcChangeLogSet.CmvcChangeLog
CmvcChangeLogSet(hudson.model.AbstractBuild<?,?> build, java.util.List<CmvcChangeLogSet.CmvcChangeLog> logs)
           
 

Uses of CmvcChangeLogSet.CmvcChangeLog in hudson.plugins.cmvc.util
 

Methods in hudson.plugins.cmvc.util that return types with arguments of type CmvcChangeLogSet.CmvcChangeLog
static java.util.List<CmvcChangeLogSet.CmvcChangeLog> CmvcRawParser.parseChangeLogFile(java.io.Reader reader)
           
static java.util.List<CmvcChangeLogSet.CmvcChangeLog> CmvcRawParser.parseTrackViewReport(java.io.Reader rawResult, CmvcChangeLogSet changeLogSet)
          Parses TrackView raw report and generate a list of CmvcChangeLogSet.CmvcChangeLog
 



Copyright © 2009. All Rights Reserved.