public class PublishCommand extends BuildCommand
BuildCommand.ActionGraphCreationException
Modifier and Type | Field and Description |
---|---|
static String |
DRY_RUN_LONG_ARG |
static String |
INCLUDE_DOCS_LONG_ARG |
static String |
INCLUDE_DOCS_SHORT_ARG |
static String |
INCLUDE_SOURCE_LONG_ARG |
static String |
INCLUDE_SOURCE_SHORT_ARG |
static String |
REMOTE_REPO_LONG_ARG |
static String |
REMOTE_REPO_SHORT_ARG |
static String |
TO_MAVEN_CENTRAL_LONG_ARG |
commandArgsFile
Constructor and Description |
---|
PublishCommand() |
Modifier and Type | Method and Description |
---|---|
String |
getShortDescription() |
ExitCode |
runWithoutHelp(CommandRunnerParams params) |
assertArguments, executeLocalBuild, getAdditionalTargetsToBuild, getArguments, getBuildEngineMode, getEventListeners, getExecutionContextBuilder, getPathToBuildReport, isCodeCoverageEnabled, isDebugEnabled, isKeepGoing, isReadOnly, isRemoteExecutionForceDisabled, isSourceControlStatsGatheringEnabled, performsBuild, run, setKeepGoing, shouldReportAbsolutePaths
addCommandSpecificConfigOverrides, convertArgumentsToBuildTargets, createParsingContext, getCommandArgsFile, getCommandLineBuildTargetNormalizer, getConcurrencyLimit, getConfigOverrides, getEnableParserProfiling, getEventsOutputPath, getExcludeIncompatibleTargets, getExecutionContext, getHostPlatform, getLogConfig, getTargetPlatforms, handleException, handleException, isNoCache, isReuseCurrentConfig, matchBuildTargetsWithLabelsFromSpecs, prepareExecutionContext, printUsage, printWarning, printWarning, run, runHelp
getPluginManager, setPluginManager
public static final String REMOTE_REPO_LONG_ARG
public static final String REMOTE_REPO_SHORT_ARG
public static final String INCLUDE_SOURCE_LONG_ARG
public static final String INCLUDE_SOURCE_SHORT_ARG
public static final String INCLUDE_DOCS_LONG_ARG
public static final String INCLUDE_DOCS_SHORT_ARG
public static final String TO_MAVEN_CENTRAL_LONG_ARG
public static final String DRY_RUN_LONG_ARG
public ExitCode runWithoutHelp(CommandRunnerParams params) throws Exception
runWithoutHelp
in class BuildCommand
Exception
public String getShortDescription()
getShortDescription
in interface Command
getShortDescription
in class BuildCommand