|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChangeSet | |
|---|---|
| hudson.plugins.tfs | |
| hudson.plugins.tfs.actions | |
| 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,
java.util.Calendar lastBuildTimestamp)
|
| 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> |
DetailedHistoryCommand.parse(java.io.Reader reader)
|
java.util.List<ChangeSet> |
BriefHistoryCommand.parse(java.io.Reader consoleReader)
Parse the data in the reader and return a list of change sets. |
| Uses of ChangeSet in hudson.plugins.tfs.model |
|---|
| 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()
|
| Constructor parameters in hudson.plugins.tfs.model with type arguments of type ChangeSet | |
|---|---|
ChangeLogSet(hudson.model.AbstractBuild<?,?> build,
java.util.List<ChangeSet> changesets)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||