public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static org.jvnet.localizer.Localizable |
_AddJobToViewCommand_ShortDescription()
Adds jobs to view.
|
static org.jvnet.localizer.Localizable |
_BuildCommand_CLICause_CannotBuildConfigNotSaved(Object arg1)
Cannot build {0} because its configuration has not been saved.
|
static org.jvnet.localizer.Localizable |
_BuildCommand_CLICause_CannotBuildDisabled(Object arg1)
Cannot build {0} because it is disabled.
|
static org.jvnet.localizer.Localizable |
_BuildCommand_CLICause_CannotBuildUnknownReasons(Object arg1)
Cannot build {0} for unknown reasons.
|
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 |
_ConsoleCommand_ShortDescription()
Retrieves console output of a build.
|
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 |
_CreateNodeCommand_ShortDescription()
Creates a new node by reading stdin as a XML configuration.
|
static org.jvnet.localizer.Localizable |
_CreateViewCommand_ShortDescription()
Creates a new view by reading stdin as a XML configuration.
|
static org.jvnet.localizer.Localizable |
_DeleteBuildsCommand_ShortDescription()
Deletes build record(s).
|
static org.jvnet.localizer.Localizable |
_DeleteViewCommand_ShortDescription()
Deletes view.
|
static org.jvnet.localizer.Localizable |
_GetJobCommand_ShortDescription()
Dumps the job definition XML to stdout.
|
static org.jvnet.localizer.Localizable |
_GetNodeCommand_ShortDescription()
Dumps the node definition XML to stdout.
|
static org.jvnet.localizer.Localizable |
_GetViewCommand_ShortDescription()
Dumps the view 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 or a detailed description of single command.
|
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 |
_RemoveJobFromViewCommand_ShortDescription()
Removes jobs from view.
|
static org.jvnet.localizer.Localizable |
_SessionIdCommand_ShortDescription()
Outputs the session ID, which changes every time Jenkins restarts.
|
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 |
_SetBuildParameterCommand_ShortDescription()
Update/set the build parameter of the current build in progress.
|
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 |
_UpdateNodeCommand_ShortDescription()
Updates the node definition XML from stdin.
|
static org.jvnet.localizer.Localizable |
_UpdateViewCommand_ShortDescription()
Updates the view 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 |
AddJobToViewCommand_ShortDescription()
Adds jobs to view.
|
static String |
BuildCommand_CLICause_CannotBuildConfigNotSaved(Object arg1)
Cannot build {0} because its configuration has not been saved.
|
static String |
BuildCommand_CLICause_CannotBuildDisabled(Object arg1)
Cannot build {0} because it is disabled.
|
static String |
BuildCommand_CLICause_CannotBuildUnknownReasons(Object arg1)
Cannot build {0} for unknown reasons.
|
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 |
ConsoleCommand_ShortDescription()
Retrieves console output of a build.
|
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 |
CreateNodeCommand_ShortDescription()
Creates a new node by reading stdin as a XML configuration.
|
static String |
CreateViewCommand_ShortDescription()
Creates a new view by reading stdin as a XML configuration.
|
static String |
DeleteBuildsCommand_ShortDescription()
Deletes build record(s).
|
static String |
DeleteViewCommand_ShortDescription()
Deletes view.
|
static String |
GetJobCommand_ShortDescription()
Dumps the job definition XML to stdout.
|
static String |
GetNodeCommand_ShortDescription()
Dumps the node definition XML to stdout.
|
static String |
GetViewCommand_ShortDescription()
Dumps the view 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 or a detailed description of single command.
|
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 |
RemoveJobFromViewCommand_ShortDescription()
Removes jobs from view.
|
static String |
SessionIdCommand_ShortDescription()
Outputs the session ID, which changes every time Jenkins restarts.
|
static String |
SetBuildDescriptionCommand_ShortDescription()
Sets the description of a build.
|
static String |
SetBuildDisplayNameCommand_ShortDescription()
Sets the displayName of a build.
|
static String |
SetBuildParameterCommand_ShortDescription()
Update/set the build parameter of the current build in progress.
|
static String |
SetBuildResultCommand_ShortDescription()
Sets the result of the current build.
|
static String |
UpdateJobCommand_ShortDescription()
Updates the job definition XML from stdin.
|
static String |
UpdateNodeCommand_ShortDescription()
Updates the node definition XML from stdin.
|
static String |
UpdateViewCommand_ShortDescription()
Updates the view definition XML from stdin.
|
static String |
VersionCommand_ShortDescription()
Outputs the current version.
|
static String |
WhoAmICommand_ShortDescription()
Reports your credential and permissions.
|
public static String BuildCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _BuildCommand_ShortDescription()
public static String LoginCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _LoginCommand_ShortDescription()
public static String GetNodeCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _GetNodeCommand_ShortDescription()
public static String DeleteBuildsCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _DeleteBuildsCommand_ShortDescription()
public static String CopyJobCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _CopyJobCommand_ShortDescription()
public static String MailCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _MailCommand_ShortDescription()
public static String InstallPluginCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _InstallPluginCommand_ShortDescription()
public static String InstallPluginCommand_DidYouMean(Object arg1, Object arg2)
public static org.jvnet.localizer.Localizable _InstallPluginCommand_DidYouMean(Object arg1, Object arg2)
public static String BuildCommand_CLICause_ShortDescription(Object arg1)
public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_ShortDescription(Object arg1)
public static String GetJobCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _GetJobCommand_ShortDescription()
public static String InstallPluginCommand_NoUpdateCenterDefined()
public static org.jvnet.localizer.Localizable _InstallPluginCommand_NoUpdateCenterDefined()
public static String InstallToolCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _InstallToolCommand_ShortDescription()
public static String BuildCommand_CLICause_CannotBuildConfigNotSaved(Object arg1)
public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_CannotBuildConfigNotSaved(Object arg1)
public static String SessionIdCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _SessionIdCommand_ShortDescription()
public static String CreateNodeCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _CreateNodeCommand_ShortDescription()
public static String CreateJobCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _CreateJobCommand_ShortDescription()
public static String HelpCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _HelpCommand_ShortDescription()
public static String BuildCommand_CLICause_CannotBuildDisabled(Object arg1)
public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_CannotBuildDisabled(Object arg1)
public static String UpdateViewCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _UpdateViewCommand_ShortDescription()
public static String WhoAmICommand_ShortDescription()
public static org.jvnet.localizer.Localizable _WhoAmICommand_ShortDescription()
public static String AddJobToViewCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _AddJobToViewCommand_ShortDescription()
public static String VersionCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _VersionCommand_ShortDescription()
public static String DeleteViewCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _DeleteViewCommand_ShortDescription()
public static String BuildCommand_CLICause_CannotBuildUnknownReasons(Object arg1)
public static org.jvnet.localizer.Localizable _BuildCommand_CLICause_CannotBuildUnknownReasons(Object arg1)
public static String InstallPluginCommand_NotAValidSourceName(Object arg1)
public static org.jvnet.localizer.Localizable _InstallPluginCommand_NotAValidSourceName(Object arg1)
public static String RemoveJobFromViewCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _RemoveJobFromViewCommand_ShortDescription()
public static String GetViewCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _GetViewCommand_ShortDescription()
public static String LogoutCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _LogoutCommand_ShortDescription()
public static String UpdateJobCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _UpdateJobCommand_ShortDescription()
public static String GroovyshCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _GroovyshCommand_ShortDescription()
public static String ConsoleCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _ConsoleCommand_ShortDescription()
public static String InstallPluginCommand_NoUpdateDataRetrieved(Object arg1)
public static org.jvnet.localizer.Localizable _InstallPluginCommand_NoUpdateDataRetrieved(Object arg1)
public static String SetBuildDisplayNameCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _SetBuildDisplayNameCommand_ShortDescription()
public static String ListPluginsCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _ListPluginsCommand_ShortDescription()
public static String InstallPluginCommand_InstallingPluginFromUrl(Object arg1)
public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromUrl(Object arg1)
public static String SetBuildParameterCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _SetBuildParameterCommand_ShortDescription()
public static String SetBuildDescriptionCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _SetBuildDescriptionCommand_ShortDescription()
public static String InstallPluginCommand_InstallingPluginFromLocalFile(Object arg1)
public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingPluginFromLocalFile(Object arg1)
public static String GroovyCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _GroovyCommand_ShortDescription()
public static String InstallPluginCommand_InstallingFromUpdateCenter(Object arg1)
public static org.jvnet.localizer.Localizable _InstallPluginCommand_InstallingFromUpdateCenter(Object arg1)
public static String ListJobsCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _ListJobsCommand_ShortDescription()
public static String CreateViewCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _CreateViewCommand_ShortDescription()
public static String SetBuildResultCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _SetBuildResultCommand_ShortDescription()
public static String UpdateNodeCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _UpdateNodeCommand_ShortDescription()
public static String ListChangesCommand_ShortDescription()
public static org.jvnet.localizer.Localizable _ListChangesCommand_ShortDescription()
Copyright © 2014. All rights reserved.