@Extension
public class SetExternalBuildResultCommand
extends hudson.cli.CLICommand
Modifier and Type | Field and Description |
---|---|
String |
displayName |
boolean |
dumpBuildNumber |
long |
duration |
hudson.model.TopLevelItem |
job |
String |
log |
int |
result |
Constructor and Description |
---|
SetExternalBuildResultCommand() |
Modifier and Type | Method and Description |
---|---|
String |
getShortDescription() |
protected int |
run()
Entry point to the SetExternalBuildResultCommand command.
|
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCmdLineParser, getCurrent, getLongDescription, getName, getSingleLineSummary, getTransportAuthentication, getUsage, loadStoredAuthentication, main, printUsage, printUsageSummary, registerOptionHandlers, setTransportAuth, shouldPerformAuthentication
public transient hudson.model.TopLevelItem job
public transient String displayName
public transient int result
public transient long duration
public String log
public boolean dumpBuildNumber
public String getShortDescription()
getShortDescription
in class hudson.cli.CLICommand
protected int run() throws Exception
Schedule an external build, put passed build result. If log is '-' then gzipped stream is expected on stdin, otherwise it is raw string (not BASE64 encoded). If -dump-build-number is set, the new created build number dumped to the stdout
run
in class hudson.cli.CLICommand
Exception
Copyright © 2015. All rights reserved.