public class FindChangesetCommand extends Object implements ParseableCommand<ChangeSet>, Command
| Constructor and Description |
|---|
FindChangesetCommand(ObjectSpec objectSpec,
hudson.FilePath xmlOutputPath) |
| Modifier and Type | Method and Description |
|---|---|
MaskedArgumentListBuilder |
getArguments()
Returns the arguments to be sent to the cm command line client
|
ChangeSet |
parse(Reader reader)
Returns data from parsing the command line client output in reader
|
public FindChangesetCommand(ObjectSpec objectSpec, hudson.FilePath xmlOutputPath)
public MaskedArgumentListBuilder getArguments()
CommandgetArguments in interface Commandpublic ChangeSet parse(Reader reader) throws IOException, ParseException
ParseableCommandparse in interface ParseableCommand<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.