public final class RunCommand extends AbstractCommand
commandArgsFile
Constructor and Description |
---|
RunCommand() |
Modifier and Type | Method and Description |
---|---|
String |
getShortDescription() |
void |
handleException(org.kohsuke.args4j.CmdLineException e)
It prints error message when users do not pass arguments to underlying binary correctly.
|
boolean |
isReadOnly() |
boolean |
performsBuild() |
ExitCode |
runWithoutHelp(CommandRunnerParams params) |
addCommandSpecificConfigOverrides, convertArgumentsToBuildTargets, createParsingContext, getCommandArgsFile, getCommandLineBuildTargetNormalizer, getConcurrencyLimit, getConfigOverrides, getEnableParserProfiling, getEventListeners, getEventsOutputPath, getExcludeIncompatibleTargets, getExecutionContext, getExecutionContextBuilder, getHostPlatform, getLogConfig, getTargetPlatforms, handleException, isNoCache, isReuseCurrentConfig, isSourceControlStatsGatheringEnabled, matchBuildTargetsWithLabelsFromSpecs, prepareExecutionContext, printUsage, printWarning, printWarning, run, runHelp
getPluginManager, setPluginManager
public String getShortDescription()
public ExitCode runWithoutHelp(CommandRunnerParams params) throws Exception
runWithoutHelp
in class AbstractCommand
Exception
public boolean isReadOnly()
public boolean performsBuild()
performsBuild
in interface Command
performsBuild
in class AbstractCommand
public void handleException(org.kohsuke.args4j.CmdLineException e) throws org.kohsuke.args4j.CmdLineException
handleException
in class AbstractCommand
org.kohsuke.args4j.CmdLineException