hudson.cli
Class Messages

java.lang.Object
  extended by hudson.cli.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _BuildCommand_CLICause_ShortDescription(Object arg1)
          Started by command line by {0}
static org.jvnet.localizer.Localizable _BuildCommand_ShortDescription()
          Builds a job, and optionally waits until its completion.
static org.jvnet.localizer.Localizable _CopyJobCommand_ShortDescription()
          Copies a job.
static org.jvnet.localizer.Localizable _CreateJobCommand_ShortDescription()
          Creates a new job by reading stdin as a configuration XML file.
static org.jvnet.localizer.Localizable _DeleteBuildsCommand_ShortDescription()
          Deletes build record(s).
static org.jvnet.localizer.Localizable _GetJobCommand_ShortDescription()
          Dumps the job definition XML to stdout
static org.jvnet.localizer.Localizable _GroovyCommand_ShortDescription()
          Executes the specified Groovy script.
static org.jvnet.localizer.Localizable _GroovyshCommand_ShortDescription()
          Runs an interactive groovy shell.
static org.jvnet.localizer.Localizable _HelpCommand_ShortDescription()
          Lists all the available commands.
static org.jvnet.localizer.Localizable _InstallPluginCommand_DidYouMean(Object arg1, Object arg2)
          {0} looks like a short plugin name.
static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingFromUpdateCenter(Object arg1)
          Installing {0} from update center
static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromLocalFile(Object arg1)
          Installing a plugin from local file: {0}
static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromUrl(Object arg1)
          Installing a plugin from {0}
static org.jvnet.localizer.Localizable _InstallPluginCommand_NotAValidSourceName(Object arg1)
          {0} is neither a valid file, URL, nor a plugin artifact name in the update center
static org.jvnet.localizer.Localizable _InstallPluginCommand_NoUpdateCenterDefined()
          Note that no update center is defined in this Jenkins.
static org.jvnet.localizer.Localizable _InstallPluginCommand_NoUpdateDataRetrieved(Object arg1)
          No update center data is retrieved yet from: {0}
static org.jvnet.localizer.Localizable _InstallPluginCommand_ShortDescription()
          Installs a plugin either from a file, an URL, or from update center.
static org.jvnet.localizer.Localizable _InstallToolCommand_ShortDescription()
          Performs automatic tool installation, and print its location to stdout.
static org.jvnet.localizer.Localizable _ListChangesCommand_ShortDescription()
          Dumps the changelog for the specified build(s).
static org.jvnet.localizer.Localizable _ListJobsCommand_ShortDescription()
          Lists all jobs in a specific view or item group.
static org.jvnet.localizer.Localizable _ListPluginsCommand_ShortDescription()
          Outputs a list of installed plugins.
static org.jvnet.localizer.Localizable _LoginCommand_ShortDescription()
          Saves the current credential to allow future commands to run without explicit credential information.
static org.jvnet.localizer.Localizable _LogoutCommand_ShortDescription()
          Deletes the credential stored with the login command.
static org.jvnet.localizer.Localizable _MailCommand_ShortDescription()
          Reads stdin and sends that out as an e-mail.
static org.jvnet.localizer.Localizable _SetBuildDescriptionCommand_ShortDescription()
          Sets the description of a build.
static org.jvnet.localizer.Localizable _SetBuildDisplayNameCommand_ShortDescription()
          Sets the displayName of a build
static org.jvnet.localizer.Localizable _SetBuildResultCommand_ShortDescription()
          Sets the result of the current build.
static org.jvnet.localizer.Localizable _UpdateJobCommand_ShortDescription()
          Updates the job definition XML from stdin.
static org.jvnet.localizer.Localizable _VersionCommand_ShortDescription()
          Outputs the current version.
static org.jvnet.localizer.Localizable _WhoAmICommand_ShortDescription()
          Reports your credential and permissions
static String BuildCommand_CLICause_ShortDescription(Object arg1)
          Started by command line by {0}
static String BuildCommand_ShortDescription()
          Builds a job, and optionally waits until its completion.
static String CopyJobCommand_ShortDescription()
          Copies a job.
static String CreateJobCommand_ShortDescription()
          Creates a new job by reading stdin as a configuration XML file.
static String DeleteBuildsCommand_ShortDescription()
          Deletes build record(s).
static String GetJobCommand_ShortDescription()
          Dumps the job definition XML to stdout
static String GroovyCommand_ShortDescription()
          Executes the specified Groovy script.
static String GroovyshCommand_ShortDescription()
          Runs an interactive groovy shell.
static String HelpCommand_ShortDescription()
          Lists all the available commands.
static String InstallPluginCommand_DidYouMean(Object arg1, Object arg2)
          {0} looks like a short plugin name.
static String InstallPluginCommand_InstallingFromUpdateCenter(Object arg1)
          Installing {0} from update center
static String InstallPluginCommand_InstallingPluginFromLocalFile(Object arg1)
          Installing a plugin from local file: {0}
static String InstallPluginCommand_InstallingPluginFromUrl(Object arg1)
          Installing a plugin from {0}
static String InstallPluginCommand_NotAValidSourceName(Object arg1)
          {0} is neither a valid file, URL, nor a plugin artifact name in the update center
static String InstallPluginCommand_NoUpdateCenterDefined()
          Note that no update center is defined in this Jenkins.
static String InstallPluginCommand_NoUpdateDataRetrieved(Object arg1)
          No update center data is retrieved yet from: {0}
static String InstallPluginCommand_ShortDescription()
          Installs a plugin either from a file, an URL, or from update center.
static String InstallToolCommand_ShortDescription()
          Performs automatic tool installation, and print its location to stdout.
static String ListChangesCommand_ShortDescription()
          Dumps the changelog for the specified build(s).
static String ListJobsCommand_ShortDescription()
          Lists all jobs in a specific view or item group.
static String ListPluginsCommand_ShortDescription()
          Outputs a list of installed plugins.
static String LoginCommand_ShortDescription()
          Saves the current credential to allow future commands to run without explicit credential information.
static String LogoutCommand_ShortDescription()
          Deletes the credential stored with the login command.
static String MailCommand_ShortDescription()
          Reads stdin and sends that out as an e-mail.
static String SetBuildDescriptionCommand_ShortDescription()
          Sets the description of a build.
static String SetBuildDisplayNameCommand_ShortDescription()
          Sets the displayName of a build
static String SetBuildResultCommand_ShortDescription()
          Sets the result of the current build.
static String UpdateJobCommand_ShortDescription()
          Updates the job definition XML from stdin.
static String VersionCommand_ShortDescription()
          Outputs the current version.
static String WhoAmICommand_ShortDescription()
          Reports your credential and permissions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

InstallPluginCommand_InstallingPluginFromUrl

public static String InstallPluginCommand_InstallingPluginFromUrl(Object arg1)
Installing a plugin from {0}


_InstallPluginCommand_InstallingPluginFromUrl

public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromUrl(Object arg1)
Installing a plugin from {0}


GroovyshCommand_ShortDescription

public static String GroovyshCommand_ShortDescription()
Runs an interactive groovy shell.


_GroovyshCommand_ShortDescription

public static org.jvnet.localizer.Localizable _GroovyshCommand_ShortDescription()
Runs an interactive groovy shell.


ListJobsCommand_ShortDescription

public static String ListJobsCommand_ShortDescription()
Lists all jobs in a specific view or item group.


_ListJobsCommand_ShortDescription

public static org.jvnet.localizer.Localizable _ListJobsCommand_ShortDescription()
Lists all jobs in a specific view or item group.


InstallPluginCommand_ShortDescription

public static String InstallPluginCommand_ShortDescription()
Installs a plugin either from a file, an URL, or from update center.


_InstallPluginCommand_ShortDescription

public static org.jvnet.localizer.Localizable _InstallPluginCommand_ShortDescription()
Installs a plugin either from a file, an URL, or from update center.


LoginCommand_ShortDescription

public static String LoginCommand_ShortDescription()
Saves the current credential to allow future commands to run without explicit credential information.


_LoginCommand_ShortDescription

public static org.jvnet.localizer.Localizable _LoginCommand_ShortDescription()
Saves the current credential to allow future commands to run without explicit credential information.


ListChangesCommand_ShortDescription

public static String ListChangesCommand_ShortDescription()
Dumps the changelog for the specified build(s).


_ListChangesCommand_ShortDescription

public static org.jvnet.localizer.Localizable _ListChangesCommand_ShortDescription()
Dumps the changelog for the specified build(s).


InstallPluginCommand_InstallingPluginFromLocalFile

public static String InstallPluginCommand_InstallingPluginFromLocalFile(Object arg1)
Installing a plugin from local file: {0}


_InstallPluginCommand_InstallingPluginFromLocalFile

public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromLocalFile(Object arg1)
Installing a plugin from local file: {0}


MailCommand_ShortDescription

public static String MailCommand_ShortDescription()
Reads stdin and sends that out as an e-mail.


_MailCommand_ShortDescription

public static org.jvnet.localizer.Localizable _MailCommand_ShortDescription()
Reads stdin and sends that out as an e-mail.


HelpCommand_ShortDescription

public static String HelpCommand_ShortDescription()
Lists all the available commands.


_HelpCommand_ShortDescription

public static org.jvnet.localizer.Localizable _HelpCommand_ShortDescription()
Lists all the available commands.


SetBuildDescriptionCommand_ShortDescription

public static String SetBuildDescriptionCommand_ShortDescription()
Sets the description of a build.


_SetBuildDescriptionCommand_ShortDescription

public static org.jvnet.localizer.Localizable _SetBuildDescriptionCommand_ShortDescription()
Sets the description of a build.


SetBuildResultCommand_ShortDescription

public static String SetBuildResultCommand_ShortDescription()
Sets the result of the current build. Works only if invoked from within a build.


_SetBuildResultCommand_ShortDescription

public static org.jvnet.localizer.Localizable _SetBuildResultCommand_ShortDescription()
Sets the result of the current build. Works only if invoked from within a build.


ListPluginsCommand_ShortDescription

public static String ListPluginsCommand_ShortDescription()
Outputs a list of installed plugins.


_ListPluginsCommand_ShortDescription

public static org.jvnet.localizer.Localizable _ListPluginsCommand_ShortDescription()
Outputs a list of installed plugins.


InstallPluginCommand_DidYouMean

public static String InstallPluginCommand_DidYouMean(Object arg1,
                                                     Object arg2)
{0} looks like a short plugin name. Did you mean ''{1}''?


_InstallPluginCommand_DidYouMean

public static org.jvnet.localizer.Localizable _InstallPluginCommand_DidYouMean(Object arg1,
                                                                               Object arg2)
{0} looks like a short plugin name. Did you mean ''{1}''?


CopyJobCommand_ShortDescription

public static String CopyJobCommand_ShortDescription()
Copies a job.


_CopyJobCommand_ShortDescription

public static org.jvnet.localizer.Localizable _CopyJobCommand_ShortDescription()
Copies a job.


GroovyCommand_ShortDescription

public static String GroovyCommand_ShortDescription()
Executes the specified Groovy script.


_GroovyCommand_ShortDescription

public static org.jvnet.localizer.Localizable _GroovyCommand_ShortDescription()
Executes the specified Groovy script.


InstallPluginCommand_NotAValidSourceName

public static String InstallPluginCommand_NotAValidSourceName(Object arg1)
{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 arg1)
{0} is neither a valid file, URL, nor a plugin artifact name in the update center


InstallPluginCommand_NoUpdateDataRetrieved

public static String InstallPluginCommand_NoUpdateDataRetrieved(Object arg1)
No update center data is retrieved yet from: {0}


_InstallPluginCommand_NoUpdateDataRetrieved

public static org.jvnet.localizer.Localizable _InstallPluginCommand_NoUpdateDataRetrieved(Object arg1)
No update center data is retrieved yet from: {0}


InstallPluginCommand_NoUpdateCenterDefined

public static String InstallPluginCommand_NoUpdateCenterDefined()
Note that no update center is defined in this Jenkins.


_InstallPluginCommand_NoUpdateCenterDefined

public static org.jvnet.localizer.Localizable _InstallPluginCommand_NoUpdateCenterDefined()
Note that no update center is defined in this Jenkins.


DeleteBuildsCommand_ShortDescription

public static String DeleteBuildsCommand_ShortDescription()
Deletes build record(s).


_DeleteBuildsCommand_ShortDescription

public static org.jvnet.localizer.Localizable _DeleteBuildsCommand_ShortDescription()
Deletes build record(s).


BuildCommand_ShortDescription

public static String BuildCommand_ShortDescription()
Builds a job, and optionally waits until its completion.


_BuildCommand_ShortDescription

public static org.jvnet.localizer.Localizable _BuildCommand_ShortDescription()
Builds a job, and optionally waits until its completion.


InstallToolCommand_ShortDescription

public static String InstallToolCommand_ShortDescription()
Performs automatic tool installation, and print its location to stdout. Can be only called from inside a build.


_InstallToolCommand_ShortDescription

public static org.jvnet.localizer.Localizable _InstallToolCommand_ShortDescription()
Performs automatic tool installation, and print its location to stdout. Can be only called from inside a build.


InstallPluginCommand_InstallingFromUpdateCenter

public static String InstallPluginCommand_InstallingFromUpdateCenter(Object arg1)
Installing {0} from update center


_InstallPluginCommand_InstallingFromUpdateCenter

public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingFromUpdateCenter(Object arg1)
Installing {0} from update center


WhoAmICommand_ShortDescription

public static String WhoAmICommand_ShortDescription()
Reports your credential and permissions


_WhoAmICommand_ShortDescription

public static org.jvnet.localizer.Localizable _WhoAmICommand_ShortDescription()
Reports your credential and permissions


SetBuildDisplayNameCommand_ShortDescription

public static String SetBuildDisplayNameCommand_ShortDescription()
Sets the displayName of a build


_SetBuildDisplayNameCommand_ShortDescription

public static org.jvnet.localizer.Localizable _SetBuildDisplayNameCommand_ShortDescription()
Sets the displayName of a build


GetJobCommand_ShortDescription

public static String GetJobCommand_ShortDescription()
Dumps the job definition XML to stdout


_GetJobCommand_ShortDescription

public static org.jvnet.localizer.Localizable _GetJobCommand_ShortDescription()
Dumps the job definition XML to stdout


BuildCommand_CLICause_ShortDescription

public static String BuildCommand_CLICause_ShortDescription(Object arg1)
Started by command line by {0}


_BuildCommand_CLICause_ShortDescription

public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_ShortDescription(Object arg1)
Started by command line by {0}


LogoutCommand_ShortDescription

public static String LogoutCommand_ShortDescription()
Deletes the credential stored with the login command.


_LogoutCommand_ShortDescription

public static org.jvnet.localizer.Localizable _LogoutCommand_ShortDescription()
Deletes the credential stored with the login command.


VersionCommand_ShortDescription

public static String VersionCommand_ShortDescription()
Outputs the current version.


_VersionCommand_ShortDescription

public static org.jvnet.localizer.Localizable _VersionCommand_ShortDescription()
Outputs the current version.


CreateJobCommand_ShortDescription

public static String CreateJobCommand_ShortDescription()
Creates a new job by reading stdin as a configuration XML file.


_CreateJobCommand_ShortDescription

public static org.jvnet.localizer.Localizable _CreateJobCommand_ShortDescription()
Creates a new job by reading stdin as a configuration XML file.


UpdateJobCommand_ShortDescription

public static String UpdateJobCommand_ShortDescription()
Updates the job definition XML from stdin. The opposite of the get-job command


_UpdateJobCommand_ShortDescription

public static org.jvnet.localizer.Localizable _UpdateJobCommand_ShortDescription()
Updates the job definition XML from stdin. The opposite of the get-job command



Copyright © 2004-2013. All Rights Reserved.