Uses of Class
hudson.plugins.tfs.model.ChangeSet

Packages that use ChangeSet
hudson.plugins.tfs   
hudson.plugins.tfs.actions   
hudson.plugins.tfs.browsers   
hudson.plugins.tfs.commands   
hudson.plugins.tfs.model   
 

Uses of ChangeSet in hudson.plugins.tfs
 

Method parameters in hudson.plugins.tfs with type arguments of type ChangeSet
 void ChangeSetWriter.write(java.util.List<ChangeSet> changeSets, java.io.File changelogFile)
          Writes the list of change sets to the file
 void ChangeSetWriter.write(java.util.List<ChangeSet> changeSets, java.io.Writer output)
          Writes the list of change sets to the writer
 

Uses of ChangeSet in hudson.plugins.tfs.actions
 

Methods in hudson.plugins.tfs.actions that return types with arguments of type ChangeSet
 java.util.List<ChangeSet> CheckoutAction.checkout(Server server, hudson.FilePath workspacePath, java.util.Calendar lastBuildTimestamp)
           
 

Uses of ChangeSet in hudson.plugins.tfs.browsers
 

Methods in hudson.plugins.tfs.browsers with parameters of type ChangeSet
 java.net.URL TeamSystemWebAccessBrowser.getChangeSetLink(ChangeSet changeSet)
          http://tswaserver:8090/cs.aspx?
 

Uses of ChangeSet in hudson.plugins.tfs.commands
 

Methods in hudson.plugins.tfs.commands that return types with arguments of type ChangeSet
 java.util.List<ChangeSet> BriefHistoryCommand.parse(java.io.Reader consoleReader)
          Parse the data in the reader and return a list of change sets.
 java.util.List<ChangeSet> DetailedHistoryCommand.parse(java.io.Reader reader)
           
 

Uses of ChangeSet in hudson.plugins.tfs.model
 

Methods in hudson.plugins.tfs.model that return ChangeSet
 ChangeSet ChangeSet.Item.getParent()
           
 

Methods in hudson.plugins.tfs.model that return types with arguments of type ChangeSet
 java.util.List<ChangeSet> Project.getBriefHistory(java.util.Calendar fromTimestamp, java.util.Calendar toTimestamp)
          Returns a list of change sets not containing the modified items.
 java.util.List<ChangeSet> Project.getDetailedHistory(java.util.Calendar fromTimestamp, java.util.Calendar toTimestamp)
          Returns a list of change sets containing modified items.
 java.util.Iterator<ChangeSet> ChangeLogSet.iterator()
           
 

Constructors in hudson.plugins.tfs.model with parameters of type ChangeSet
ChangeLogSet(hudson.model.AbstractBuild build, ChangeSet[] changesetArray)
           
 

Constructor parameters in hudson.plugins.tfs.model with type arguments of type ChangeSet
ChangeLogSet(hudson.model.AbstractBuild build, java.util.List<ChangeSet> changesets)
           
 



Copyright © 2009. All Rights Reserved.