|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tfs.commands.AbstractCommand
hudson.plugins.tfs.commands.DetailedHistoryCommand
public class DetailedHistoryCommand
| Constructor Summary | |
|---|---|
DetailedHistoryCommand(ServerConfigurationProvider provider,
java.lang.String projectPath,
java.util.Calendar fromTimestamp,
java.util.Calendar toTimestamp)
|
|
| Method Summary | |
|---|---|
MaskedArgumentListBuilder |
getArguments()
Returns the arguments to be sent to the TF command line client |
java.util.List<ChangeSet> |
parse(java.io.Reader reader)
Returns data from parsing the command line client output in reader |
| Methods inherited from class hudson.plugins.tfs.commands.AbstractCommand |
|---|
addLoginArgument, addServerArgument, getConfig |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DetailedHistoryCommand(ServerConfigurationProvider provider,
java.lang.String projectPath,
java.util.Calendar fromTimestamp,
java.util.Calendar toTimestamp)
| Method Detail |
|---|
public MaskedArgumentListBuilder getArguments()
Command
getArguments in interface Command
public java.util.List<ChangeSet> parse(java.io.Reader reader)
throws java.io.IOException,
java.text.ParseException
ParseableCommand
parse in interface ParseableCommand<java.util.List<ChangeSet>>reader - reader containing the output from the command line client
java.io.IOException - thrown if there was a problem reading the data from the reader
java.text.ParseException - thrown if there was a problem parsing the data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||