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 Details

    • Messages

      public Messages()
  • Method Details

    • CliProtocol2_displayName

      public static String CliProtocol2_displayName()
      Key CliProtocol2.displayName: Jenkins CLI Protocol/2 (transport encryption).
      Returns:
      Jenkins CLI Protocol/2 (transport encryption)
    • _CliProtocol2_displayName

      public static org.jvnet.localizer.Localizable _CliProtocol2_displayName()
      Key CliProtocol2.displayName: Jenkins CLI Protocol/2 (transport encryption).
      Returns:
      Jenkins CLI Protocol/2 (transport encryption)
    • DisablePluginCommand_ShortDescription

      public static String DisablePluginCommand_ShortDescription()
      Key DisablePluginCommand.ShortDescription: Disable one or more installed plugins..
      Returns:
      Disable one or more installed plugins.
    • _DisablePluginCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _DisablePluginCommand_ShortDescription()
      Key DisablePluginCommand.ShortDescription: Disable one or more installed plugins..
      Returns:
      Disable one or more installed plugins.
    • WaitNodeOnlineCommand_ShortDescription

      public static String WaitNodeOnlineCommand_ShortDescription()
      Key WaitNodeOnlineCommand.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()
      Key WaitNodeOnlineCommand.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)
      Key InstallPluginCommand.InstallingFromUpdateCenter: Installing {0} from update center.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Installing {0} from update center
    • _InstallPluginCommand_InstallingFromUpdateCenter

      public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingFromUpdateCenter(Object arg0)
      Key InstallPluginCommand.InstallingFromUpdateCenter: Installing {0} from update center.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Installing {0} from update center
    • VersionCommand_ShortDescription

      public static String VersionCommand_ShortDescription()
      Key VersionCommand.ShortDescription: Outputs the current version..
      Returns:
      Outputs the current version.
    • _VersionCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _VersionCommand_ShortDescription()
      Key VersionCommand.ShortDescription: Outputs the current version..
      Returns:
      Outputs the current version.
    • BuildCommand_CLICause_ShortDescription

      public static String BuildCommand_CLICause_ShortDescription(Object arg0)
      Key BuildCommand.CLICause.ShortDescription: Started from command line by {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Started from command line by {0}
    • _BuildCommand_CLICause_ShortDescription

      public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_ShortDescription(Object arg0)
      Key BuildCommand.CLICause.ShortDescription: Started from command line by {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Started from command line by {0}
    • ListJobsCommand_ShortDescription

      public static String ListJobsCommand_ShortDescription()
      Key ListJobsCommand.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()
      Key ListJobsCommand.ShortDescription: Lists all jobs in a specific view or item group..
      Returns:
      Lists all jobs in a specific view or item group.
    • SafeRestartCommand_ShortDescription

      public static String SafeRestartCommand_ShortDescription()
      Key SafeRestartCommand.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()
      Key SafeRestartCommand.ShortDescription: Safe Restart Jenkins. Don’t start any builds..
      Returns:
      Safe Restart Jenkins. Don’t start any builds.
    • CopyJobCommand_ShortDescription

      public static String CopyJobCommand_ShortDescription()
      Key CopyJobCommand.ShortDescription: Copies a job..
      Returns:
      Copies a job.
    • _CopyJobCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _CopyJobCommand_ShortDescription()
      Key CopyJobCommand.ShortDescription: Copies a job..
      Returns:
      Copies a job.
    • ReloadConfigurationCommand_ShortDescription

      public static String ReloadConfigurationCommand_ShortDescription()
      Key ReloadConfigurationCommand.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()
      Key ReloadConfigurationCommand.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()
      Key OnlineNodeCommand.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()
      Key OnlineNodeCommand.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)
      Key EnablePluginCommand.MissingDependencies: Cannot enable plugin {0} as it is missing the dependency {1}.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.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)
      Key EnablePluginCommand.MissingDependencies: Cannot enable plugin {0} as it is missing the dependency {1}.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot enable plugin {0} as it is missing the dependency {1}
    • SetBuildDescriptionCommand_ShortDescription

      public static String SetBuildDescriptionCommand_ShortDescription()
      Key SetBuildDescriptionCommand.ShortDescription: Sets the description of a build..
      Returns:
      Sets the description of a build.
    • _SetBuildDescriptionCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _SetBuildDescriptionCommand_ShortDescription()
      Key SetBuildDescriptionCommand.ShortDescription: Sets the description of a build..
      Returns:
      Sets the description of a build.
    • QuietDownCommand_ShortDescription

      public static String QuietDownCommand_ShortDescription()
      Key QuietDownCommand.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()
      Key QuietDownCommand.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()
      Key ListPluginsCommand.ShortDescription: Outputs a list of installed plugins..
      Returns:
      Outputs a list of installed plugins.
    • _ListPluginsCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _ListPluginsCommand_ShortDescription()
      Key ListPluginsCommand.ShortDescription: Outputs a list of installed plugins..
      Returns:
      Outputs a list of installed plugins.
    • DisconnectNodeCommand_ShortDescription

      public static String DisconnectNodeCommand_ShortDescription()
      Key DisconnectNodeCommand.ShortDescription: Disconnects from a node..
      Returns:
      Disconnects from a node.
    • _DisconnectNodeCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _DisconnectNodeCommand_ShortDescription()
      Key DisconnectNodeCommand.ShortDescription: Disconnects from a node..
      Returns:
      Disconnects from a node.
    • OfflineNodeCommand_ShortDescription

      public static String OfflineNodeCommand_ShortDescription()
      Key OfflineNodeCommand.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()
      Key OfflineNodeCommand.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()
      Key DisablePluginCommand.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()
      Key DisablePluginCommand.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)
      Key BuildCommand.CLICause.CannotBuildDisabled: Cannot build {0} because it is disabled..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot build {0} because it is disabled.
    • _BuildCommand_CLICause_CannotBuildDisabled

      public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_CannotBuildDisabled(Object arg0)
      Key BuildCommand.CLICause.CannotBuildDisabled: Cannot build {0} because it is disabled..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot build {0} because it is disabled.
    • WaitNodeOfflineCommand_ShortDescription

      public static String WaitNodeOfflineCommand_ShortDescription()
      Key WaitNodeOfflineCommand.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()
      Key WaitNodeOfflineCommand.ShortDescription: Wait for a node to become offline..
      Returns:
      Wait for a node to become offline.
    • InstallPluginCommand_InstallingPluginFromStdin

      public static String InstallPluginCommand_InstallingPluginFromStdin()
      Key InstallPluginCommand.InstallingPluginFromStdin: Installing a plugin from standard input.
      Returns:
      Installing a plugin from standard input
    • _InstallPluginCommand_InstallingPluginFromStdin

      public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromStdin()
      Key InstallPluginCommand.InstallingPluginFromStdin: Installing a plugin from standard input.
      Returns:
      Installing a plugin from standard input
    • InstallPluginCommand_ShortDescription

      public static String InstallPluginCommand_ShortDescription()
      Key InstallPluginCommand.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()
      Key InstallPluginCommand.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()
      Key AddJobToViewCommand.ShortDescription: Adds jobs to view..
      Returns:
      Adds jobs to view.
    • _AddJobToViewCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _AddJobToViewCommand_ShortDescription()
      Key AddJobToViewCommand.ShortDescription: Adds jobs to view..
      Returns:
      Adds jobs to view.
    • DeleteNodeCommand_ShortDescription

      public static String DeleteNodeCommand_ShortDescription()
      Key DeleteNodeCommand.ShortDescription: Deletes node(s).
      Returns:
      Deletes node(s)
    • _DeleteNodeCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _DeleteNodeCommand_ShortDescription()
      Key DeleteNodeCommand.ShortDescription: Deletes node(s).
      Returns:
      Deletes node(s)
    • BuildCommand_ShortDescription

      public static String BuildCommand_ShortDescription()
      Key BuildCommand.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()
      Key BuildCommand.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()
      Key DeleteViewCommand.ShortDescription: Deletes view(s)..
      Returns:
      Deletes view(s).
    • _DeleteViewCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _DeleteViewCommand_ShortDescription()
      Key DeleteViewCommand.ShortDescription: Deletes view(s)..
      Returns:
      Deletes view(s).
    • InstallPluginCommand_DidYouMean

      public static String InstallPluginCommand_DidYouMean(Object arg0, Object arg1)
      Key InstallPluginCommand.DidYouMean: {0} looks like a short plugin name. Did you mean ‘{1}’?.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.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)
      Key InstallPluginCommand.DidYouMean: {0} looks like a short plugin name. Did you mean ‘{1}’?.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0} looks like a short plugin name. Did you mean ‘{1}’?
    • InstallPluginCommand_InstallingPluginFromLocalFile

      public static String InstallPluginCommand_InstallingPluginFromLocalFile(Object arg0)
      Key InstallPluginCommand.InstallingPluginFromLocalFile: Installing a plugin from local file: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Installing a plugin from local file: {0}
    • _InstallPluginCommand_InstallingPluginFromLocalFile

      public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromLocalFile(Object arg0)
      Key InstallPluginCommand.InstallingPluginFromLocalFile: Installing a plugin from local file: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Installing a plugin from local file: {0}
    • SetBuildDisplayNameCommand_ShortDescription

      public static String SetBuildDisplayNameCommand_ShortDescription()
      Key SetBuildDisplayNameCommand.ShortDescription: Sets the displayName of a build..
      Returns:
      Sets the displayName of a build.
    • _SetBuildDisplayNameCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _SetBuildDisplayNameCommand_ShortDescription()
      Key SetBuildDisplayNameCommand.ShortDescription: Sets the displayName of a build..
      Returns:
      Sets the displayName of a build.
    • WhoAmICommand_ShortDescription

      public static String WhoAmICommand_ShortDescription()
      Key WhoAmICommand.ShortDescription: Reports your credential and permissions..
      Returns:
      Reports your credential and permissions.
    • _WhoAmICommand_ShortDescription

      public static org.jvnet.localizer.Localizable _WhoAmICommand_ShortDescription()
      Key WhoAmICommand.ShortDescription: Reports your credential and permissions..
      Returns:
      Reports your credential and permissions.
    • GroovyCommand_ShortDescription

      public static String GroovyCommand_ShortDescription()
      Key GroovyCommand.ShortDescription: Executes the specified Groovy script. .
      Returns:
      Executes the specified Groovy script.
    • _GroovyCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _GroovyCommand_ShortDescription()
      Key GroovyCommand.ShortDescription: Executes the specified Groovy script. .
      Returns:
      Executes the specified Groovy script.
    • DeleteJobCommand_ShortDescription

      public static String DeleteJobCommand_ShortDescription()
      Key DeleteJobCommand.ShortDescription: Deletes job(s)..
      Returns:
      Deletes job(s).
    • _DeleteJobCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _DeleteJobCommand_ShortDescription()
      Key DeleteJobCommand.ShortDescription: Deletes job(s)..
      Returns:
      Deletes job(s).
    • CliProtocol_displayName

      public static String CliProtocol_displayName()
      Key CliProtocol.displayName: Jenkins CLI Protocol/1 (unencrypted).
      Returns:
      Jenkins CLI Protocol/1 (unencrypted)
    • _CliProtocol_displayName

      public static org.jvnet.localizer.Localizable _CliProtocol_displayName()
      Key CliProtocol.displayName: Jenkins CLI Protocol/1 (unencrypted).
      Returns:
      Jenkins CLI Protocol/1 (unencrypted)
    • DisablePluginCommand_NoSuchStrategy

      public static String DisablePluginCommand_NoSuchStrategy(Object arg0, Object arg1)
      Key DisablePluginCommand.NoSuchStrategy: This strategy ({0}) does not exist. Allowed strategies are {1}.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.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)
      Key DisablePluginCommand.NoSuchStrategy: This strategy ({0}) does not exist. Allowed strategies are {1}.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      This strategy ({0}) does not exist. Allowed strategies are {1}
    • RemoveJobFromViewCommand_ShortDescription

      public static String RemoveJobFromViewCommand_ShortDescription()
      Key RemoveJobFromViewCommand.ShortDescription: Removes jobs from view..
      Returns:
      Removes jobs from view.
    • _RemoveJobFromViewCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _RemoveJobFromViewCommand_ShortDescription()
      Key RemoveJobFromViewCommand.ShortDescription: Removes jobs from view..
      Returns:
      Removes jobs from view.
    • SessionIdCommand_ShortDescription

      public static String SessionIdCommand_ShortDescription()
      Key SessionIdCommand.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()
      Key SessionIdCommand.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()
      Key ConnectNodeCommand.ShortDescription: Reconnect to a node(s).
      Returns:
      Reconnect to a node(s)
    • _ConnectNodeCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _ConnectNodeCommand_ShortDescription()
      Key ConnectNodeCommand.ShortDescription: Reconnect to a node(s).
      Returns:
      Reconnect to a node(s)
    • InstallPluginCommand_NotAValidSourceName

      public static String InstallPluginCommand_NotAValidSourceName(Object arg0)
      Key InstallPluginCommand.NotAValidSourceName: {0} is neither a valid file, URL, nor a plugin artifact name in the update center.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.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)
      Key InstallPluginCommand.NotAValidSourceName: {0} is neither a valid file, URL, nor a plugin artifact name in the update center.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.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()
      Key GetJobCommand.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()
      Key GetJobCommand.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)
      Key DisablePluginCommand.StatusMessage: Disabling ''{0}'': {1} ({2}).
      Parameters:
      arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Disabling ''{0}'': {1} ({2})
    • _DisablePluginCommand_StatusMessage

      public static org.jvnet.localizer.Localizable _DisablePluginCommand_StatusMessage(Object arg0, Object arg1, Object arg2)
      Key DisablePluginCommand.StatusMessage: Disabling ''{0}'': {1} ({2}).
      Parameters:
      arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Disabling ''{0}'': {1} ({2})
    • EnablePluginCommand_ShortDescription

      public static String EnablePluginCommand_ShortDescription()
      Key EnablePluginCommand.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()
      Key EnablePluginCommand.ShortDescription: Enables one or more installed plugins transitively..
      Returns:
      Enables one or more installed plugins transitively.
    • CreateNodeCommand_ShortDescription

      public static String CreateNodeCommand_ShortDescription()
      Key CreateNodeCommand.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()
      Key CreateNodeCommand.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)
      Key InstallPluginCommand.NoUpdateDataRetrieved: No update center data is retrieved yet from: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No update center data is retrieved yet from: {0}
    • _InstallPluginCommand_NoUpdateDataRetrieved

      public static org.jvnet.localizer.Localizable _InstallPluginCommand_NoUpdateDataRetrieved(Object arg0)
      Key InstallPluginCommand.NoUpdateDataRetrieved: No update center data is retrieved yet from: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No update center data is retrieved yet from: {0}
    • BuildCommand_CLICause_CannotBuildUnknownReasons

      public static String BuildCommand_CLICause_CannotBuildUnknownReasons(Object arg0)
      Key BuildCommand.CLICause.CannotBuildUnknownReasons: Cannot build {0} for unknown reasons..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot build {0} for unknown reasons.
    • _BuildCommand_CLICause_CannotBuildUnknownReasons

      public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_CannotBuildUnknownReasons(Object arg0)
      Key BuildCommand.CLICause.CannotBuildUnknownReasons: Cannot build {0} for unknown reasons..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot build {0} for unknown reasons.
    • CreateViewCommand_ShortDescription

      public static String CreateViewCommand_ShortDescription()
      Key CreateViewCommand.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()
      Key CreateViewCommand.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)
      Key InstallPluginCommand.InstallingPluginFromUrl: Installing a plugin from {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Installing a plugin from {0}
    • _InstallPluginCommand_InstallingPluginFromUrl

      public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromUrl(Object arg0)
      Key InstallPluginCommand.InstallingPluginFromUrl: Installing a plugin from {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Installing a plugin from {0}
    • InstallPluginCommand_NoUpdateCenterDefined

      public static String InstallPluginCommand_NoUpdateCenterDefined()
      Key InstallPluginCommand.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()
      Key InstallPluginCommand.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()
      Key ConsoleCommand.ShortDescription: Retrieves console output of a build..
      Returns:
      Retrieves console output of a build.
    • _ConsoleCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _ConsoleCommand_ShortDescription()
      Key ConsoleCommand.ShortDescription: Retrieves console output of a build..
      Returns:
      Retrieves console output of a build.
    • GroovyshCommand_ShortDescription

      public static String GroovyshCommand_ShortDescription()
      Key GroovyshCommand.ShortDescription: Runs an interactive groovy shell..
      Returns:
      Runs an interactive groovy shell.
    • _GroovyshCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _GroovyshCommand_ShortDescription()
      Key GroovyshCommand.ShortDescription: Runs an interactive groovy shell..
      Returns:
      Runs an interactive groovy shell.
    • UpdateViewCommand_ShortDescription

      public static String UpdateViewCommand_ShortDescription()
      Key UpdateViewCommand.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()
      Key UpdateViewCommand.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()
      Key HelpCommand.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()
      Key HelpCommand.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()
      Key ClearQueueCommand.ShortDescription: Clears the build queue..
      Returns:
      Clears the build queue.
    • _ClearQueueCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _ClearQueueCommand_ShortDescription()
      Key ClearQueueCommand.ShortDescription: Clears the build queue..
      Returns:
      Clears the build queue.
    • UpdateNodeCommand_ShortDescription

      public static String UpdateNodeCommand_ShortDescription()
      Key UpdateNodeCommand.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()
      Key UpdateNodeCommand.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()
      Key CancelQuietDownCommand.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()
      Key CancelQuietDownCommand.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()
      Key UpdateJobCommand.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()
      Key UpdateJobCommand.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)
      Key EnablePluginCommand.NoSuchPlugin: No such plugin found with the name {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No such plugin found with the name {0}
    • _EnablePluginCommand_NoSuchPlugin

      public static org.jvnet.localizer.Localizable _EnablePluginCommand_NoSuchPlugin(Object arg0)
      Key EnablePluginCommand.NoSuchPlugin: No such plugin found with the name {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No such plugin found with the name {0}
    • BuildCommand_CLICause_CannotBuildConfigNotSaved

      public static String BuildCommand_CLICause_CannotBuildConfigNotSaved(Object arg0)
      Key BuildCommand.CLICause.CannotBuildConfigNotSaved: Cannot build {0} because its configuration has not been saved..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.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)
      Key BuildCommand.CLICause.CannotBuildConfigNotSaved: Cannot build {0} because its configuration has not been saved..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot build {0} because its configuration has not been saved.
    • ReloadJobCommand_ShortDescription

      public static String ReloadJobCommand_ShortDescription()
      Key ReloadJobCommand.ShortDescription: Reload job(s).
      Returns:
      Reload job(s)
    • _ReloadJobCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _ReloadJobCommand_ShortDescription()
      Key ReloadJobCommand.ShortDescription: Reload job(s).
      Returns:
      Reload job(s)
    • CreateJobCommand_ShortDescription

      public static String CreateJobCommand_ShortDescription()
      Key CreateJobCommand.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()
      Key CreateJobCommand.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()
      Key DeleteBuildsCommand.ShortDescription: Deletes build record(s)..
      Returns:
      Deletes build record(s).
    • _DeleteBuildsCommand_ShortDescription

      public static org.jvnet.localizer.Localizable _DeleteBuildsCommand_ShortDescription()
      Key DeleteBuildsCommand.ShortDescription: Deletes build record(s)..
      Returns:
      Deletes build record(s).
    • ListChangesCommand_ShortDescription

      public static String ListChangesCommand_ShortDescription()
      Key ListChangesCommand.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()
      Key ListChangesCommand.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()
      Key GetNodeCommand.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()
      Key GetNodeCommand.ShortDescription: Dumps the node definition XML to stdout..
      Returns:
      Dumps the node definition XML to stdout.
    • GetViewCommand_ShortDescription

      public static String GetViewCommand_ShortDescription()
      Key GetViewCommand.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()
      Key GetViewCommand.ShortDescription: Dumps the view definition XML to stdout..
      Returns:
      Dumps the view definition XML to stdout.