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
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_AddJobToViewCommand_ShortDescription()
KeyAddJobToViewCommand.ShortDescription
:Adds jobs to view.
.static org.jvnet.localizer.Localizable
_BuildCommand_CLICause_CannotBuildConfigNotSaved(Object arg0)
KeyBuildCommand.CLICause.CannotBuildConfigNotSaved
:Cannot build {0} because its configuration has not been saved.
.static org.jvnet.localizer.Localizable
_BuildCommand_CLICause_CannotBuildDisabled(Object arg0)
KeyBuildCommand.CLICause.CannotBuildDisabled
:Cannot build {0} because it is disabled.
.static org.jvnet.localizer.Localizable
_BuildCommand_CLICause_CannotBuildUnknownReasons(Object arg0)
KeyBuildCommand.CLICause.CannotBuildUnknownReasons
:Cannot build {0} for unknown reasons.
.static org.jvnet.localizer.Localizable
_BuildCommand_CLICause_ShortDescription(Object arg0)
KeyBuildCommand.CLICause.ShortDescription
:Started from command line by {0}
.static org.jvnet.localizer.Localizable
_BuildCommand_ShortDescription()
KeyBuildCommand.ShortDescription
:Builds a job, and optionally waits until its completion.
.static org.jvnet.localizer.Localizable
_CancelQuietDownCommand_ShortDescription()
KeyCancelQuietDownCommand.ShortDescription
:Cancel the effect of the "quiet-down" command.
.static org.jvnet.localizer.Localizable
_ClearQueueCommand_ShortDescription()
KeyClearQueueCommand.ShortDescription
:Clears the build queue.
.static org.jvnet.localizer.Localizable
_CliProtocol_displayName()
KeyCliProtocol.displayName
:Jenkins CLI Protocol/1 (unencrypted)
.static org.jvnet.localizer.Localizable
_CliProtocol2_displayName()
KeyCliProtocol2.displayName
:Jenkins CLI Protocol/2 (transport encryption)
.static org.jvnet.localizer.Localizable
_ConnectNodeCommand_ShortDescription()
KeyConnectNodeCommand.ShortDescription
:Reconnect to a node(s)
.static org.jvnet.localizer.Localizable
_ConsoleCommand_ShortDescription()
KeyConsoleCommand.ShortDescription
:Retrieves console output of a build.
.static org.jvnet.localizer.Localizable
_CopyJobCommand_ShortDescription()
KeyCopyJobCommand.ShortDescription
:Copies a job.
.static org.jvnet.localizer.Localizable
_CreateJobCommand_ShortDescription()
KeyCreateJobCommand.ShortDescription
:Creates a new job by reading stdin as a configuration XML file.
.static org.jvnet.localizer.Localizable
_CreateNodeCommand_ShortDescription()
KeyCreateNodeCommand.ShortDescription
:Creates a new node by reading stdin as a XML configuration.
.static org.jvnet.localizer.Localizable
_CreateViewCommand_ShortDescription()
KeyCreateViewCommand.ShortDescription
:Creates a new view by reading stdin as a XML configuration.
.static org.jvnet.localizer.Localizable
_DeleteBuildsCommand_ShortDescription()
KeyDeleteBuildsCommand.ShortDescription
:Deletes build record(s).
.static org.jvnet.localizer.Localizable
_DeleteJobCommand_ShortDescription()
KeyDeleteJobCommand.ShortDescription
:Deletes job(s).
.static org.jvnet.localizer.Localizable
_DeleteNodeCommand_ShortDescription()
KeyDeleteNodeCommand.ShortDescription
:Deletes node(s)
.static org.jvnet.localizer.Localizable
_DeleteViewCommand_ShortDescription()
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
_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.
.static org.jvnet.localizer.Localizable
_DisablePluginCommand_ShortDescription()
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
_DisconnectNodeCommand_ShortDescription()
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
_EnablePluginCommand_NoSuchPlugin(Object arg0)
KeyEnablePluginCommand.NoSuchPlugin
:No such plugin found with the name {0}
.static org.jvnet.localizer.Localizable
_EnablePluginCommand_ShortDescription()
KeyEnablePluginCommand.ShortDescription
:Enables one or more installed plugins transitively.
.static org.jvnet.localizer.Localizable
_GetJobCommand_ShortDescription()
KeyGetJobCommand.ShortDescription
:Dumps the job definition XML to stdout.
.static org.jvnet.localizer.Localizable
_GetNodeCommand_ShortDescription()
KeyGetNodeCommand.ShortDescription
:Dumps the node definition XML to stdout.
.static org.jvnet.localizer.Localizable
_GetViewCommand_ShortDescription()
KeyGetViewCommand.ShortDescription
:Dumps the view definition XML to stdout.
.static org.jvnet.localizer.Localizable
_GroovyCommand_ShortDescription()
KeyGroovyCommand.ShortDescription
:Executes the specified Groovy script.
.static org.jvnet.localizer.Localizable
_GroovyshCommand_ShortDescription()
KeyGroovyshCommand.ShortDescription
:Runs an interactive groovy shell.
.static org.jvnet.localizer.Localizable
_HelpCommand_ShortDescription()
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
_InstallPluginCommand_InstallingFromUpdateCenter(Object arg0)
KeyInstallPluginCommand.InstallingFromUpdateCenter
:Installing {0} from update center
.static org.jvnet.localizer.Localizable
_InstallPluginCommand_InstallingPluginFromLocalFile(Object arg0)
KeyInstallPluginCommand.InstallingPluginFromLocalFile
:Installing a plugin from local file: {0}
.static org.jvnet.localizer.Localizable
_InstallPluginCommand_InstallingPluginFromStdin()
KeyInstallPluginCommand.InstallingPluginFromStdin
:Installing a plugin from standard input
.static org.jvnet.localizer.Localizable
_InstallPluginCommand_InstallingPluginFromUrl(Object arg0)
KeyInstallPluginCommand.InstallingPluginFromUrl
:Installing a plugin from {0}
.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
.static org.jvnet.localizer.Localizable
_InstallPluginCommand_NoUpdateCenterDefined()
KeyInstallPluginCommand.NoUpdateCenterDefined
:Note that no update center is defined in this Jenkins.
.static org.jvnet.localizer.Localizable
_InstallPluginCommand_NoUpdateDataRetrieved(Object arg0)
KeyInstallPluginCommand.NoUpdateDataRetrieved
:No update center data is retrieved yet from: {0}
.static org.jvnet.localizer.Localizable
_InstallPluginCommand_ShortDescription()
KeyInstallPluginCommand.ShortDescription
:Installs a plugin either from a file, an URL, or from update center.
.static org.jvnet.localizer.Localizable
_ListChangesCommand_ShortDescription()
KeyListChangesCommand.ShortDescription
:Dumps the changelog for the specified build(s).
.static org.jvnet.localizer.Localizable
_ListJobsCommand_ShortDescription()
KeyListJobsCommand.ShortDescription
:Lists all jobs in a specific view or item group.
.static org.jvnet.localizer.Localizable
_ListPluginsCommand_ShortDescription()
KeyListPluginsCommand.ShortDescription
:Outputs a list of installed plugins.
.static org.jvnet.localizer.Localizable
_OfflineNodeCommand_ShortDescription()
KeyOfflineNodeCommand.ShortDescription
:Stop using a node for performing builds temporarily, until the next "online-node" command.
.static org.jvnet.localizer.Localizable
_OnlineNodeCommand_ShortDescription()
KeyOnlineNodeCommand.ShortDescription
:Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
.static org.jvnet.localizer.Localizable
_QuietDownCommand_ShortDescription()
KeyQuietDownCommand.ShortDescription
:Quiet down Jenkins, in preparation for a restart. Donât start any builds.
.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.
.static org.jvnet.localizer.Localizable
_ReloadJobCommand_ShortDescription()
KeyReloadJobCommand.ShortDescription
:Reload job(s)
.static org.jvnet.localizer.Localizable
_RemoveJobFromViewCommand_ShortDescription()
KeyRemoveJobFromViewCommand.ShortDescription
:Removes jobs from view.
.static org.jvnet.localizer.Localizable
_SessionIdCommand_ShortDescription()
KeySessionIdCommand.ShortDescription
:Outputs the session ID, which changes every time Jenkins restarts.
.static org.jvnet.localizer.Localizable
_SetBuildDescriptionCommand_ShortDescription()
KeySetBuildDescriptionCommand.ShortDescription
:Sets the description of a build.
.static org.jvnet.localizer.Localizable
_SetBuildDisplayNameCommand_ShortDescription()
KeySetBuildDisplayNameCommand.ShortDescription
:Sets the displayName of a build.
.static org.jvnet.localizer.Localizable
_UpdateJobCommand_ShortDescription()
KeyUpdateJobCommand.ShortDescription
:Updates the job definition XML from stdin. The opposite of the get-job command.
.static org.jvnet.localizer.Localizable
_UpdateNodeCommand_ShortDescription()
KeyUpdateNodeCommand.ShortDescription
:Updates the node definition XML from stdin. The opposite of the get-node command.
.static org.jvnet.localizer.Localizable
_UpdateViewCommand_ShortDescription()
KeyUpdateViewCommand.ShortDescription
:Updates the view definition XML from stdin. The opposite of the get-view command.
.static org.jvnet.localizer.Localizable
_VersionCommand_ShortDescription()
KeyVersionCommand.ShortDescription
:Outputs the current version.
.static org.jvnet.localizer.Localizable
_WaitNodeOfflineCommand_ShortDescription()
KeyWaitNodeOfflineCommand.ShortDescription
:Wait for a node to become offline.
.static org.jvnet.localizer.Localizable
_WaitNodeOnlineCommand_ShortDescription()
KeyWaitNodeOnlineCommand.ShortDescription
:Wait for a node to become online.
.static org.jvnet.localizer.Localizable
_WhoAmICommand_ShortDescription()
KeyWhoAmICommand.ShortDescription
:Reports your credential and permissions.
.static String
AddJobToViewCommand_ShortDescription()
KeyAddJobToViewCommand.ShortDescription
:Adds jobs to view.
.static String
BuildCommand_CLICause_CannotBuildConfigNotSaved(Object arg0)
KeyBuildCommand.CLICause.CannotBuildConfigNotSaved
:Cannot build {0} because its configuration has not been saved.
.static String
BuildCommand_CLICause_CannotBuildDisabled(Object arg0)
KeyBuildCommand.CLICause.CannotBuildDisabled
:Cannot build {0} because it is disabled.
.static String
BuildCommand_CLICause_CannotBuildUnknownReasons(Object arg0)
KeyBuildCommand.CLICause.CannotBuildUnknownReasons
:Cannot build {0} for unknown reasons.
.static String
BuildCommand_CLICause_ShortDescription(Object arg0)
KeyBuildCommand.CLICause.ShortDescription
:Started from command line by {0}
.static String
BuildCommand_ShortDescription()
KeyBuildCommand.ShortDescription
:Builds a job, and optionally waits until its completion.
.static String
CancelQuietDownCommand_ShortDescription()
KeyCancelQuietDownCommand.ShortDescription
:Cancel the effect of the "quiet-down" command.
.static String
ClearQueueCommand_ShortDescription()
KeyClearQueueCommand.ShortDescription
:Clears the build queue.
.static String
CliProtocol_displayName()
KeyCliProtocol.displayName
:Jenkins CLI Protocol/1 (unencrypted)
.static String
CliProtocol2_displayName()
KeyCliProtocol2.displayName
:Jenkins CLI Protocol/2 (transport encryption)
.static String
ConnectNodeCommand_ShortDescription()
KeyConnectNodeCommand.ShortDescription
:Reconnect to a node(s)
.static String
ConsoleCommand_ShortDescription()
KeyConsoleCommand.ShortDescription
:Retrieves console output of a build.
.static String
CopyJobCommand_ShortDescription()
KeyCopyJobCommand.ShortDescription
:Copies a job.
.static String
CreateJobCommand_ShortDescription()
KeyCreateJobCommand.ShortDescription
:Creates a new job by reading stdin as a configuration XML file.
.static String
CreateNodeCommand_ShortDescription()
KeyCreateNodeCommand.ShortDescription
:Creates a new node by reading stdin as a XML configuration.
.static String
CreateViewCommand_ShortDescription()
KeyCreateViewCommand.ShortDescription
:Creates a new view by reading stdin as a XML configuration.
.static String
DeleteBuildsCommand_ShortDescription()
KeyDeleteBuildsCommand.ShortDescription
:Deletes build record(s).
.static String
DeleteJobCommand_ShortDescription()
KeyDeleteJobCommand.ShortDescription
:Deletes job(s).
.static String
DeleteNodeCommand_ShortDescription()
KeyDeleteNodeCommand.ShortDescription
:Deletes node(s)
.static String
DeleteViewCommand_ShortDescription()
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
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.
.static String
DisablePluginCommand_ShortDescription()
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
DisconnectNodeCommand_ShortDescription()
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
EnablePluginCommand_NoSuchPlugin(Object arg0)
KeyEnablePluginCommand.NoSuchPlugin
:No such plugin found with the name {0}
.static String
EnablePluginCommand_ShortDescription()
KeyEnablePluginCommand.ShortDescription
:Enables one or more installed plugins transitively.
.static String
GetJobCommand_ShortDescription()
KeyGetJobCommand.ShortDescription
:Dumps the job definition XML to stdout.
.static String
GetNodeCommand_ShortDescription()
KeyGetNodeCommand.ShortDescription
:Dumps the node definition XML to stdout.
.static String
GetViewCommand_ShortDescription()
KeyGetViewCommand.ShortDescription
:Dumps the view definition XML to stdout.
.static String
GroovyCommand_ShortDescription()
KeyGroovyCommand.ShortDescription
:Executes the specified Groovy script.
.static String
GroovyshCommand_ShortDescription()
KeyGroovyshCommand.ShortDescription
:Runs an interactive groovy shell.
.static String
HelpCommand_ShortDescription()
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
InstallPluginCommand_InstallingFromUpdateCenter(Object arg0)
KeyInstallPluginCommand.InstallingFromUpdateCenter
:Installing {0} from update center
.static String
InstallPluginCommand_InstallingPluginFromLocalFile(Object arg0)
KeyInstallPluginCommand.InstallingPluginFromLocalFile
:Installing a plugin from local file: {0}
.static String
InstallPluginCommand_InstallingPluginFromStdin()
KeyInstallPluginCommand.InstallingPluginFromStdin
:Installing a plugin from standard input
.static String
InstallPluginCommand_InstallingPluginFromUrl(Object arg0)
KeyInstallPluginCommand.InstallingPluginFromUrl
:Installing a plugin from {0}
.static String
InstallPluginCommand_NotAValidSourceName(Object arg0)
KeyInstallPluginCommand.NotAValidSourceName
:{0} is neither a valid file, URL, nor a plugin artifact name in the update center
.static String
InstallPluginCommand_NoUpdateCenterDefined()
KeyInstallPluginCommand.NoUpdateCenterDefined
:Note that no update center is defined in this Jenkins.
.static String
InstallPluginCommand_NoUpdateDataRetrieved(Object arg0)
KeyInstallPluginCommand.NoUpdateDataRetrieved
:No update center data is retrieved yet from: {0}
.static String
InstallPluginCommand_ShortDescription()
KeyInstallPluginCommand.ShortDescription
:Installs a plugin either from a file, an URL, or from update center.
.static String
ListChangesCommand_ShortDescription()
KeyListChangesCommand.ShortDescription
:Dumps the changelog for the specified build(s).
.static String
ListJobsCommand_ShortDescription()
KeyListJobsCommand.ShortDescription
:Lists all jobs in a specific view or item group.
.static String
ListPluginsCommand_ShortDescription()
KeyListPluginsCommand.ShortDescription
:Outputs a list of installed plugins.
.static String
OfflineNodeCommand_ShortDescription()
KeyOfflineNodeCommand.ShortDescription
:Stop using a node for performing builds temporarily, until the next "online-node" command.
.static String
OnlineNodeCommand_ShortDescription()
KeyOnlineNodeCommand.ShortDescription
:Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
.static String
QuietDownCommand_ShortDescription()
KeyQuietDownCommand.ShortDescription
:Quiet down Jenkins, in preparation for a restart. Donât start any builds.
.static String
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.
.static String
ReloadJobCommand_ShortDescription()
KeyReloadJobCommand.ShortDescription
:Reload job(s)
.static String
RemoveJobFromViewCommand_ShortDescription()
KeyRemoveJobFromViewCommand.ShortDescription
:Removes jobs from view.
.static String
SessionIdCommand_ShortDescription()
KeySessionIdCommand.ShortDescription
:Outputs the session ID, which changes every time Jenkins restarts.
.static String
SetBuildDescriptionCommand_ShortDescription()
KeySetBuildDescriptionCommand.ShortDescription
:Sets the description of a build.
.static String
SetBuildDisplayNameCommand_ShortDescription()
KeySetBuildDisplayNameCommand.ShortDescription
:Sets the displayName of a build.
.static String
UpdateJobCommand_ShortDescription()
KeyUpdateJobCommand.ShortDescription
:Updates the job definition XML from stdin. The opposite of the get-job command.
.static String
UpdateNodeCommand_ShortDescription()
KeyUpdateNodeCommand.ShortDescription
:Updates the node definition XML from stdin. The opposite of the get-node command.
.static String
UpdateViewCommand_ShortDescription()
KeyUpdateViewCommand.ShortDescription
:Updates the view definition XML from stdin. The opposite of the get-view command.
.static String
VersionCommand_ShortDescription()
KeyVersionCommand.ShortDescription
:Outputs the current version.
.static String
WaitNodeOfflineCommand_ShortDescription()
KeyWaitNodeOfflineCommand.ShortDescription
:Wait for a node to become offline.
.static String
WaitNodeOnlineCommand_ShortDescription()
KeyWaitNodeOnlineCommand.ShortDescription
:Wait for a node to become online.
.static String
WhoAmICommand_ShortDescription()
KeyWhoAmICommand.ShortDescription
:Reports your credential and permissions.
.
-
-
-
Method Detail
-
CliProtocol2_displayName
public static String 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
public static String 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
public static String 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
public static String 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
-
_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
public static String 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
public static String BuildCommand_CLICause_ShortDescription(Object arg0)
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
public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_ShortDescription(Object arg0)
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
public static String 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.
-
CopyJobCommand_ShortDescription
public static String 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
public static String 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
public static String 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
public static String 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}
-
_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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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.
-
_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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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_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
public static String 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}
-
_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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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}
-
_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
public static String 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
public static String 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
public static String 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
public static String 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
-
_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
public static String 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
public static String 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})
-
_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
public static String 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
public static String 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
public static String 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}
-
_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
public static String 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.
-
_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
public static String 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
public static String 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_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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String EnablePluginCommand_NoSuchPlugin(Object arg0)
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
public static org.jvnet.localizer.Localizable _EnablePluginCommand_NoSuchPlugin(Object arg0)
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
public static String 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.
-
_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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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.
-
-