@Extension public class SetExternalBuildResultCommand extends CLICommand
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
String |
displayName |
boolean |
dumpBuildNumber |
long |
duration |
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, main, printUsage, printUsageSummary, registerOptionHandlers, setClientCharset, setTransportAuth, shouldPerformAuthenticationpublic transient 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 CLICommandprotected 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 CLICommandExceptionCopyright © 2016–2022. All rights reserved.