public class DetailedHistoryCommand extends Object implements ParseableCommand<List<ChangeSet>>, Command
| Constructor and Description |
|---|
DetailedHistoryCommand(Calendar fromTimestamp,
Calendar toTimestamp,
String branch,
String repository,
hudson.FilePath xmlOutputPath) |
| Modifier and Type | Method and Description |
|---|---|
MaskedArgumentListBuilder |
getArguments()
Returns the arguments to be sent to the cm command line client
|
List<ChangeSet> |
parse(Reader reader)
Returns data from parsing the command line client output in reader
|
public MaskedArgumentListBuilder getArguments()
CommandgetArguments in interface Commandpublic List<ChangeSet> parse(Reader reader) throws IOException, ParseException
ParseableCommandparse in interface ParseableCommand<List<ChangeSet>>reader - reader containing the output from the command line clientIOException - thrown if there was a problem reading the data from the readerParseException - thrown if there was a problem parsing the dataCopyright © 2016–2023. All rights reserved.