Package hudson.cli
Class Messages
java.lang.Object
hudson.cli.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyAddJobToViewCommand.ShortDescription
:Adds jobs to view.
.static org.jvnet.localizer.Localizable
KeyBuildCommand.CLICause.CannotBuildConfigNotSaved
:Cannot build {0} because its configuration has not been saved.
.static org.jvnet.localizer.Localizable
KeyBuildCommand.CLICause.CannotBuildDisabled
:Cannot build {0} because it is disabled.
.static org.jvnet.localizer.Localizable
KeyBuildCommand.CLICause.CannotBuildUnknownReasons
:Cannot build {0} for unknown reasons.
.static org.jvnet.localizer.Localizable
KeyBuildCommand.CLICause.ShortDescription
:Started from command line by {0}
.static org.jvnet.localizer.Localizable
KeyBuildCommand.ShortDescription
:Builds a job, and optionally waits until its completion.
.static org.jvnet.localizer.Localizable
KeyCancelQuietDownCommand.ShortDescription
:Cancel the effect of the "quiet-down" command.
.static org.jvnet.localizer.Localizable
KeyClearQueueCommand.ShortDescription
:Clears the build queue.
.static org.jvnet.localizer.Localizable
KeyCliProtocol.displayName
:Jenkins CLI Protocol/1 (unencrypted)
.static org.jvnet.localizer.Localizable
KeyCliProtocol2.displayName
:Jenkins CLI Protocol/2 (transport encryption)
.static org.jvnet.localizer.Localizable
KeyConnectNodeCommand.ShortDescription
:Reconnect to a node(s)
.static org.jvnet.localizer.Localizable
KeyConsoleCommand.ShortDescription
:Retrieves console output of a build.
.static org.jvnet.localizer.Localizable
KeyCopyJobCommand.ShortDescription
:Copies a job.
.static org.jvnet.localizer.Localizable
KeyCreateJobCommand.ShortDescription
:Creates a new job by reading stdin as a configuration XML file.
.static org.jvnet.localizer.Localizable
KeyCreateNodeCommand.ShortDescription
:Creates a new node by reading stdin as a XML configuration.
.static org.jvnet.localizer.Localizable
KeyCreateViewCommand.ShortDescription
:Creates a new view by reading stdin as a XML configuration.
.static org.jvnet.localizer.Localizable
KeyDeleteBuildsCommand.ShortDescription
:Deletes build record(s).
.static org.jvnet.localizer.Localizable
KeyDeleteJobCommand.ShortDescription
:Deletes job(s).
.static org.jvnet.localizer.Localizable
KeyDeleteNodeCommand.ShortDescription
:Deletes node(s)
.static org.jvnet.localizer.Localizable
KeyDeleteViewCommand.ShortDescription
:Deletes view(s).
.static org.jvnet.localizer.Localizable
_DisablePluginCommand_NoSuchStrategy
(Object arg0, Object arg1) KeyDisablePluginCommand.NoSuchStrategy
:This strategy ({0}) does not exist. Allowed strategies are {1}
.static org.jvnet.localizer.Localizable
KeyDisablePluginCommand.PrintUsageSummary
:Disable the plugins with the given short names. You can define how to proceed with the dependent plugins and if a restart after should be done. You can also set the quiet mode to avoid extra info in the console.
.static org.jvnet.localizer.Localizable
KeyDisablePluginCommand.ShortDescription
:Disable one or more installed plugins.
.static org.jvnet.localizer.Localizable
_DisablePluginCommand_StatusMessage
(Object arg0, Object arg1, Object arg2) KeyDisablePluginCommand.StatusMessage
:Disabling ''{0}'': {1} ({2})
.static org.jvnet.localizer.Localizable
KeyDisconnectNodeCommand.ShortDescription
:Disconnects from a node.
.static org.jvnet.localizer.Localizable
_EnablePluginCommand_MissingDependencies
(Object arg0, Object arg1) KeyEnablePluginCommand.MissingDependencies
:Cannot enable plugin {0} as it is missing the dependency {1}
.static org.jvnet.localizer.Localizable
KeyEnablePluginCommand.NoSuchPlugin
:No such plugin found with the name {0}
.static org.jvnet.localizer.Localizable
KeyEnablePluginCommand.ShortDescription
:Enables one or more installed plugins transitively.
.static org.jvnet.localizer.Localizable
KeyGetJobCommand.ShortDescription
:Dumps the job definition XML to stdout.
.static org.jvnet.localizer.Localizable
KeyGetNodeCommand.ShortDescription
:Dumps the node definition XML to stdout.
.static org.jvnet.localizer.Localizable
KeyGetViewCommand.ShortDescription
:Dumps the view definition XML to stdout.
.static org.jvnet.localizer.Localizable
KeyGroovyCommand.ShortDescription
:Executes the specified Groovy script.
.static org.jvnet.localizer.Localizable
KeyGroovyshCommand.ShortDescription
:Runs an interactive groovy shell.
.static org.jvnet.localizer.Localizable
KeyHelpCommand.ShortDescription
:Lists all the available commands or a detailed description of single command.
.static org.jvnet.localizer.Localizable
_InstallPluginCommand_DidYouMean
(Object arg0, Object arg1) KeyInstallPluginCommand.DidYouMean
:{0} looks like a short plugin name. Did you mean â{1}â?
.static org.jvnet.localizer.Localizable
KeyInstallPluginCommand.InstallingFromUpdateCenter
:Installing {0} from update center
.static org.jvnet.localizer.Localizable
KeyInstallPluginCommand.InstallingPluginFromLocalFile
:Installing a plugin from local file: {0}
.static org.jvnet.localizer.Localizable
KeyInstallPluginCommand.InstallingPluginFromStdin
:Installing a plugin from standard input
.static org.jvnet.localizer.Localizable
KeyInstallPluginCommand.InstallingPluginFromUrl
:Installing a plugin from {0}
.static org.jvnet.localizer.Localizable
KeyInstallPluginCommand.NotAValidSourceName
:{0} is neither a valid file, URL, nor a plugin artifact name in the update center
.static org.jvnet.localizer.Localizable
KeyInstallPluginCommand.NoUpdateCenterDefined
:Note that no update center is defined in this Jenkins.
.static org.jvnet.localizer.Localizable
KeyInstallPluginCommand.NoUpdateDataRetrieved
:No update center data is retrieved yet from: {0}
.static org.jvnet.localizer.Localizable
KeyInstallPluginCommand.ShortDescription
:Installs a plugin either from a file, an URL, or from update center.
.static org.jvnet.localizer.Localizable
KeyListChangesCommand.ShortDescription
:Dumps the changelog for the specified build(s).
.static org.jvnet.localizer.Localizable
KeyListJobsCommand.ShortDescription
:Lists all jobs in a specific view or item group.
.static org.jvnet.localizer.Localizable
KeyListPluginsCommand.ShortDescription
:Outputs a list of installed plugins.
.static org.jvnet.localizer.Localizable
KeyOfflineNodeCommand.ShortDescription
:Stop using a node for performing builds temporarily, until the next "online-node" command.
.static org.jvnet.localizer.Localizable
KeyOnlineNodeCommand.ShortDescription
:Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
.static org.jvnet.localizer.Localizable
KeyQuietDownCommand.ShortDescription
:Quiet down Jenkins, in preparation for a restart. Donât start any builds.
.static org.jvnet.localizer.Localizable
KeyReloadConfigurationCommand.ShortDescription
:Discard all the loaded data in memory and reload everything from file system. Useful when you modified config files directly on disk.
.static org.jvnet.localizer.Localizable
KeyReloadJobCommand.ShortDescription
:Reload job(s)
.static org.jvnet.localizer.Localizable
KeyRemoveJobFromViewCommand.ShortDescription
:Removes jobs from view.
.static org.jvnet.localizer.Localizable
KeySafeRestartCommand.ShortDescription
:Safe Restart Jenkins. Donât start any builds.
.static org.jvnet.localizer.Localizable
KeySessionIdCommand.ShortDescription
:Outputs the session ID, which changes every time Jenkins restarts.
.static org.jvnet.localizer.Localizable
KeySetBuildDescriptionCommand.ShortDescription
:Sets the description of a build.
.static org.jvnet.localizer.Localizable
KeySetBuildDisplayNameCommand.ShortDescription
:Sets the displayName of a build.
.static org.jvnet.localizer.Localizable
KeyUpdateJobCommand.ShortDescription
:Updates the job definition XML from stdin. The opposite of the get-job command.
.static org.jvnet.localizer.Localizable
KeyUpdateNodeCommand.ShortDescription
:Updates the node definition XML from stdin. The opposite of the get-node command.
.static org.jvnet.localizer.Localizable
KeyUpdateViewCommand.ShortDescription
:Updates the view definition XML from stdin. The opposite of the get-view command.
.static org.jvnet.localizer.Localizable
KeyVersionCommand.ShortDescription
:Outputs the current version.
.static org.jvnet.localizer.Localizable
KeyWaitNodeOfflineCommand.ShortDescription
:Wait for a node to become offline.
.static org.jvnet.localizer.Localizable
KeyWaitNodeOnlineCommand.ShortDescription
:Wait for a node to become online.
.static org.jvnet.localizer.Localizable
KeyWhoAmICommand.ShortDescription
:Reports your credential and permissions.
.static String
KeyAddJobToViewCommand.ShortDescription
:Adds jobs to view.
.static String
KeyBuildCommand.CLICause.CannotBuildConfigNotSaved
:Cannot build {0} because its configuration has not been saved.
.static String
KeyBuildCommand.CLICause.CannotBuildDisabled
:Cannot build {0} because it is disabled.
.static String
KeyBuildCommand.CLICause.CannotBuildUnknownReasons
:Cannot build {0} for unknown reasons.
.static String
KeyBuildCommand.CLICause.ShortDescription
:Started from command line by {0}
.static String
KeyBuildCommand.ShortDescription
:Builds a job, and optionally waits until its completion.
.static String
KeyCancelQuietDownCommand.ShortDescription
:Cancel the effect of the "quiet-down" command.
.static String
KeyClearQueueCommand.ShortDescription
:Clears the build queue.
.static String
KeyCliProtocol.displayName
:Jenkins CLI Protocol/1 (unencrypted)
.static String
KeyCliProtocol2.displayName
:Jenkins CLI Protocol/2 (transport encryption)
.static String
KeyConnectNodeCommand.ShortDescription
:Reconnect to a node(s)
.static String
KeyConsoleCommand.ShortDescription
:Retrieves console output of a build.
.static String
KeyCopyJobCommand.ShortDescription
:Copies a job.
.static String
KeyCreateJobCommand.ShortDescription
:Creates a new job by reading stdin as a configuration XML file.
.static String
KeyCreateNodeCommand.ShortDescription
:Creates a new node by reading stdin as a XML configuration.
.static String
KeyCreateViewCommand.ShortDescription
:Creates a new view by reading stdin as a XML configuration.
.static String
KeyDeleteBuildsCommand.ShortDescription
:Deletes build record(s).
.static String
KeyDeleteJobCommand.ShortDescription
:Deletes job(s).
.static String
KeyDeleteNodeCommand.ShortDescription
:Deletes node(s)
.static String
KeyDeleteViewCommand.ShortDescription
:Deletes view(s).
.static String
DisablePluginCommand_NoSuchStrategy
(Object arg0, Object arg1) KeyDisablePluginCommand.NoSuchStrategy
:This strategy ({0}) does not exist. Allowed strategies are {1}
.static String
KeyDisablePluginCommand.PrintUsageSummary
:Disable the plugins with the given short names. You can define how to proceed with the dependent plugins and if a restart after should be done. You can also set the quiet mode to avoid extra info in the console.
.static String
KeyDisablePluginCommand.ShortDescription
:Disable one or more installed plugins.
.static String
DisablePluginCommand_StatusMessage
(Object arg0, Object arg1, Object arg2) KeyDisablePluginCommand.StatusMessage
:Disabling ''{0}'': {1} ({2})
.static String
KeyDisconnectNodeCommand.ShortDescription
:Disconnects from a node.
.static String
EnablePluginCommand_MissingDependencies
(Object arg0, Object arg1) KeyEnablePluginCommand.MissingDependencies
:Cannot enable plugin {0} as it is missing the dependency {1}
.static String
KeyEnablePluginCommand.NoSuchPlugin
:No such plugin found with the name {0}
.static String
KeyEnablePluginCommand.ShortDescription
:Enables one or more installed plugins transitively.
.static String
KeyGetJobCommand.ShortDescription
:Dumps the job definition XML to stdout.
.static String
KeyGetNodeCommand.ShortDescription
:Dumps the node definition XML to stdout.
.static String
KeyGetViewCommand.ShortDescription
:Dumps the view definition XML to stdout.
.static String
KeyGroovyCommand.ShortDescription
:Executes the specified Groovy script.
.static String
KeyGroovyshCommand.ShortDescription
:Runs an interactive groovy shell.
.static String
KeyHelpCommand.ShortDescription
:Lists all the available commands or a detailed description of single command.
.static String
InstallPluginCommand_DidYouMean
(Object arg0, Object arg1) KeyInstallPluginCommand.DidYouMean
:{0} looks like a short plugin name. Did you mean â{1}â?
.static String
KeyInstallPluginCommand.InstallingFromUpdateCenter
:Installing {0} from update center
.static String
KeyInstallPluginCommand.InstallingPluginFromLocalFile
:Installing a plugin from local file: {0}
.static String
KeyInstallPluginCommand.InstallingPluginFromStdin
:Installing a plugin from standard input
.static String
KeyInstallPluginCommand.InstallingPluginFromUrl
:Installing a plugin from {0}
.static String
KeyInstallPluginCommand.NotAValidSourceName
:{0} is neither a valid file, URL, nor a plugin artifact name in the update center
.static String
KeyInstallPluginCommand.NoUpdateCenterDefined
:Note that no update center is defined in this Jenkins.
.static String
KeyInstallPluginCommand.NoUpdateDataRetrieved
:No update center data is retrieved yet from: {0}
.static String
KeyInstallPluginCommand.ShortDescription
:Installs a plugin either from a file, an URL, or from update center.
.static String
KeyListChangesCommand.ShortDescription
:Dumps the changelog for the specified build(s).
.static String
KeyListJobsCommand.ShortDescription
:Lists all jobs in a specific view or item group.
.static String
KeyListPluginsCommand.ShortDescription
:Outputs a list of installed plugins.
.static String
KeyOfflineNodeCommand.ShortDescription
:Stop using a node for performing builds temporarily, until the next "online-node" command.
.static String
KeyOnlineNodeCommand.ShortDescription
:Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
.static String
KeyQuietDownCommand.ShortDescription
:Quiet down Jenkins, in preparation for a restart. Donât start any builds.
.static String
KeyReloadConfigurationCommand.ShortDescription
:Discard all the loaded data in memory and reload everything from file system. Useful when you modified config files directly on disk.
.static String
KeyReloadJobCommand.ShortDescription
:Reload job(s)
.static String
KeyRemoveJobFromViewCommand.ShortDescription
:Removes jobs from view.
.static String
KeySafeRestartCommand.ShortDescription
:Safe Restart Jenkins. Donât start any builds.
.static String
KeySessionIdCommand.ShortDescription
:Outputs the session ID, which changes every time Jenkins restarts.
.static String
KeySetBuildDescriptionCommand.ShortDescription
:Sets the description of a build.
.static String
KeySetBuildDisplayNameCommand.ShortDescription
:Sets the displayName of a build.
.static String
KeyUpdateJobCommand.ShortDescription
:Updates the job definition XML from stdin. The opposite of the get-job command.
.static String
KeyUpdateNodeCommand.ShortDescription
:Updates the node definition XML from stdin. The opposite of the get-node command.
.static String
KeyUpdateViewCommand.ShortDescription
:Updates the view definition XML from stdin. The opposite of the get-view command.
.static String
KeyVersionCommand.ShortDescription
:Outputs the current version.
.static String
KeyWaitNodeOfflineCommand.ShortDescription
:Wait for a node to become offline.
.static String
KeyWaitNodeOnlineCommand.ShortDescription
:Wait for a node to become online.
.static String
KeyWhoAmICommand.ShortDescription
:Reports your credential and permissions.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
CliProtocol2_displayName
KeyCliProtocol2.displayName
:Jenkins CLI Protocol/2 (transport encryption)
.- Returns:
Jenkins CLI Protocol/2 (transport encryption)
-
_CliProtocol2_displayName
public static org.jvnet.localizer.Localizable _CliProtocol2_displayName()KeyCliProtocol2.displayName
:Jenkins CLI Protocol/2 (transport encryption)
.- Returns:
Jenkins CLI Protocol/2 (transport encryption)
-
DisablePluginCommand_ShortDescription
KeyDisablePluginCommand.ShortDescription
:Disable one or more installed plugins.
.- Returns:
Disable one or more installed plugins.
-
_DisablePluginCommand_ShortDescription
public static org.jvnet.localizer.Localizable _DisablePluginCommand_ShortDescription()KeyDisablePluginCommand.ShortDescription
:Disable one or more installed plugins.
.- Returns:
Disable one or more installed plugins.
-
WaitNodeOnlineCommand_ShortDescription
KeyWaitNodeOnlineCommand.ShortDescription
:Wait for a node to become online.
.- Returns:
Wait for a node to become online.
-
_WaitNodeOnlineCommand_ShortDescription
public static org.jvnet.localizer.Localizable _WaitNodeOnlineCommand_ShortDescription()KeyWaitNodeOnlineCommand.ShortDescription
:Wait for a node to become online.
.- Returns:
Wait for a node to become online.
-
InstallPluginCommand_InstallingFromUpdateCenter
KeyInstallPluginCommand.InstallingFromUpdateCenter
:Installing {0} from update center
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Installing {0} from update center
-
_InstallPluginCommand_InstallingFromUpdateCenter
public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingFromUpdateCenter(Object arg0) KeyInstallPluginCommand.InstallingFromUpdateCenter
:Installing {0} from update center
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Installing {0} from update center
-
VersionCommand_ShortDescription
KeyVersionCommand.ShortDescription
:Outputs the current version.
.- Returns:
Outputs the current version.
-
_VersionCommand_ShortDescription
public static org.jvnet.localizer.Localizable _VersionCommand_ShortDescription()KeyVersionCommand.ShortDescription
:Outputs the current version.
.- Returns:
Outputs the current version.
-
BuildCommand_CLICause_ShortDescription
KeyBuildCommand.CLICause.ShortDescription
:Started from command line by {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started from command line by {0}
-
_BuildCommand_CLICause_ShortDescription
KeyBuildCommand.CLICause.ShortDescription
:Started from command line by {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started from command line by {0}
-
ListJobsCommand_ShortDescription
KeyListJobsCommand.ShortDescription
:Lists all jobs in a specific view or item group.
.- Returns:
Lists all jobs in a specific view or item group.
-
_ListJobsCommand_ShortDescription
public static org.jvnet.localizer.Localizable _ListJobsCommand_ShortDescription()KeyListJobsCommand.ShortDescription
:Lists all jobs in a specific view or item group.
.- Returns:
Lists all jobs in a specific view or item group.
-
SafeRestartCommand_ShortDescription
KeySafeRestartCommand.ShortDescription
:Safe Restart Jenkins. Donât start any builds.
.- Returns:
Safe Restart Jenkins. Donât start any builds.
-
_SafeRestartCommand_ShortDescription
public static org.jvnet.localizer.Localizable _SafeRestartCommand_ShortDescription()KeySafeRestartCommand.ShortDescription
:Safe Restart Jenkins. Donât start any builds.
.- Returns:
Safe Restart Jenkins. Donât start any builds.
-
CopyJobCommand_ShortDescription
KeyCopyJobCommand.ShortDescription
:Copies a job.
.- Returns:
Copies a job.
-
_CopyJobCommand_ShortDescription
public static org.jvnet.localizer.Localizable _CopyJobCommand_ShortDescription()KeyCopyJobCommand.ShortDescription
:Copies a job.
.- Returns:
Copies a job.
-
ReloadConfigurationCommand_ShortDescription
KeyReloadConfigurationCommand.ShortDescription
:Discard all the loaded data in memory and reload everything from file system. Useful when you modified config files directly on disk.
.- Returns:
Discard all the loaded data in memory and reload everything from file system. Useful when you modified config files directly on disk.
-
_ReloadConfigurationCommand_ShortDescription
public static org.jvnet.localizer.Localizable _ReloadConfigurationCommand_ShortDescription()KeyReloadConfigurationCommand.ShortDescription
:Discard all the loaded data in memory and reload everything from file system. Useful when you modified config files directly on disk.
.- Returns:
Discard all the loaded data in memory and reload everything from file system. Useful when you modified config files directly on disk.
-
OnlineNodeCommand_ShortDescription
KeyOnlineNodeCommand.ShortDescription
:Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
.- Returns:
Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
-
_OnlineNodeCommand_ShortDescription
public static org.jvnet.localizer.Localizable _OnlineNodeCommand_ShortDescription()KeyOnlineNodeCommand.ShortDescription
:Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
.- Returns:
Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
-
EnablePluginCommand_MissingDependencies
KeyEnablePluginCommand.MissingDependencies
:Cannot enable plugin {0} as it is missing the dependency {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cannot enable plugin {0} as it is missing the dependency {1}
-
_EnablePluginCommand_MissingDependencies
public static org.jvnet.localizer.Localizable _EnablePluginCommand_MissingDependencies(Object arg0, Object arg1) KeyEnablePluginCommand.MissingDependencies
:Cannot enable plugin {0} as it is missing the dependency {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cannot enable plugin {0} as it is missing the dependency {1}
-
SetBuildDescriptionCommand_ShortDescription
KeySetBuildDescriptionCommand.ShortDescription
:Sets the description of a build.
.- Returns:
Sets the description of a build.
-
_SetBuildDescriptionCommand_ShortDescription
public static org.jvnet.localizer.Localizable _SetBuildDescriptionCommand_ShortDescription()KeySetBuildDescriptionCommand.ShortDescription
:Sets the description of a build.
.- Returns:
Sets the description of a build.
-
QuietDownCommand_ShortDescription
KeyQuietDownCommand.ShortDescription
:Quiet down Jenkins, in preparation for a restart. Donât start any builds.
.- Returns:
Quiet down Jenkins, in preparation for a restart. Donât start any builds.
-
_QuietDownCommand_ShortDescription
public static org.jvnet.localizer.Localizable _QuietDownCommand_ShortDescription()KeyQuietDownCommand.ShortDescription
:Quiet down Jenkins, in preparation for a restart. Donât start any builds.
.- Returns:
Quiet down Jenkins, in preparation for a restart. Donât start any builds.
-
ListPluginsCommand_ShortDescription
KeyListPluginsCommand.ShortDescription
:Outputs a list of installed plugins.
.- Returns:
Outputs a list of installed plugins.
-
_ListPluginsCommand_ShortDescription
public static org.jvnet.localizer.Localizable _ListPluginsCommand_ShortDescription()KeyListPluginsCommand.ShortDescription
:Outputs a list of installed plugins.
.- Returns:
Outputs a list of installed plugins.
-
DisconnectNodeCommand_ShortDescription
KeyDisconnectNodeCommand.ShortDescription
:Disconnects from a node.
.- Returns:
Disconnects from a node.
-
_DisconnectNodeCommand_ShortDescription
public static org.jvnet.localizer.Localizable _DisconnectNodeCommand_ShortDescription()KeyDisconnectNodeCommand.ShortDescription
:Disconnects from a node.
.- Returns:
Disconnects from a node.
-
OfflineNodeCommand_ShortDescription
KeyOfflineNodeCommand.ShortDescription
:Stop using a node for performing builds temporarily, until the next "online-node" command.
.- Returns:
Stop using a node for performing builds temporarily, until the next "online-node" command.
-
_OfflineNodeCommand_ShortDescription
public static org.jvnet.localizer.Localizable _OfflineNodeCommand_ShortDescription()KeyOfflineNodeCommand.ShortDescription
:Stop using a node for performing builds temporarily, until the next "online-node" command.
.- Returns:
Stop using a node for performing builds temporarily, until the next "online-node" command.
-
DisablePluginCommand_PrintUsageSummary
KeyDisablePluginCommand.PrintUsageSummary
:Disable the plugins with the given short names. You can define how to proceed with the dependent plugins and if a restart after should be done. You can also set the quiet mode to avoid extra info in the console.
.- Returns:
Disable the plugins with the given short names. You can define how to proceed with the dependent plugins and if a restart after should be done. You can also set the quiet mode to avoid extra info in the console.
-
_DisablePluginCommand_PrintUsageSummary
public static org.jvnet.localizer.Localizable _DisablePluginCommand_PrintUsageSummary()KeyDisablePluginCommand.PrintUsageSummary
:Disable the plugins with the given short names. You can define how to proceed with the dependent plugins and if a restart after should be done. You can also set the quiet mode to avoid extra info in the console.
.- Returns:
Disable the plugins with the given short names. You can define how to proceed with the dependent plugins and if a restart after should be done. You can also set the quiet mode to avoid extra info in the console.
-
BuildCommand_CLICause_CannotBuildDisabled
KeyBuildCommand.CLICause.CannotBuildDisabled
:Cannot build {0} because it is disabled.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cannot build {0} because it is disabled.
-
_BuildCommand_CLICause_CannotBuildDisabled
public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_CannotBuildDisabled(Object arg0) KeyBuildCommand.CLICause.CannotBuildDisabled
:Cannot build {0} because it is disabled.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cannot build {0} because it is disabled.
-
WaitNodeOfflineCommand_ShortDescription
KeyWaitNodeOfflineCommand.ShortDescription
:Wait for a node to become offline.
.- Returns:
Wait for a node to become offline.
-
_WaitNodeOfflineCommand_ShortDescription
public static org.jvnet.localizer.Localizable _WaitNodeOfflineCommand_ShortDescription()KeyWaitNodeOfflineCommand.ShortDescription
:Wait for a node to become offline.
.- Returns:
Wait for a node to become offline.
-
InstallPluginCommand_InstallingPluginFromStdin
KeyInstallPluginCommand.InstallingPluginFromStdin
:Installing a plugin from standard input
.- Returns:
Installing a plugin from standard input
-
_InstallPluginCommand_InstallingPluginFromStdin
public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromStdin()KeyInstallPluginCommand.InstallingPluginFromStdin
:Installing a plugin from standard input
.- Returns:
Installing a plugin from standard input
-
InstallPluginCommand_ShortDescription
KeyInstallPluginCommand.ShortDescription
:Installs a plugin either from a file, an URL, or from update center.
.- Returns:
Installs a plugin either from a file, an URL, or from update center.
-
_InstallPluginCommand_ShortDescription
public static org.jvnet.localizer.Localizable _InstallPluginCommand_ShortDescription()KeyInstallPluginCommand.ShortDescription
:Installs a plugin either from a file, an URL, or from update center.
.- Returns:
Installs a plugin either from a file, an URL, or from update center.
-
AddJobToViewCommand_ShortDescription
KeyAddJobToViewCommand.ShortDescription
:Adds jobs to view.
.- Returns:
Adds jobs to view.
-
_AddJobToViewCommand_ShortDescription
public static org.jvnet.localizer.Localizable _AddJobToViewCommand_ShortDescription()KeyAddJobToViewCommand.ShortDescription
:Adds jobs to view.
.- Returns:
Adds jobs to view.
-
DeleteNodeCommand_ShortDescription
KeyDeleteNodeCommand.ShortDescription
:Deletes node(s)
.- Returns:
Deletes node(s)
-
_DeleteNodeCommand_ShortDescription
public static org.jvnet.localizer.Localizable _DeleteNodeCommand_ShortDescription()KeyDeleteNodeCommand.ShortDescription
:Deletes node(s)
.- Returns:
Deletes node(s)
-
BuildCommand_ShortDescription
KeyBuildCommand.ShortDescription
:Builds a job, and optionally waits until its completion.
.- Returns:
Builds a job, and optionally waits until its completion.
-
_BuildCommand_ShortDescription
public static org.jvnet.localizer.Localizable _BuildCommand_ShortDescription()KeyBuildCommand.ShortDescription
:Builds a job, and optionally waits until its completion.
.- Returns:
Builds a job, and optionally waits until its completion.
-
DeleteViewCommand_ShortDescription
KeyDeleteViewCommand.ShortDescription
:Deletes view(s).
.- Returns:
Deletes view(s).
-
_DeleteViewCommand_ShortDescription
public static org.jvnet.localizer.Localizable _DeleteViewCommand_ShortDescription()KeyDeleteViewCommand.ShortDescription
:Deletes view(s).
.- Returns:
Deletes view(s).
-
InstallPluginCommand_DidYouMean
KeyInstallPluginCommand.DidYouMean
:{0} looks like a short plugin name. Did you mean â{1}â?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} looks like a short plugin name. Did you mean â{1}â?
-
_InstallPluginCommand_DidYouMean
public static org.jvnet.localizer.Localizable _InstallPluginCommand_DidYouMean(Object arg0, Object arg1) KeyInstallPluginCommand.DidYouMean
:{0} looks like a short plugin name. Did you mean â{1}â?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} looks like a short plugin name. Did you mean â{1}â?
-
InstallPluginCommand_InstallingPluginFromLocalFile
KeyInstallPluginCommand.InstallingPluginFromLocalFile
:Installing a plugin from local file: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Installing a plugin from local file: {0}
-
_InstallPluginCommand_InstallingPluginFromLocalFile
public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromLocalFile(Object arg0) KeyInstallPluginCommand.InstallingPluginFromLocalFile
:Installing a plugin from local file: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Installing a plugin from local file: {0}
-
SetBuildDisplayNameCommand_ShortDescription
KeySetBuildDisplayNameCommand.ShortDescription
:Sets the displayName of a build.
.- Returns:
Sets the displayName of a build.
-
_SetBuildDisplayNameCommand_ShortDescription
public static org.jvnet.localizer.Localizable _SetBuildDisplayNameCommand_ShortDescription()KeySetBuildDisplayNameCommand.ShortDescription
:Sets the displayName of a build.
.- Returns:
Sets the displayName of a build.
-
WhoAmICommand_ShortDescription
KeyWhoAmICommand.ShortDescription
:Reports your credential and permissions.
.- Returns:
Reports your credential and permissions.
-
_WhoAmICommand_ShortDescription
public static org.jvnet.localizer.Localizable _WhoAmICommand_ShortDescription()KeyWhoAmICommand.ShortDescription
:Reports your credential and permissions.
.- Returns:
Reports your credential and permissions.
-
GroovyCommand_ShortDescription
KeyGroovyCommand.ShortDescription
:Executes the specified Groovy script.
.- Returns:
Executes the specified Groovy script.
-
_GroovyCommand_ShortDescription
public static org.jvnet.localizer.Localizable _GroovyCommand_ShortDescription()KeyGroovyCommand.ShortDescription
:Executes the specified Groovy script.
.- Returns:
Executes the specified Groovy script.
-
DeleteJobCommand_ShortDescription
KeyDeleteJobCommand.ShortDescription
:Deletes job(s).
.- Returns:
Deletes job(s).
-
_DeleteJobCommand_ShortDescription
public static org.jvnet.localizer.Localizable _DeleteJobCommand_ShortDescription()KeyDeleteJobCommand.ShortDescription
:Deletes job(s).
.- Returns:
Deletes job(s).
-
CliProtocol_displayName
KeyCliProtocol.displayName
:Jenkins CLI Protocol/1 (unencrypted)
.- Returns:
Jenkins CLI Protocol/1 (unencrypted)
-
_CliProtocol_displayName
public static org.jvnet.localizer.Localizable _CliProtocol_displayName()KeyCliProtocol.displayName
:Jenkins CLI Protocol/1 (unencrypted)
.- Returns:
Jenkins CLI Protocol/1 (unencrypted)
-
DisablePluginCommand_NoSuchStrategy
KeyDisablePluginCommand.NoSuchStrategy
:This strategy ({0}) does not exist. Allowed strategies are {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
This strategy ({0}) does not exist. Allowed strategies are {1}
-
_DisablePluginCommand_NoSuchStrategy
public static org.jvnet.localizer.Localizable _DisablePluginCommand_NoSuchStrategy(Object arg0, Object arg1) KeyDisablePluginCommand.NoSuchStrategy
:This strategy ({0}) does not exist. Allowed strategies are {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
This strategy ({0}) does not exist. Allowed strategies are {1}
-
RemoveJobFromViewCommand_ShortDescription
KeyRemoveJobFromViewCommand.ShortDescription
:Removes jobs from view.
.- Returns:
Removes jobs from view.
-
_RemoveJobFromViewCommand_ShortDescription
public static org.jvnet.localizer.Localizable _RemoveJobFromViewCommand_ShortDescription()KeyRemoveJobFromViewCommand.ShortDescription
:Removes jobs from view.
.- Returns:
Removes jobs from view.
-
SessionIdCommand_ShortDescription
KeySessionIdCommand.ShortDescription
:Outputs the session ID, which changes every time Jenkins restarts.
.- Returns:
Outputs the session ID, which changes every time Jenkins restarts.
-
_SessionIdCommand_ShortDescription
public static org.jvnet.localizer.Localizable _SessionIdCommand_ShortDescription()KeySessionIdCommand.ShortDescription
:Outputs the session ID, which changes every time Jenkins restarts.
.- Returns:
Outputs the session ID, which changes every time Jenkins restarts.
-
ConnectNodeCommand_ShortDescription
KeyConnectNodeCommand.ShortDescription
:Reconnect to a node(s)
.- Returns:
Reconnect to a node(s)
-
_ConnectNodeCommand_ShortDescription
public static org.jvnet.localizer.Localizable _ConnectNodeCommand_ShortDescription()KeyConnectNodeCommand.ShortDescription
:Reconnect to a node(s)
.- Returns:
Reconnect to a node(s)
-
InstallPluginCommand_NotAValidSourceName
KeyInstallPluginCommand.NotAValidSourceName
:{0} is neither a valid file, URL, nor a plugin artifact name in the update center
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is neither a valid file, URL, nor a plugin artifact name in the update center
-
_InstallPluginCommand_NotAValidSourceName
public static org.jvnet.localizer.Localizable _InstallPluginCommand_NotAValidSourceName(Object arg0) KeyInstallPluginCommand.NotAValidSourceName
:{0} is neither a valid file, URL, nor a plugin artifact name in the update center
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is neither a valid file, URL, nor a plugin artifact name in the update center
-
GetJobCommand_ShortDescription
KeyGetJobCommand.ShortDescription
:Dumps the job definition XML to stdout.
.- Returns:
Dumps the job definition XML to stdout.
-
_GetJobCommand_ShortDescription
public static org.jvnet.localizer.Localizable _GetJobCommand_ShortDescription()KeyGetJobCommand.ShortDescription
:Dumps the job definition XML to stdout.
.- Returns:
Dumps the job definition XML to stdout.
-
DisablePluginCommand_StatusMessage
KeyDisablePluginCommand.StatusMessage
:Disabling ''{0}'': {1} ({2})
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Disabling ''{0}'': {1} ({2})
-
_DisablePluginCommand_StatusMessage
public static org.jvnet.localizer.Localizable _DisablePluginCommand_StatusMessage(Object arg0, Object arg1, Object arg2) KeyDisablePluginCommand.StatusMessage
:Disabling ''{0}'': {1} ({2})
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Disabling ''{0}'': {1} ({2})
-
EnablePluginCommand_ShortDescription
KeyEnablePluginCommand.ShortDescription
:Enables one or more installed plugins transitively.
.- Returns:
Enables one or more installed plugins transitively.
-
_EnablePluginCommand_ShortDescription
public static org.jvnet.localizer.Localizable _EnablePluginCommand_ShortDescription()KeyEnablePluginCommand.ShortDescription
:Enables one or more installed plugins transitively.
.- Returns:
Enables one or more installed plugins transitively.
-
CreateNodeCommand_ShortDescription
KeyCreateNodeCommand.ShortDescription
:Creates a new node by reading stdin as a XML configuration.
.- Returns:
Creates a new node by reading stdin as a XML configuration.
-
_CreateNodeCommand_ShortDescription
public static org.jvnet.localizer.Localizable _CreateNodeCommand_ShortDescription()KeyCreateNodeCommand.ShortDescription
:Creates a new node by reading stdin as a XML configuration.
.- Returns:
Creates a new node by reading stdin as a XML configuration.
-
InstallPluginCommand_NoUpdateDataRetrieved
KeyInstallPluginCommand.NoUpdateDataRetrieved
:No update center data is retrieved yet from: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No update center data is retrieved yet from: {0}
-
_InstallPluginCommand_NoUpdateDataRetrieved
public static org.jvnet.localizer.Localizable _InstallPluginCommand_NoUpdateDataRetrieved(Object arg0) KeyInstallPluginCommand.NoUpdateDataRetrieved
:No update center data is retrieved yet from: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No update center data is retrieved yet from: {0}
-
BuildCommand_CLICause_CannotBuildUnknownReasons
KeyBuildCommand.CLICause.CannotBuildUnknownReasons
:Cannot build {0} for unknown reasons.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cannot build {0} for unknown reasons.
-
_BuildCommand_CLICause_CannotBuildUnknownReasons
public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_CannotBuildUnknownReasons(Object arg0) KeyBuildCommand.CLICause.CannotBuildUnknownReasons
:Cannot build {0} for unknown reasons.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cannot build {0} for unknown reasons.
-
CreateViewCommand_ShortDescription
KeyCreateViewCommand.ShortDescription
:Creates a new view by reading stdin as a XML configuration.
.- Returns:
Creates a new view by reading stdin as a XML configuration.
-
_CreateViewCommand_ShortDescription
public static org.jvnet.localizer.Localizable _CreateViewCommand_ShortDescription()KeyCreateViewCommand.ShortDescription
:Creates a new view by reading stdin as a XML configuration.
.- Returns:
Creates a new view by reading stdin as a XML configuration.
-
InstallPluginCommand_InstallingPluginFromUrl
KeyInstallPluginCommand.InstallingPluginFromUrl
:Installing a plugin from {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Installing a plugin from {0}
-
_InstallPluginCommand_InstallingPluginFromUrl
public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromUrl(Object arg0) KeyInstallPluginCommand.InstallingPluginFromUrl
:Installing a plugin from {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Installing a plugin from {0}
-
InstallPluginCommand_NoUpdateCenterDefined
KeyInstallPluginCommand.NoUpdateCenterDefined
:Note that no update center is defined in this Jenkins.
.- Returns:
Note that no update center is defined in this Jenkins.
-
_InstallPluginCommand_NoUpdateCenterDefined
public static org.jvnet.localizer.Localizable _InstallPluginCommand_NoUpdateCenterDefined()KeyInstallPluginCommand.NoUpdateCenterDefined
:Note that no update center is defined in this Jenkins.
.- Returns:
Note that no update center is defined in this Jenkins.
-
ConsoleCommand_ShortDescription
KeyConsoleCommand.ShortDescription
:Retrieves console output of a build.
.- Returns:
Retrieves console output of a build.
-
_ConsoleCommand_ShortDescription
public static org.jvnet.localizer.Localizable _ConsoleCommand_ShortDescription()KeyConsoleCommand.ShortDescription
:Retrieves console output of a build.
.- Returns:
Retrieves console output of a build.
-
GroovyshCommand_ShortDescription
KeyGroovyshCommand.ShortDescription
:Runs an interactive groovy shell.
.- Returns:
Runs an interactive groovy shell.
-
_GroovyshCommand_ShortDescription
public static org.jvnet.localizer.Localizable _GroovyshCommand_ShortDescription()KeyGroovyshCommand.ShortDescription
:Runs an interactive groovy shell.
.- Returns:
Runs an interactive groovy shell.
-
UpdateViewCommand_ShortDescription
KeyUpdateViewCommand.ShortDescription
:Updates the view definition XML from stdin. The opposite of the get-view command.
.- Returns:
Updates the view definition XML from stdin. The opposite of the get-view command.
-
_UpdateViewCommand_ShortDescription
public static org.jvnet.localizer.Localizable _UpdateViewCommand_ShortDescription()KeyUpdateViewCommand.ShortDescription
:Updates the view definition XML from stdin. The opposite of the get-view command.
.- Returns:
Updates the view definition XML from stdin. The opposite of the get-view command.
-
HelpCommand_ShortDescription
KeyHelpCommand.ShortDescription
:Lists all the available commands or a detailed description of single command.
.- Returns:
Lists all the available commands or a detailed description of single command.
-
_HelpCommand_ShortDescription
public static org.jvnet.localizer.Localizable _HelpCommand_ShortDescription()KeyHelpCommand.ShortDescription
:Lists all the available commands or a detailed description of single command.
.- Returns:
Lists all the available commands or a detailed description of single command.
-
ClearQueueCommand_ShortDescription
KeyClearQueueCommand.ShortDescription
:Clears the build queue.
.- Returns:
Clears the build queue.
-
_ClearQueueCommand_ShortDescription
public static org.jvnet.localizer.Localizable _ClearQueueCommand_ShortDescription()KeyClearQueueCommand.ShortDescription
:Clears the build queue.
.- Returns:
Clears the build queue.
-
UpdateNodeCommand_ShortDescription
KeyUpdateNodeCommand.ShortDescription
:Updates the node definition XML from stdin. The opposite of the get-node command.
.- Returns:
Updates the node definition XML from stdin. The opposite of the get-node command.
-
_UpdateNodeCommand_ShortDescription
public static org.jvnet.localizer.Localizable _UpdateNodeCommand_ShortDescription()KeyUpdateNodeCommand.ShortDescription
:Updates the node definition XML from stdin. The opposite of the get-node command.
.- Returns:
Updates the node definition XML from stdin. The opposite of the get-node command.
-
CancelQuietDownCommand_ShortDescription
KeyCancelQuietDownCommand.ShortDescription
:Cancel the effect of the "quiet-down" command.
.- Returns:
Cancel the effect of the "quiet-down" command.
-
_CancelQuietDownCommand_ShortDescription
public static org.jvnet.localizer.Localizable _CancelQuietDownCommand_ShortDescription()KeyCancelQuietDownCommand.ShortDescription
:Cancel the effect of the "quiet-down" command.
.- Returns:
Cancel the effect of the "quiet-down" command.
-
UpdateJobCommand_ShortDescription
KeyUpdateJobCommand.ShortDescription
:Updates the job definition XML from stdin. The opposite of the get-job command.
.- Returns:
Updates the job definition XML from stdin. The opposite of the get-job command.
-
_UpdateJobCommand_ShortDescription
public static org.jvnet.localizer.Localizable _UpdateJobCommand_ShortDescription()KeyUpdateJobCommand.ShortDescription
:Updates the job definition XML from stdin. The opposite of the get-job command.
.- Returns:
Updates the job definition XML from stdin. The opposite of the get-job command.
-
EnablePluginCommand_NoSuchPlugin
KeyEnablePluginCommand.NoSuchPlugin
:No such plugin found with the name {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such plugin found with the name {0}
-
_EnablePluginCommand_NoSuchPlugin
KeyEnablePluginCommand.NoSuchPlugin
:No such plugin found with the name {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such plugin found with the name {0}
-
BuildCommand_CLICause_CannotBuildConfigNotSaved
KeyBuildCommand.CLICause.CannotBuildConfigNotSaved
:Cannot build {0} because its configuration has not been saved.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cannot build {0} because its configuration has not been saved.
-
_BuildCommand_CLICause_CannotBuildConfigNotSaved
public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_CannotBuildConfigNotSaved(Object arg0) KeyBuildCommand.CLICause.CannotBuildConfigNotSaved
:Cannot build {0} because its configuration has not been saved.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cannot build {0} because its configuration has not been saved.
-
ReloadJobCommand_ShortDescription
KeyReloadJobCommand.ShortDescription
:Reload job(s)
.- Returns:
Reload job(s)
-
_ReloadJobCommand_ShortDescription
public static org.jvnet.localizer.Localizable _ReloadJobCommand_ShortDescription()KeyReloadJobCommand.ShortDescription
:Reload job(s)
.- Returns:
Reload job(s)
-
CreateJobCommand_ShortDescription
KeyCreateJobCommand.ShortDescription
:Creates a new job by reading stdin as a configuration XML file.
.- Returns:
Creates a new job by reading stdin as a configuration XML file.
-
_CreateJobCommand_ShortDescription
public static org.jvnet.localizer.Localizable _CreateJobCommand_ShortDescription()KeyCreateJobCommand.ShortDescription
:Creates a new job by reading stdin as a configuration XML file.
.- Returns:
Creates a new job by reading stdin as a configuration XML file.
-
DeleteBuildsCommand_ShortDescription
KeyDeleteBuildsCommand.ShortDescription
:Deletes build record(s).
.- Returns:
Deletes build record(s).
-
_DeleteBuildsCommand_ShortDescription
public static org.jvnet.localizer.Localizable _DeleteBuildsCommand_ShortDescription()KeyDeleteBuildsCommand.ShortDescription
:Deletes build record(s).
.- Returns:
Deletes build record(s).
-
ListChangesCommand_ShortDescription
KeyListChangesCommand.ShortDescription
:Dumps the changelog for the specified build(s).
.- Returns:
Dumps the changelog for the specified build(s).
-
_ListChangesCommand_ShortDescription
public static org.jvnet.localizer.Localizable _ListChangesCommand_ShortDescription()KeyListChangesCommand.ShortDescription
:Dumps the changelog for the specified build(s).
.- Returns:
Dumps the changelog for the specified build(s).
-
GetNodeCommand_ShortDescription
KeyGetNodeCommand.ShortDescription
:Dumps the node definition XML to stdout.
.- Returns:
Dumps the node definition XML to stdout.
-
_GetNodeCommand_ShortDescription
public static org.jvnet.localizer.Localizable _GetNodeCommand_ShortDescription()KeyGetNodeCommand.ShortDescription
:Dumps the node definition XML to stdout.
.- Returns:
Dumps the node definition XML to stdout.
-
GetViewCommand_ShortDescription
KeyGetViewCommand.ShortDescription
:Dumps the view definition XML to stdout.
.- Returns:
Dumps the view definition XML to stdout.
-
_GetViewCommand_ShortDescription
public static org.jvnet.localizer.Localizable _GetViewCommand_ShortDescription()KeyGetViewCommand.ShortDescription
:Dumps the view definition XML to stdout.
.- Returns:
Dumps the view definition XML to stdout.
-