Uses of Class
com.deluan.jenkins.plugins.rtc.changelog.JazzChangeSet

Packages that use JazzChangeSet
com.deluan.jenkins.plugins.rtc   
com.deluan.jenkins.plugins.rtc.changelog   
com.deluan.jenkins.plugins.rtc.commands   
com.deluan.jenkins.plugins.rtc.commands.accept   
 

Uses of JazzChangeSet in com.deluan.jenkins.plugins.rtc
 

Methods in com.deluan.jenkins.plugins.rtc that return types with arguments of type JazzChangeSet
 List<JazzChangeSet> JazzClient.accept()
          Call scm accept command.

 

Methods in com.deluan.jenkins.plugins.rtc with parameters of type JazzChangeSet
 URL JazzRepositoryBrowser.getChangeSetLink(JazzChangeSet changeSet)
           
 URL JazzRepositoryBrowser.getWorkItemLink(JazzChangeSet changeSet, String workItem)
           
 

Uses of JazzChangeSet in com.deluan.jenkins.plugins.rtc.changelog
 

Methods in com.deluan.jenkins.plugins.rtc.changelog that return JazzChangeSet
 JazzChangeSet JazzChangeSet.Item.getParent()
           
 

Methods in com.deluan.jenkins.plugins.rtc.changelog that return types with arguments of type JazzChangeSet
 List<JazzChangeSet> JazzChangeSetList.getLogs()
           
 Iterator<JazzChangeSet> JazzChangeSetList.iterator()
           
 

Methods in com.deluan.jenkins.plugins.rtc.changelog with parameters of type JazzChangeSet
 int JazzChangeSet.compareTo(JazzChangeSet o)
           
 void JazzChangeSet.copyItemsFrom(JazzChangeSet changeSet2)
           
 

Method parameters in com.deluan.jenkins.plugins.rtc.changelog with type arguments of type JazzChangeSet
protected  org.apache.commons.digester.Digester JazzChangeLogReader.createDigester(List<JazzChangeSet> result)
           
 void JazzChangeLogWriter.write(Collection<JazzChangeSet> changeSetList, File changelogFile)
           
protected  void JazzChangeLogWriter.write(Collection<JazzChangeSet> changeSetList, Writer output)
           
 

Constructor parameters in com.deluan.jenkins.plugins.rtc.changelog with type arguments of type JazzChangeSet
JazzChangeSetList(hudson.model.AbstractBuild build, List<JazzChangeSet> logs)
           
 

Uses of JazzChangeSet in com.deluan.jenkins.plugins.rtc.commands
 

Methods in com.deluan.jenkins.plugins.rtc.commands that return types with arguments of type JazzChangeSet
 Map<String,JazzChangeSet> ListCommand.parse(BufferedReader reader)
           
 Map<String,JazzChangeSet> CompareCommand.parse(BufferedReader reader)
           
 Map<String,JazzChangeSet> AcceptCommand.parse(BufferedReader reader)
           
 

Uses of JazzChangeSet in com.deluan.jenkins.plugins.rtc.commands.accept
 

Methods in com.deluan.jenkins.plugins.rtc.commands.accept that return types with arguments of type JazzChangeSet
 Map<String,JazzChangeSet> BaseAcceptOutputParser.parse(BufferedReader reader)
           
 



Copyright © 2004-2011. All Rights Reserved.