static
<TResult,TContext>
TResult |
|
AccurevLauncher.runCommand(String humanReadableCommandName,
hudson.Launcher launcher,
hudson.util.ArgumentListBuilder machineReadableCommand,
boolean[] masksOrNull,
Lock synchronizationLockObjectOrNull,
Map<String,String> environmentVariables,
hudson.FilePath directoryToRunCommandFrom,
hudson.model.TaskListener listenerToLogFailuresTo,
Logger loggerToLogFailuresTo,
AccurevLauncher.ICmdOutputParser<TResult,TContext> commandOutputParser,
TContext commandOutputParserContext)
Runs a command a parses the output, returning the result of parsing that
output. |