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, runHelpgetPluginManager, setPluginManagerpublic String getShortDescription()
public ExitCode runWithoutHelp(CommandRunnerParams params) throws Exception
runWithoutHelp in class AbstractCommandExceptionpublic boolean isReadOnly()
public boolean performsBuild()
performsBuild in interface CommandperformsBuild in class AbstractCommandpublic void handleException(org.kohsuke.args4j.CmdLineException e)
throws org.kohsuke.args4j.CmdLineException
handleException in class AbstractCommandorg.kohsuke.args4j.CmdLineException