Package hudson.model
Class Messages
java.lang.Object
hudson.model.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyAbstractBuild_Building
:Building
.static org.jvnet.localizer.Localizable
KeyAbstractBuild.BuildingInWorkspace
:in workspace {0}
.static org.jvnet.localizer.Localizable
KeyAbstractBuild.BuildingOnMaster
:Building on the built-in node
.static org.jvnet.localizer.Localizable
KeyAbstractBuild.BuildingRemotely
:Building remotely on {0}
.static org.jvnet.localizer.Localizable
KeyAbstractBuild.KeptBecause
:This build is kept because of {0}.
.static org.jvnet.localizer.Localizable
KeyAbstractItem.BeingDeleted
:{0} is currently being deleted
.static org.jvnet.localizer.Localizable
_AbstractItem_FailureToStopBuilds
(Object arg0, Object arg1) KeyAbstractItem.FailureToStopBuilds
:Failed to interrupt and stop {0,choice,1#{0,number,integer} build|1<{0,number,integer} builds} of {1}
.static org.jvnet.localizer.Localizable
KeyAbstractItem.NewNameInUse
:The name â{0}â is already in use.
.static org.jvnet.localizer.Localizable
KeyAbstractItem.NewNameUnchanged
:The new name is the same as the current name.
.static org.jvnet.localizer.Localizable
_AbstractItem_NoSuchJobExists
(Object arg0, Object arg1) KeyAbstractItem.NoSuchJobExists
:No such job â{0}â exists. Perhaps you meant â{1}â?
.static org.jvnet.localizer.Localizable
KeyAbstractItem.NoSuchJobExistsWithoutSuggestion
:No such job â{0}â exists.
.static org.jvnet.localizer.Localizable
KeyAbstractItem.Pronoun
:Item
.static org.jvnet.localizer.Localizable
KeyAbstractItem.TaskNoun
:Build
.static org.jvnet.localizer.Localizable
KeyAbstractProject.Aborted
:Aborted
.static org.jvnet.localizer.Localizable
KeyAbstractProject.AwaitingBuildForWorkspace
:Awaiting build to get a workspace.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.AwaitingWorkspaceToComeOnline
:We need to schedule a new build to get a workspace, but deferring {0}ms in the hope that one will become available soon
.static org.jvnet.localizer.Localizable
KeyAbstractProject.BuildPermission.Description
:This permission grants the ability to start a new build.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.CancelPermission.Description
:This permission grants the ability to cancel a scheduled, or abort a running, build.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.CustomWorkspaceEmpty
:Custom workspace is empty.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.Disabled
:Build disabled
.static org.jvnet.localizer.Localizable
KeyAbstractProject.DiscoverPermission.Description
:This permission grants discover access to jobs. Lower than read permissions, it allows you to redirect anonymous users to the login page when they try to access a job url. Without it they would get a 404 error and wouldn''t be able to discover project names.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.DownstreamBuildInProgress
:Downstream project â{0}â is already building
.static org.jvnet.localizer.Localizable
KeyAbstractProject.ExtendedReadPermission.Description
:This permission grants read-only access to project configurations. Please be aware that sensitive information in your builds, such as passwords, will be exposed to a wider audience by granting this permission.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.NewBuildForWorkspace
:Scheduling a new build to get a workspace.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.NoBuilds
:No existing build. Scheduling a new one.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.NoSCM
:No SCM
.static org.jvnet.localizer.Localizable
KeyAbstractProject.NoWorkspace
:No workspace is available, so canât check for updates.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.PollingABorted
:SCM polling aborted
.static org.jvnet.localizer.Localizable
KeyAbstractProject.PollingVetoed
:SCM polling vetoed by {0}
.static org.jvnet.localizer.Localizable
KeyAbstractProject.Pronoun
:Project
.static org.jvnet.localizer.Localizable
KeyAbstractProject.ScmAborted
:SCM check out aborted
.static org.jvnet.localizer.Localizable
KeyAbstractProject.UpstreamBuildInProgress
:Upstream project â{0}â is already building
.static org.jvnet.localizer.Localizable
KeyAbstractProject.WipeOutPermission.Description
:This permission grants the ability to wipe out the contents of a workspace.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.WorkspaceOffline
:Workspace is offline.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.WorkspacePermission.Description
:This permission grants the ability to retrieve the contents of a workspace Jenkins checked out for performing builds. If you donât want a user to access files in the workspace (e.g. source code checked out from SCM or intermediate build results) through the workspace browser, you can revoke this permission.
.static org.jvnet.localizer.Localizable
KeyAbstractProject.WorkspaceTitle
:Workspace of {0}
.static org.jvnet.localizer.Localizable
_AbstractProject_WorkspaceTitleOnComputer
(Object arg0, Object arg1) KeyAbstractProject.WorkspaceTitleOnComputer
:Workspace of {0} on {1}
.static org.jvnet.localizer.Localizable
_Api_MultipleMatch
(Object arg0, Object arg1) KeyApi.MultipleMatch
:XPath "{0}" matched {1} nodes. Create XPath that only matches one, or use the "wrapper" query parameter to wrap them all under a root element.
.static org.jvnet.localizer.Localizable
_Api_NoXPathMatch
(Object arg0) KeyApi.NoXPathMatch
:XPath {0} didnât match
.static org.jvnet.localizer.Localizable
KeyApi.WrapperParamInvalid
:The wrapper parameter can only contain alphanumeric characters or dash/dot/underscore. The first character has to be a letter or underscore.
.static org.jvnet.localizer.Localizable
KeyBallColor.Aborted
:Aborted
.static org.jvnet.localizer.Localizable
KeyBallColor.Disabled
:Disabled
.static org.jvnet.localizer.Localizable
KeyBallColor.Failed
:Failed
.static org.jvnet.localizer.Localizable
KeyBallColor.InProgress
:In progress
.static org.jvnet.localizer.Localizable
KeyBallColor.NotBuilt
:Not built
.static org.jvnet.localizer.Localizable
KeyBallColor.Pending
:Pending
.static org.jvnet.localizer.Localizable
KeyBallColor.Success
:Success
.static org.jvnet.localizer.Localizable
KeyBallColor.Unstable
:Unstable
.static org.jvnet.localizer.Localizable
KeyBooleanParameterDefinition.DisplayName
:Boolean Parameter
.static org.jvnet.localizer.Localizable
KeyBuild.post_build_steps_failed
:Post-build steps failed
.static org.jvnet.localizer.Localizable
KeyBuildAuthorizationToken.InvalidTokenProvided
:Invalid token provided.
.static org.jvnet.localizer.Localizable
KeyCause.LegacyCodeCause.ShortDescription
:Legacy code started this job. No cause information is available
.static org.jvnet.localizer.Localizable
KeyCause.RemoteCause.ShortDescription
:Started by remote host {0}
.static org.jvnet.localizer.Localizable
_Cause_RemoteCause_ShortDescriptionWithNote
(Object arg0, Object arg1) KeyCause.RemoteCause.ShortDescriptionWithNote
:Started by remote host {0} with note: {1}
.static org.jvnet.localizer.Localizable
KeyCause.UpstreamCause.CausedBy
:originally caused by:
.static org.jvnet.localizer.Localizable
_Cause_UpstreamCause_ShortDescription
(Object arg0, Object arg1) KeyCause.UpstreamCause.ShortDescription
:Started by upstream project "{0}" build number {1}
.static org.jvnet.localizer.Localizable
KeyCause.UserCause.ShortDescription
:Started by user {0}
.static org.jvnet.localizer.Localizable
KeyCause.UserIdCause.ShortDescription
:Started by user {0}
.static org.jvnet.localizer.Localizable
KeyChoiceParameterDefinition.DisplayName
:Choice Parameter
.static org.jvnet.localizer.Localizable
KeyChoiceParameterDefinition.MissingChoices
:Requires Choices.
.static org.jvnet.localizer.Localizable
KeyCLI.clear-queue.shortDescription
:Clears the build queue.
.static org.jvnet.localizer.Localizable
KeyCLI.keep-build.shortDescription
:Mark the build to keep the build forever.
.static org.jvnet.localizer.Localizable
KeyCLI.online-node.shortDescription
:Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
.static org.jvnet.localizer.Localizable
KeyCLI.restart.shortDescription
:Restart Jenkins
.static org.jvnet.localizer.Localizable
KeyCLI.safe-restart.shortDescription
:Safely restart Jenkins
.static org.jvnet.localizer.Localizable
KeyComputer.BadChannel
:Agent node offline or not a remote channel (such as the built-in node).
.static org.jvnet.localizer.Localizable
KeyComputer.BuildPermission.Description
:This permission allows users to run jobs as them on agents.
.static org.jvnet.localizer.Localizable
_Computer_Caption
(Object arg0) KeyComputer.Caption
:Agent {0}
.static org.jvnet.localizer.Localizable
KeyComputer.ConfigurePermission.Description
:This permission allows users to configure agents.
.static org.jvnet.localizer.Localizable
KeyComputer.ConnectPermission.Description
:This permission allows users to connect agents or mark agents as online.
.static org.jvnet.localizer.Localizable
KeyComputer.CreatePermission.Description
:This permission allows users to create agents.
.static org.jvnet.localizer.Localizable
KeyComputer.DeletePermission.Description
:This permission allows users to delete existing agents.
.static org.jvnet.localizer.Localizable
KeyComputer.DisconnectPermission.Description
:This permission allows users to disconnect agents or mark agents as temporarily offline.
.static org.jvnet.localizer.Localizable
KeyComputer.ExtendedReadPermission.Description
:This permission allows users to read agent configuration.
.static org.jvnet.localizer.Localizable
_Computer_NoSuchSlaveExists
(Object arg0, Object arg1) KeyComputer.NoSuchSlaveExists
:No such agent "{0}" exists. Did you mean "{1}"?
.static org.jvnet.localizer.Localizable
KeyComputer.NoSuchSlaveExistsWithoutAdvice
:No such agent "{0}" exists.
.static org.jvnet.localizer.Localizable
KeyComputer.Permissions.Title
:Agent
.static org.jvnet.localizer.Localizable
KeyComputerSet.DisplayName
:Nodes
.static org.jvnet.localizer.Localizable
KeyComputerSet.NoSuchSlave
:No such agent: {0}
.static org.jvnet.localizer.Localizable
KeyComputerSet.SlaveAlreadyExists
:Agent called â{0}â already exists
.static org.jvnet.localizer.Localizable
KeyComputerSet.SpecifySlaveToCopy
:Specify which agent to copy
.static org.jvnet.localizer.Localizable
_Descriptor_From
(Object arg0, Object arg1) KeyDescriptor.From
:(from <a href="{1}" rel="noopener noreferrer" target="_blank">{0}</a>)
.static org.jvnet.localizer.Localizable
KeyExecutor.NotAvailable
:N/A
.static org.jvnet.localizer.Localizable
KeyFileParameterDefinition.DisplayName
:File Parameter
.static org.jvnet.localizer.Localizable
KeyFileParameterValue.IndexTitle
:File Parameters
.static org.jvnet.localizer.Localizable
KeyFreeStyleProject.Description
:Classic, general-purpose job type that checks out from up to one SCM, executes build steps serially, followed by post-build steps like archiving artifacts and sending email notifications.
.static org.jvnet.localizer.Localizable
KeyFreeStyleProject.DisplayName
:Freestyle project
.static org.jvnet.localizer.Localizable
KeyHealthReport.EmptyString
: .static org.jvnet.localizer.Localizable
KeyHudson.AdministerPermission.Description
:This permission grants the ability to make system-wide configuration changes, as well as perform highly sensitive operations that amounts to full local system access (within the scope granted by the underlying OS.)
.static org.jvnet.localizer.Localizable
_Hudson_BadPortNumber
(Object arg0) KeyHudson.BadPortNumber
:Bad port number {0}
.static org.jvnet.localizer.Localizable
KeyHudson.Computer.Caption
:Built-In Node
.static org.jvnet.localizer.Localizable
KeyHudson.Computer.DisplayName
:Built-In Node
.static org.jvnet.localizer.Localizable
KeyHudson.ControlCodeNotAllowed
:No control code is allowed: {0}
.static org.jvnet.localizer.Localizable
KeyHudson.DisplayName
:Jenkins
.static org.jvnet.localizer.Localizable
KeyHudson.JobAlreadyExists
:A job already exists with the name â{0}â
.static org.jvnet.localizer.Localizable
_Hudson_MustBeAtLeast
(Object arg0) KeyHudson.MustBeAtLeast
:Must be {0} or greater
.static org.jvnet.localizer.Localizable
_Hudson_MustBeAtMost
(Object arg0) KeyHudson.MustBeAtMost
:Must be {0} or less
.static org.jvnet.localizer.Localizable
KeyHudson.NodeBeingRemoved
:Node is being removed
.static org.jvnet.localizer.Localizable
KeyHudson.NodeDescription
:the Jenkins controller''s built-in node
.static org.jvnet.localizer.Localizable
_Hudson_NoJavaInPath
(Object arg0) KeyHudson.NoJavaInPath
:java is not in your PATH. Maybe you need to <a href="{0}/configure">configure JDKs</a>?
.static org.jvnet.localizer.Localizable
KeyHudson.NoName
:No name is specified
.static org.jvnet.localizer.Localizable
KeyHudson.NoSuchDirectory
:No such directory: {0}
.static org.jvnet.localizer.Localizable
KeyHudson.NotANegativeNumber
:Not a negative number
.static org.jvnet.localizer.Localizable
KeyHudson.NotANonNegativeNumber
:Number may not be negative
.static org.jvnet.localizer.Localizable
KeyHudson.NotANumber
:Not a number
.static org.jvnet.localizer.Localizable
_Hudson_NotAPlugin
(Object arg0) KeyHudson.NotAPlugin
:{0} is not a Jenkins plugin
.static org.jvnet.localizer.Localizable
KeyHudson.NotAPositiveNumber
:Not a positive number
.static org.jvnet.localizer.Localizable
_Hudson_NotJDKDir
(Object arg0) KeyHudson.NotJDKDir
:{0} doesnât look like a JDK directory
.static org.jvnet.localizer.Localizable
KeyHudson.NotUsesUTF8ToDecodeURL
:Your container doesnât use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc, this will cause problems. See <a href="https://www.jenkins.io/redirect/configuring-servlet-containers">Containers</a> and <a href="https://www.jenkins.io/redirect/troubleshooting/utf8-url-decoding">Tomcat i18n</a> for more details.
.static org.jvnet.localizer.Localizable
KeyHudson.Permissions.Title
:Overall
.static org.jvnet.localizer.Localizable
KeyHudson.ReadPermission.Description
:The read permission is necessary for viewing almost all pages of Jenkins. This permission is useful when you donât want unauthenticated users to see Jenkins pages: revoke this permission from the anonymous user, then add "authenticated" pseudo-user and grant the read access.
.static org.jvnet.localizer.Localizable
KeyHudson.RunScriptsPermission.Description
:Deprecated - please use the Overall/Administer permission instead
.static org.jvnet.localizer.Localizable
KeyHudson.TrailingDot
:A name cannot end with â.â
.static org.jvnet.localizer.Localizable
_Hudson_UnsafeChar
(Object arg0) KeyHudson.UnsafeChar
:â{0}â is an unsafe character
.static org.jvnet.localizer.Localizable
KeyHudson.USER_CONTENT_README
:Files in this directory will be served under your http://yourjenkins/userContent/
.static org.jvnet.localizer.Localizable
KeyHudson.ViewAlreadyExists
:A view already exists with the name "{0}"
.static org.jvnet.localizer.Localizable
KeyHudson.ViewName
:All
.static org.jvnet.localizer.Localizable
KeyItem.CONFIGURE.description
:Change the configuration of a job.
.static org.jvnet.localizer.Localizable
KeyItem.CREATE.description
:Create a new job.
.static org.jvnet.localizer.Localizable
KeyItem.DELETE.description
:Delete a job.
.static org.jvnet.localizer.Localizable
KeyItem.Permissions.Title
:Job
.static org.jvnet.localizer.Localizable
KeyItem.READ.description
:See a job. (You may deny this permission but allow Discover to force an anonymous user to log in to see the job.)
.static org.jvnet.localizer.Localizable
KeyItem.RENAME.description
:Rename a job.
.static org.jvnet.localizer.Localizable
_ItemGroupMixIn_may_not_copy_as_it_contains_secrets_and_
(Object arg0, Object arg1, Object arg2, Object arg3, Object arg4) KeyItemGroupMixIn.may_not_copy_as_it_contains_secrets_and_
:May not copy {0} as it contains secrets and {1} has {2}/{3} but not /{4}
.static org.jvnet.localizer.Localizable
KeyJDK.DisplayName
:JDK
.static org.jvnet.localizer.Localizable
KeyJenkins.CheckDisplayName.DisplayNameNotUniqueWarning
:The display name, "{0}", is already in use by another job and could cause confusion and delay.
.static org.jvnet.localizer.Localizable
KeyJenkins.CheckDisplayName.NameNotUniqueWarning
:The display name, "{0}", is used as a name by a job and could cause confusing search results.
.static org.jvnet.localizer.Localizable
KeyJenkins.IsRestarting
:Jenkins is restarting
.static org.jvnet.localizer.Localizable
KeyJenkins.Manage.Description
:This permission grants the ability to configure parts of the overall system configuration that are not expected to have an impact on the overall stability and security of the system.
.static org.jvnet.localizer.Localizable
KeyJenkins.NotAllowedName
:â{0}â is not an allowed name
.static org.jvnet.localizer.Localizable
KeyJenkins.SystemRead.Description
:This permission grants read-only access to large parts of the overall system configuration.
.static org.jvnet.localizer.Localizable
KeyJob.AllRecentBuildFailed
:All recent builds failed.
.static org.jvnet.localizer.Localizable
_Job_BuildStability
(Object arg0) KeyJob.BuildStability
:Build stability: {0}
.static org.jvnet.localizer.Localizable
KeyJob.minutes
:mins
.static org.jvnet.localizer.Localizable
_Job_NOfMFailed
(Object arg0, Object arg1) KeyJob.NOfMFailed
:{0} out of the last {1} builds failed.
.static org.jvnet.localizer.Localizable
KeyJob.NoRecentBuildFailed
:No recent builds failed.
.static org.jvnet.localizer.Localizable
KeyJob.NoRenameWhileBuilding
:Unable to rename a job while it is building.
.static org.jvnet.localizer.Localizable
KeyJob.Pronoun
:Project
.static org.jvnet.localizer.Localizable
KeyJob.you_must_use_the_save_button_if_you_wish
:You must use the Save button if you wish to rename a job.
.static org.jvnet.localizer.Localizable
_Label_GroupOf
(Object arg0) KeyLabel.GroupOf
:group of {0}
.static org.jvnet.localizer.Localizable
KeyLabel.InvalidLabel
:invalid label
.static org.jvnet.localizer.Localizable
_Label_ProvisionedFrom
(Object arg0) KeyLabel.ProvisionedFrom
:Provisioned from {0}
.static org.jvnet.localizer.Localizable
KeyLabelExpression.InvalidBooleanExpression
:Invalid boolean expression: {0}
.static org.jvnet.localizer.Localizable
KeyLabelExpression.LabelLink
:<a href="{0}{2}">Label {1}</a> matches {3,choice,0#no nodes|1#1 node|1<{3} nodes}{4,choice,0#|1# and 1 cloud|1< and {4} clouds}. Permissions or other restrictions provided by plugins may further reduce that list.
.static org.jvnet.localizer.Localizable
KeyLabelExpression.NoMatch
:No agent/cloud matches this label expression.
.static org.jvnet.localizer.Localizable
_LabelExpression_NoMatch_DidYouMean
(Object arg0, Object arg1) KeyLabelExpression.NoMatch_DidYouMean
:No agent/cloud matches this label expression. Did you mean â{1}â instead of â{0}â?
.static org.jvnet.localizer.Localizable
KeyLabelExpression_ObsoleteMasterLabel
:This expression includes the label <code>master</code> that is no longer used for the built-in node. Use <code>built-in</code> instead. <a href="https://www.jenkins.io/redirect/built-in-node-migration/" rel="noopener noreferrer" target="_blank">Learn more.</a>
.static org.jvnet.localizer.Localizable
KeyListView.DisplayName
:List View
.static org.jvnet.localizer.Localizable
KeyLoadStatistics.Legends.AvailableExecutors
:Available executors
.static org.jvnet.localizer.Localizable
KeyLoadStatistics.Legends.BusyExecutors
:Busy executors
.static org.jvnet.localizer.Localizable
KeyLoadStatistics.Legends.ConnectingExecutors
:Connecting executors
.static org.jvnet.localizer.Localizable
KeyLoadStatistics.Legends.DefinedExecutors
:Defined executors
.static org.jvnet.localizer.Localizable
KeyLoadStatistics.Legends.IdleExecutors
:Idle executors
.static org.jvnet.localizer.Localizable
KeyLoadStatistics.Legends.OnlineExecutors
:Online executors
.static org.jvnet.localizer.Localizable
KeyLoadStatistics.Legends.QueueLength
:Queue length
.static org.jvnet.localizer.Localizable
KeyLoadStatistics.Legends.TotalExecutors
:Total executors
.static org.jvnet.localizer.Localizable
KeyManageJenkinsAction.DisplayName
:Manage Jenkins
.static org.jvnet.localizer.Localizable
KeyManagementLink.Category.CONFIGURATION
:System Configuration
.static org.jvnet.localizer.Localizable
KeyManagementLink.Category.MISC
:Other
.static org.jvnet.localizer.Localizable
KeyManagementLink.Category.SECURITY
:Security
.static org.jvnet.localizer.Localizable
KeyManagementLink.Category.STATUS
:Status Information
.static org.jvnet.localizer.Localizable
KeyManagementLink.Category.TOOLS
:Tools and Actions
.static org.jvnet.localizer.Localizable
KeyManagementLink.Category.TROUBLESHOOTING
:Troubleshooting
.static org.jvnet.localizer.Localizable
KeyManagementLink.Category.UNCATEGORIZED
:Uncategorized
.static org.jvnet.localizer.Localizable
KeyMultiStageTimeSeries.EMPTY_STRING
: .static org.jvnet.localizer.Localizable
KeyMyView.DisplayName
:My View
.static org.jvnet.localizer.Localizable
KeyMyViewsProperty.DisplayName
:My Views
.static org.jvnet.localizer.Localizable
KeyMyViewsProperty.GlobalAction.DisplayName
:My Views
.static org.jvnet.localizer.Localizable
KeyMyViewsProperty.ViewExistsCheck.AlreadyExists
:A view with name {0} already exists
.static org.jvnet.localizer.Localizable
KeyMyViewsProperty.ViewExistsCheck.NotExist
:A view with name {0} does not exist
.static org.jvnet.localizer.Localizable
KeyNode.BecauseNodeIsNotAcceptingTasks
:â{0}â is not accepting tasks
.static org.jvnet.localizer.Localizable
KeyNode.BecauseNodeIsReserved
:â{0}â is reserved for jobs with matching label expression
.static org.jvnet.localizer.Localizable
_Node_LabelMissing
(Object arg0, Object arg1) KeyNode.LabelMissing
:â{0}â doesnât have label â{1}â
.static org.jvnet.localizer.Localizable
_Node_LackingBuildPermission
(Object arg0, Object arg1) KeyNode.LackingBuildPermission
:â{0}â lacks permission to run on â{1}â
.static org.jvnet.localizer.Localizable
KeyNode.Mode.EXCLUSIVE
:Only build jobs with label expressions matching this node
.static org.jvnet.localizer.Localizable
KeyNode.Mode.NORMAL
:Use this node as much as possible
.static org.jvnet.localizer.Localizable
KeyParameterAction.DisplayName
:Parameters
.static org.jvnet.localizer.Localizable
KeyParametersDefinitionProperty.BuildButtonText
:Build
.static org.jvnet.localizer.Localizable
KeyParametersDefinitionProperty.DisplayName
:This project is parameterized
.static org.jvnet.localizer.Localizable
KeyPasswordParameterDefinition.DisplayName
:Password Parameter
.static org.jvnet.localizer.Localizable
KeyPermalink.LastBuild
:Last build
.static org.jvnet.localizer.Localizable
KeyPermalink.LastCompletedBuild
:Last completed build
.static org.jvnet.localizer.Localizable
KeyPermalink.LastFailedBuild
:Last failed build
.static org.jvnet.localizer.Localizable
KeyPermalink.LastStableBuild
:Last stable build
.static org.jvnet.localizer.Localizable
KeyPermalink.LastSuccessfulBuild
:Last successful build
.static org.jvnet.localizer.Localizable
KeyPermalink.LastUnstableBuild
:Last unstable build
.static org.jvnet.localizer.Localizable
KeyPermalink.LastUnsuccessfulBuild
:Last unsuccessful build
.static org.jvnet.localizer.Localizable
KeyProxyView.DisplayName
:Include a global view
.static org.jvnet.localizer.Localizable
KeyProxyView.NoSuchViewExists
:Global view {0} does not exist
.static org.jvnet.localizer.Localizable
_Queue_AllNodesOffline
(Object arg0) KeyQueue.AllNodesOffline
:All nodes of label â{0}â are offline
.static org.jvnet.localizer.Localizable
_Queue_BlockedBy
(Object arg0) KeyQueue.BlockedBy
:Blocked by â{0}â
.static org.jvnet.localizer.Localizable
KeyQueue.ExceptionCanRun
:Exception evaluating if the queue can run the task
.static org.jvnet.localizer.Localizable
KeyQueue.ExceptionCanTake
:Exception evaluating if the node can take the task
.static org.jvnet.localizer.Localizable
KeyQueue.executor_slot_already_in_use
:Executor slot already in use
.static org.jvnet.localizer.Localizable
KeyQueue.FinishedWaiting
:Finished waiting
.static org.jvnet.localizer.Localizable
KeyQueue.HudsonIsAboutToShutDown
:Jenkins is about to shut down
.static org.jvnet.localizer.Localizable
KeyQueue.init
:Restoring the build queue
.static org.jvnet.localizer.Localizable
KeyQueue.InProgress
:A build is already in progress
.static org.jvnet.localizer.Localizable
_Queue_InQuietPeriod
(Object arg0) KeyQueue.InQuietPeriod
:In the quiet period. Expires in {0}
.static org.jvnet.localizer.Localizable
_Queue_LabelHasNoNodes
(Object arg0) KeyQueue.LabelHasNoNodes
:There are no nodes with the label â{0}â
.static org.jvnet.localizer.Localizable
KeyQueue.node_has_been_removed_from_configuration
:{0} has been removed from configuration
.static org.jvnet.localizer.Localizable
_Queue_NodeOffline
(Object arg0) KeyQueue.NodeOffline
:â{0}â is offline
.static org.jvnet.localizer.Localizable
KeyQueue.Unknown
:???
.static org.jvnet.localizer.Localizable
KeyQueue.WaitingForNextAvailableExecutor
:Waiting for next available executor
.static org.jvnet.localizer.Localizable
KeyQueue.WaitingForNextAvailableExecutorOn
:Waiting for next available executor on â{0}â
.static org.jvnet.localizer.Localizable
KeyResultTrend.Aborted
:Aborted
.static org.jvnet.localizer.Localizable
KeyResultTrend.Failure
:Failure
.static org.jvnet.localizer.Localizable
KeyResultTrend.Fixed
:Fixed
.static org.jvnet.localizer.Localizable
KeyResultTrend.NotBuilt
:Not built
.static org.jvnet.localizer.Localizable
KeyResultTrend.NowUnstable
:Now unstable
.static org.jvnet.localizer.Localizable
KeyResultTrend.StillFailing
:Still failing
.static org.jvnet.localizer.Localizable
KeyResultTrend.StillUnstable
:Still unstable
.static org.jvnet.localizer.Localizable
KeyResultTrend.Success
:Success
.static org.jvnet.localizer.Localizable
KeyResultTrend.Unstable
:Unstable
.static org.jvnet.localizer.Localizable
_Run__is_waiting_for_a_checkpoint_on_
(Object arg0, Object arg1) KeyRun._is_waiting_for_a_checkpoint_on_
:{0} is waiting for a checkpoint on {1}
.static org.jvnet.localizer.Localizable
_Run_ArtifactsBrowserTitle
(Object arg0, Object arg1) KeyRun.ArtifactsBrowserTitle
:Artifacts of {0} {1}
.static org.jvnet.localizer.Localizable
KeyRun.ArtifactsPermission.Description
:This permission grants the ability to retrieve the artifacts produced by builds. If you donât want an user to access the artifacts, you can do so by revoking this permission. This does not restrict the listing of artifacts.
.static org.jvnet.localizer.Localizable
KeyRun.BuildAborted
:Build was aborted
.static org.jvnet.localizer.Localizable
KeyRun.DeletePermission.Description
:This permission allows users to manually delete specific builds from the build history.
.static org.jvnet.localizer.Localizable
KeyRun.InProgressDuration
:{0} and counting
.static org.jvnet.localizer.Localizable
KeyRun.MarkedExplicitly
:This record is explicitly marked to be kept.
.static org.jvnet.localizer.Localizable
KeyRun.NotStartedYet
:Not started yet
.static org.jvnet.localizer.Localizable
KeyRun.Permissions.Title
:Run
.static org.jvnet.localizer.Localizable
_Run_running_as_
(Object arg0) KeyRun.running_as_
:Running as {0}
.static org.jvnet.localizer.Localizable
KeyRun.running_as_SYSTEM
:Running as SYSTEM
.static org.jvnet.localizer.Localizable
KeyRun.Summary.Aborted
:aborted
.static org.jvnet.localizer.Localizable
KeyRun.Summary.BackToNormal
:back to normal
.static org.jvnet.localizer.Localizable
KeyRun.Summary.BrokenForALongTime
:broken for a long time
.static org.jvnet.localizer.Localizable
KeyRun.Summary.BrokenSince
:broken since build {0}
.static org.jvnet.localizer.Localizable
KeyRun.Summary.BrokenSinceThisBuild
:broken since this build
.static org.jvnet.localizer.Localizable
KeyRun.Summary.NotBuilt
:not built
.static org.jvnet.localizer.Localizable
KeyRun.Summary.Stable
:stable
.static org.jvnet.localizer.Localizable
KeyRun.Summary.Unknown
:?
.static org.jvnet.localizer.Localizable
KeyRun.Summary.Unstable
:unstable
.static org.jvnet.localizer.Localizable
_Run_UnableToDelete
(Object arg0, Object arg1) KeyRun.UnableToDelete
:Unable to delete {0}: {1}
.static org.jvnet.localizer.Localizable
KeyRun.UpdatePermission.Description
:This permission allows users to update description and other properties of a build, for example to leave notes about the cause of a build failure.
.static org.jvnet.localizer.Localizable
KeyRunParameterDefinition.DisplayName
:Run Parameter
.static org.jvnet.localizer.Localizable
KeySlave.InvalidConfig.Executors
:Invalid agent configuration for {0}. Invalid number of executors.
.static org.jvnet.localizer.Localizable
KeySlave.InvalidConfig.NoName
:Invalid agent configuration. Name is empty
.static org.jvnet.localizer.Localizable
KeySlave.Network.Mounted.File.System.Warning
:Are you sure you want to use network mounted file system for FS root? Note that this directory does not need to be visible to the controller.
.static org.jvnet.localizer.Localizable
KeySlave.Remote.Director.Mandatory
:Remote directory is mandatory
.static org.jvnet.localizer.Localizable
KeySlave.Remote.Relative.Path.Warning
:Are you sure you want to use a relative path for the FS root? Note that relative paths require that you can assure that the selected launcher provides a consistent current working directory. Using an absolute path is highly recommended.
.static org.jvnet.localizer.Localizable
_Slave_Terminated
(Object arg0) KeySlave.Terminated
:{0} agent was terminated
.static org.jvnet.localizer.Localizable
KeySlave.UnixSlave
:This is a Unix agent
.static org.jvnet.localizer.Localizable
KeySlave.WindowsSlave
:This is a Windows agent
.static org.jvnet.localizer.Localizable
KeyStringParameterDefinition.DisplayName
:String Parameter
.static org.jvnet.localizer.Localizable
KeyTextParameterDefinition.DisplayName
:Multi-line String Parameter
.static org.jvnet.localizer.Localizable
_TimeZoneProperty_current_time_in_
(Object arg0, Object arg1) KeyTimeZoneProperty.current_time_in_
:Current time in {0}: {1}
.static org.jvnet.localizer.Localizable
_TimeZoneProperty_current_time_on_server_in_in_proposed_di
(Object arg0, Object arg1, Object arg2) KeyTimeZoneProperty.current_time_on_server_in_in_proposed_di
:Current time on server in {0}: {1}; in proposed display zone: {2}
.static org.jvnet.localizer.Localizable
KeyTimeZoneProperty.Description
:Select a time zone to use rather than the system default.
.static org.jvnet.localizer.Localizable
KeyTimeZoneProperty.DisplayDefaultTimeZone
:Default
.static org.jvnet.localizer.Localizable
KeyTimeZoneProperty.DisplayName
:Time zone
.static org.jvnet.localizer.Localizable
_TopLevelItemDescriptor_NotApplicableIn
(Object arg0, Object arg1) KeyTopLevelItemDescriptor.NotApplicableIn
:{0} items are not applicable within {1}
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.CoreUpdateMonitor.DisplayName
:Jenkins Update Notification
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.DisplayName
:Update Center
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.DownloadButNotActivated
:Downloaded Successfully. Will be activated during the next boot
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.init
:Initialing update center
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.n_a
:N/A
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.agent
:Agent Management
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.android
:Android Development
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.api-plugin
:Library plugins (for use by other plugins)
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.builder
:Build Tools
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.buildwrapper
:Build Wrappers
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.cli
:Command Line Interface
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.cloud
:Cloud Providers
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.cluster
:Cluster Management
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.database
:Database
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.deployment
:Deployment
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.devops
:DevOps
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.devsecops
:DevSecOps
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.dotnet
:.NET Development
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.external
:External Site/Tool Integrations
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.groovy-related
:Groovy-related
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.ios
:iOS Development
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.listview-column
:List view columns
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.maven
:Maven
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.misc
:Miscellaneous
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.must-be-labeled
:Uncategorized
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.notifier
:Build Notifiers
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.orchestration
:Orchestration
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.page-decorator
:Page Decorators
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.parameter
:Build Parameters
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.post-build
:Other Post-Build Actions
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.python
:Python Development
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.report
:Build Reports
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.ruby
:Ruby Development
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.runcondition
:RunConditions for use by the Run Condition plugin
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.scala
:Scala Development
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.scm
:Source Code Management
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.scm-related
:Source Code Management related
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.security
:Security
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.test
:Testing
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.theme
:UI Themes
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.trigger
:Build Triggers
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.ui
:User Interface
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.unrecognized
:Misc ({0})
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.upload
:Artifact Uploaders
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.user
:Authentication and User Management
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.PluginCategory.view
:Views
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.Status.CheckingInternet
:Checking internet connectivity
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.Status.CheckingJavaNet
:Checking update center connectivity
.static org.jvnet.localizer.Localizable
_UpdateCenter_Status_ConnectionFailed
(Object arg0, Object arg1) KeyUpdateCenter.Status.ConnectionFailed
:<span class=error>Failed to connect to {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
.static org.jvnet.localizer.Localizable
KeyUpdateCenter.Status.Success
:Success
.static org.jvnet.localizer.Localizable
_UpdateCenter_Status_UnknownHostException
(Object arg0, Object arg1) KeyUpdateCenter.Status.UnknownHostException
:<span class=error>Failed to resolve host name {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
.static org.jvnet.localizer.Localizable
_User_IllegalFullname
(Object arg0) KeyUser.IllegalFullname
:"{0}" is prohibited as a full name for security reasons.
.static org.jvnet.localizer.Localizable
_User_IllegalUsername
(Object arg0) KeyUser.IllegalUsername
:"{0}" is prohibited as a username for security reasons.
.static org.jvnet.localizer.Localizable
KeyUserPreferencesProperty.DisplayName
:Preferences
.static org.jvnet.localizer.Localizable
KeyView.ConfigurePermission.Description
:This permission allows users to change the configuration of views.
.static org.jvnet.localizer.Localizable
KeyView.CreatePermission.Description
:This permission allows users to create new views.
.static org.jvnet.localizer.Localizable
KeyView.DeletePermission.Description
:This permission allows users to delete existing views.
.static org.jvnet.localizer.Localizable
KeyView.DisplayNameNotUniqueWarning
:The display name, "{0}", is already in use by another view and could cause confusion and delay.
.static org.jvnet.localizer.Localizable
KeyView.MissingMode
:No view type is specified
.static org.jvnet.localizer.Localizable
KeyView.Permissions.Title
:View
.static org.jvnet.localizer.Localizable
KeyView.ReadPermission.Description
:This permission allows users to see views.
.static String
KeyAbstractBuild_Building
:Building
.static String
KeyAbstractBuild.BuildingInWorkspace
:in workspace {0}
.static String
KeyAbstractBuild.BuildingOnMaster
:Building on the built-in node
.static String
KeyAbstractBuild.BuildingRemotely
:Building remotely on {0}
.static String
KeyAbstractBuild.KeptBecause
:This build is kept because of {0}.
.static String
KeyAbstractItem.BeingDeleted
:{0} is currently being deleted
.static String
AbstractItem_FailureToStopBuilds
(Object arg0, Object arg1) KeyAbstractItem.FailureToStopBuilds
:Failed to interrupt and stop {0,choice,1#{0,number,integer} build|1<{0,number,integer} builds} of {1}
.static String
KeyAbstractItem.NewNameInUse
:The name â{0}â is already in use.
.static String
KeyAbstractItem.NewNameUnchanged
:The new name is the same as the current name.
.static String
AbstractItem_NoSuchJobExists
(Object arg0, Object arg1) KeyAbstractItem.NoSuchJobExists
:No such job â{0}â exists. Perhaps you meant â{1}â?
.static String
KeyAbstractItem.NoSuchJobExistsWithoutSuggestion
:No such job â{0}â exists.
.static String
KeyAbstractItem.Pronoun
:Item
.static String
KeyAbstractItem.TaskNoun
:Build
.static String
KeyAbstractProject.Aborted
:Aborted
.static String
KeyAbstractProject.AwaitingBuildForWorkspace
:Awaiting build to get a workspace.
.static String
KeyAbstractProject.AwaitingWorkspaceToComeOnline
:We need to schedule a new build to get a workspace, but deferring {0}ms in the hope that one will become available soon
.static String
KeyAbstractProject.BuildPermission.Description
:This permission grants the ability to start a new build.
.static String
KeyAbstractProject.CancelPermission.Description
:This permission grants the ability to cancel a scheduled, or abort a running, build.
.static String
KeyAbstractProject.CustomWorkspaceEmpty
:Custom workspace is empty.
.static String
KeyAbstractProject.Disabled
:Build disabled
.static String
KeyAbstractProject.DiscoverPermission.Description
:This permission grants discover access to jobs. Lower than read permissions, it allows you to redirect anonymous users to the login page when they try to access a job url. Without it they would get a 404 error and wouldn''t be able to discover project names.
.static String
KeyAbstractProject.DownstreamBuildInProgress
:Downstream project â{0}â is already building
.static String
KeyAbstractProject.ExtendedReadPermission.Description
:This permission grants read-only access to project configurations. Please be aware that sensitive information in your builds, such as passwords, will be exposed to a wider audience by granting this permission.
.static String
KeyAbstractProject.NewBuildForWorkspace
:Scheduling a new build to get a workspace.
.static String
KeyAbstractProject.NoBuilds
:No existing build. Scheduling a new one.
.static String
KeyAbstractProject.NoSCM
:No SCM
.static String
KeyAbstractProject.NoWorkspace
:No workspace is available, so canât check for updates.
.static String
KeyAbstractProject.PollingABorted
:SCM polling aborted
.static String
KeyAbstractProject.PollingVetoed
:SCM polling vetoed by {0}
.static String
KeyAbstractProject.Pronoun
:Project
.static String
KeyAbstractProject.ScmAborted
:SCM check out aborted
.static String
KeyAbstractProject.UpstreamBuildInProgress
:Upstream project â{0}â is already building
.static String
KeyAbstractProject.WipeOutPermission.Description
:This permission grants the ability to wipe out the contents of a workspace.
.static String
KeyAbstractProject.WorkspaceOffline
:Workspace is offline.
.static String
KeyAbstractProject.WorkspacePermission.Description
:This permission grants the ability to retrieve the contents of a workspace Jenkins checked out for performing builds. If you donât want a user to access files in the workspace (e.g. source code checked out from SCM or intermediate build results) through the workspace browser, you can revoke this permission.
.static String
KeyAbstractProject.WorkspaceTitle
:Workspace of {0}
.static String
AbstractProject_WorkspaceTitleOnComputer
(Object arg0, Object arg1) KeyAbstractProject.WorkspaceTitleOnComputer
:Workspace of {0} on {1}
.static String
Api_MultipleMatch
(Object arg0, Object arg1) KeyApi.MultipleMatch
:XPath "{0}" matched {1} nodes. Create XPath that only matches one, or use the "wrapper" query parameter to wrap them all under a root element.
.static String
Api_NoXPathMatch
(Object arg0) KeyApi.NoXPathMatch
:XPath {0} didnât match
.static String
KeyApi.WrapperParamInvalid
:The wrapper parameter can only contain alphanumeric characters or dash/dot/underscore. The first character has to be a letter or underscore.
.static String
KeyBallColor.Aborted
:Aborted
.static String
KeyBallColor.Disabled
:Disabled
.static String
KeyBallColor.Failed
:Failed
.static String
KeyBallColor.InProgress
:In progress
.static String
KeyBallColor.NotBuilt
:Not built
.static String
KeyBallColor.Pending
:Pending
.static String
KeyBallColor.Success
:Success
.static String
KeyBallColor.Unstable
:Unstable
.static String
KeyBooleanParameterDefinition.DisplayName
:Boolean Parameter
.static String
KeyBuild.post_build_steps_failed
:Post-build steps failed
.static String
KeyBuildAuthorizationToken.InvalidTokenProvided
:Invalid token provided.
.static String
KeyCause.LegacyCodeCause.ShortDescription
:Legacy code started this job. No cause information is available
.static String
KeyCause.RemoteCause.ShortDescription
:Started by remote host {0}
.static String
Cause_RemoteCause_ShortDescriptionWithNote
(Object arg0, Object arg1) KeyCause.RemoteCause.ShortDescriptionWithNote
:Started by remote host {0} with note: {1}
.static String
KeyCause.UpstreamCause.CausedBy
:originally caused by:
.static String
Cause_UpstreamCause_ShortDescription
(Object arg0, Object arg1) KeyCause.UpstreamCause.ShortDescription
:Started by upstream project "{0}" build number {1}
.static String
KeyCause.UserCause.ShortDescription
:Started by user {0}
.static String
KeyCause.UserIdCause.ShortDescription
:Started by user {0}
.static String
KeyChoiceParameterDefinition.DisplayName
:Choice Parameter
.static String
KeyChoiceParameterDefinition.MissingChoices
:Requires Choices.
.static String
KeyCLI.clear-queue.shortDescription
:Clears the build queue.
.static String
KeyCLI.keep-build.shortDescription
:Mark the build to keep the build forever.
.static String
KeyCLI.online-node.shortDescription
:Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
.static String
KeyCLI.restart.shortDescription
:Restart Jenkins
.static String
KeyCLI.safe-restart.shortDescription
:Safely restart Jenkins
.static String
KeyComputer.BadChannel
:Agent node offline or not a remote channel (such as the built-in node).
.static String
KeyComputer.BuildPermission.Description
:This permission allows users to run jobs as them on agents.
.static String
Computer_Caption
(Object arg0) KeyComputer.Caption
:Agent {0}
.static String
KeyComputer.ConfigurePermission.Description
:This permission allows users to configure agents.
.static String
KeyComputer.ConnectPermission.Description
:This permission allows users to connect agents or mark agents as online.
.static String
KeyComputer.CreatePermission.Description
:This permission allows users to create agents.
.static String
KeyComputer.DeletePermission.Description
:This permission allows users to delete existing agents.
.static String
KeyComputer.DisconnectPermission.Description
:This permission allows users to disconnect agents or mark agents as temporarily offline.
.static String
KeyComputer.ExtendedReadPermission.Description
:This permission allows users to read agent configuration.
.static String
Computer_NoSuchSlaveExists
(Object arg0, Object arg1) KeyComputer.NoSuchSlaveExists
:No such agent "{0}" exists. Did you mean "{1}"?
.static String
KeyComputer.NoSuchSlaveExistsWithoutAdvice
:No such agent "{0}" exists.
.static String
KeyComputer.Permissions.Title
:Agent
.static String
KeyComputerSet.DisplayName
:Nodes
.static String
KeyComputerSet.NoSuchSlave
:No such agent: {0}
.static String
KeyComputerSet.SlaveAlreadyExists
:Agent called â{0}â already exists
.static String
KeyComputerSet.SpecifySlaveToCopy
:Specify which agent to copy
.static String
Descriptor_From
(Object arg0, Object arg1) KeyDescriptor.From
:(from <a href="{1}" rel="noopener noreferrer" target="_blank">{0}</a>)
.static String
KeyExecutor.NotAvailable
:N/A
.static String
KeyFileParameterDefinition.DisplayName
:File Parameter
.static String
KeyFileParameterValue.IndexTitle
:File Parameters
.static String
KeyFreeStyleProject.Description
:Classic, general-purpose job type that checks out from up to one SCM, executes build steps serially, followed by post-build steps like archiving artifacts and sending email notifications.
.static String
KeyFreeStyleProject.DisplayName
:Freestyle project
.static String
KeyHealthReport.EmptyString
: .static String
KeyHudson.AdministerPermission.Description
:This permission grants the ability to make system-wide configuration changes, as well as perform highly sensitive operations that amounts to full local system access (within the scope granted by the underlying OS.)
.static String
Hudson_BadPortNumber
(Object arg0) KeyHudson.BadPortNumber
:Bad port number {0}
.static String
KeyHudson.Computer.Caption
:Built-In Node
.static String
KeyHudson.Computer.DisplayName
:Built-In Node
.static String
KeyHudson.ControlCodeNotAllowed
:No control code is allowed: {0}
.static String
KeyHudson.DisplayName
:Jenkins
.static String
KeyHudson.JobAlreadyExists
:A job already exists with the name â{0}â
.static String
Hudson_MustBeAtLeast
(Object arg0) KeyHudson.MustBeAtLeast
:Must be {0} or greater
.static String
Hudson_MustBeAtMost
(Object arg0) KeyHudson.MustBeAtMost
:Must be {0} or less
.static String
KeyHudson.NodeBeingRemoved
:Node is being removed
.static String
KeyHudson.NodeDescription
:the Jenkins controller''s built-in node
.static String
Hudson_NoJavaInPath
(Object arg0) KeyHudson.NoJavaInPath
:java is not in your PATH. Maybe you need to <a href="{0}/configure">configure JDKs</a>?
.static String
KeyHudson.NoName
:No name is specified
.static String
Hudson_NoSuchDirectory
(Object arg0) KeyHudson.NoSuchDirectory
:No such directory: {0}
.static String
KeyHudson.NotANegativeNumber
:Not a negative number
.static String
KeyHudson.NotANonNegativeNumber
:Number may not be negative
.static String
KeyHudson.NotANumber
:Not a number
.static String
Hudson_NotAPlugin
(Object arg0) KeyHudson.NotAPlugin
:{0} is not a Jenkins plugin
.static String
KeyHudson.NotAPositiveNumber
:Not a positive number
.static String
Hudson_NotJDKDir
(Object arg0) KeyHudson.NotJDKDir
:{0} doesnât look like a JDK directory
.static String
KeyHudson.NotUsesUTF8ToDecodeURL
:Your container doesnât use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc, this will cause problems. See <a href="https://www.jenkins.io/redirect/configuring-servlet-containers">Containers</a> and <a href="https://www.jenkins.io/redirect/troubleshooting/utf8-url-decoding">Tomcat i18n</a> for more details.
.static String
KeyHudson.Permissions.Title
:Overall
.static String
KeyHudson.ReadPermission.Description
:The read permission is necessary for viewing almost all pages of Jenkins. This permission is useful when you donât want unauthenticated users to see Jenkins pages: revoke this permission from the anonymous user, then add "authenticated" pseudo-user and grant the read access.
.static String
KeyHudson.RunScriptsPermission.Description
:Deprecated - please use the Overall/Administer permission instead
.static String
KeyHudson.TrailingDot
:A name cannot end with â.â
.static String
Hudson_UnsafeChar
(Object arg0) KeyHudson.UnsafeChar
:â{0}â is an unsafe character
.static String
KeyHudson.USER_CONTENT_README
:Files in this directory will be served under your http://yourjenkins/userContent/
.static String
KeyHudson.ViewAlreadyExists
:A view already exists with the name "{0}"
.static String
KeyHudson.ViewName
:All
.static String
KeyItem.CONFIGURE.description
:Change the configuration of a job.
.static String
KeyItem.CREATE.description
:Create a new job.
.static String
KeyItem.DELETE.description
:Delete a job.
.static String
KeyItem.Permissions.Title
:Job
.static String
KeyItem.READ.description
:See a job. (You may deny this permission but allow Discover to force an anonymous user to log in to see the job.)
.static String
KeyItem.RENAME.description
:Rename a job.
.static String
ItemGroupMixIn_may_not_copy_as_it_contains_secrets_and_
(Object arg0, Object arg1, Object arg2, Object arg3, Object arg4) KeyItemGroupMixIn.may_not_copy_as_it_contains_secrets_and_
:May not copy {0} as it contains secrets and {1} has {2}/{3} but not /{4}
.static String
KeyJDK.DisplayName
:JDK
.static String
KeyJenkins.CheckDisplayName.DisplayNameNotUniqueWarning
:The display name, "{0}", is already in use by another job and could cause confusion and delay.
.static String
KeyJenkins.CheckDisplayName.NameNotUniqueWarning
:The display name, "{0}", is used as a name by a job and could cause confusing search results.
.static String
KeyJenkins.IsRestarting
:Jenkins is restarting
.static String
KeyJenkins.Manage.Description
:This permission grants the ability to configure parts of the overall system configuration that are not expected to have an impact on the overall stability and security of the system.
.static String
Jenkins_NotAllowedName
(Object arg0) KeyJenkins.NotAllowedName
:â{0}â is not an allowed name
.static String
KeyJenkins.SystemRead.Description
:This permission grants read-only access to large parts of the overall system configuration.
.static String
KeyJob.AllRecentBuildFailed
:All recent builds failed.
.static String
Job_BuildStability
(Object arg0) KeyJob.BuildStability
:Build stability: {0}
.static String
KeyJob.minutes
:mins
.static String
Job_NOfMFailed
(Object arg0, Object arg1) KeyJob.NOfMFailed
:{0} out of the last {1} builds failed.
.static String
KeyJob.NoRecentBuildFailed
:No recent builds failed.
.static String
KeyJob.NoRenameWhileBuilding
:Unable to rename a job while it is building.
.static String
KeyJob.Pronoun
:Project
.static String
KeyJob.you_must_use_the_save_button_if_you_wish
:You must use the Save button if you wish to rename a job.
.static String
Label_GroupOf
(Object arg0) KeyLabel.GroupOf
:group of {0}
.static String
KeyLabel.InvalidLabel
:invalid label
.static String
Label_ProvisionedFrom
(Object arg0) KeyLabel.ProvisionedFrom
:Provisioned from {0}
.static String
KeyLabelExpression.InvalidBooleanExpression
:Invalid boolean expression: {0}
.static String
KeyLabelExpression.LabelLink
:<a href="{0}{2}">Label {1}</a> matches {3,choice,0#no nodes|1#1 node|1<{3} nodes}{4,choice,0#|1# and 1 cloud|1< and {4} clouds}. Permissions or other restrictions provided by plugins may further reduce that list.
.static String
KeyLabelExpression.NoMatch
:No agent/cloud matches this label expression.
.static String
LabelExpression_NoMatch_DidYouMean
(Object arg0, Object arg1) KeyLabelExpression.NoMatch_DidYouMean
:No agent/cloud matches this label expression. Did you mean â{1}â instead of â{0}â?
.static String
KeyLabelExpression_ObsoleteMasterLabel
:This expression includes the label <code>master</code> that is no longer used for the built-in node. Use <code>built-in</code> instead. <a href="https://www.jenkins.io/redirect/built-in-node-migration/" rel="noopener noreferrer" target="_blank">Learn more.</a>
.static String
KeyListView.DisplayName
:List View
.static String
KeyLoadStatistics.Legends.AvailableExecutors
:Available executors
.static String
KeyLoadStatistics.Legends.BusyExecutors
:Busy executors
.static String
KeyLoadStatistics.Legends.ConnectingExecutors
:Connecting executors
.static String
KeyLoadStatistics.Legends.DefinedExecutors
:Defined executors
.static String
KeyLoadStatistics.Legends.IdleExecutors
:Idle executors
.static String
KeyLoadStatistics.Legends.OnlineExecutors
:Online executors
.static String
KeyLoadStatistics.Legends.QueueLength
:Queue length
.static String
KeyLoadStatistics.Legends.TotalExecutors
:Total executors
.static String
KeyManageJenkinsAction.DisplayName
:Manage Jenkins
.static String
KeyManagementLink.Category.CONFIGURATION
:System Configuration
.static String
KeyManagementLink.Category.MISC
:Other
.static String
KeyManagementLink.Category.SECURITY
:Security
.static String
KeyManagementLink.Category.STATUS
:Status Information
.static String
KeyManagementLink.Category.TOOLS
:Tools and Actions
.static String
KeyManagementLink.Category.TROUBLESHOOTING
:Troubleshooting
.static String
KeyManagementLink.Category.UNCATEGORIZED
:Uncategorized
.static String
KeyMultiStageTimeSeries.EMPTY_STRING
: .static String
KeyMyView.DisplayName
:My View
.static String
KeyMyViewsProperty.DisplayName
:My Views
.static String
KeyMyViewsProperty.GlobalAction.DisplayName
:My Views
.static String
KeyMyViewsProperty.ViewExistsCheck.AlreadyExists
:A view with name {0} already exists
.static String
KeyMyViewsProperty.ViewExistsCheck.NotExist
:A view with name {0} does not exist
.static String
KeyNode.BecauseNodeIsNotAcceptingTasks
:â{0}â is not accepting tasks
.static String
KeyNode.BecauseNodeIsReserved
:â{0}â is reserved for jobs with matching label expression
.static String
Node_LabelMissing
(Object arg0, Object arg1) KeyNode.LabelMissing
:â{0}â doesnât have label â{1}â
.static String
Node_LackingBuildPermission
(Object arg0, Object arg1) KeyNode.LackingBuildPermission
:â{0}â lacks permission to run on â{1}â
.static String
KeyNode.Mode.EXCLUSIVE
:Only build jobs with label expressions matching this node
.static String
KeyNode.Mode.NORMAL
:Use this node as much as possible
.static String
KeyParameterAction.DisplayName
:Parameters
.static String
KeyParametersDefinitionProperty.BuildButtonText
:Build
.static String
KeyParametersDefinitionProperty.DisplayName
:This project is parameterized
.static String
KeyPasswordParameterDefinition.DisplayName
:Password Parameter
.static String
KeyPermalink.LastBuild
:Last build
.static String
KeyPermalink.LastCompletedBuild
:Last completed build
.static String
KeyPermalink.LastFailedBuild
:Last failed build
.static String
KeyPermalink.LastStableBuild
:Last stable build
.static String
KeyPermalink.LastSuccessfulBuild
:Last successful build
.static String
KeyPermalink.LastUnstableBuild
:Last unstable build
.static String
KeyPermalink.LastUnsuccessfulBuild
:Last unsuccessful build
.static String
KeyProxyView.DisplayName
:Include a global view
.static String
KeyProxyView.NoSuchViewExists
:Global view {0} does not exist
.static String
Queue_AllNodesOffline
(Object arg0) KeyQueue.AllNodesOffline
:All nodes of label â{0}â are offline
.static String
Queue_BlockedBy
(Object arg0) KeyQueue.BlockedBy
:Blocked by â{0}â
.static String
KeyQueue.ExceptionCanRun
:Exception evaluating if the queue can run the task
.static String
KeyQueue.ExceptionCanTake
:Exception evaluating if the node can take the task
.static String
KeyQueue.executor_slot_already_in_use
:Executor slot already in use
.static String
KeyQueue.FinishedWaiting
:Finished waiting
.static String
KeyQueue.HudsonIsAboutToShutDown
:Jenkins is about to shut down
.static String
KeyQueue.init
:Restoring the build queue
.static String
KeyQueue.InProgress
:A build is already in progress
.static String
Queue_InQuietPeriod
(Object arg0) KeyQueue.InQuietPeriod
:In the quiet period. Expires in {0}
.static String
Queue_LabelHasNoNodes
(Object arg0) KeyQueue.LabelHasNoNodes
:There are no nodes with the label â{0}â
.static String
KeyQueue.node_has_been_removed_from_configuration
:{0} has been removed from configuration
.static String
Queue_NodeOffline
(Object arg0) KeyQueue.NodeOffline
:â{0}â is offline
.static String
KeyQueue.Unknown
:???
.static String
KeyQueue.WaitingForNextAvailableExecutor
:Waiting for next available executor
.static String
KeyQueue.WaitingForNextAvailableExecutorOn
:Waiting for next available executor on â{0}â
.static String
KeyResultTrend.Aborted
:Aborted
.static String
KeyResultTrend.Failure
:Failure
.static String
KeyResultTrend.Fixed
:Fixed
.static String
KeyResultTrend.NotBuilt
:Not built
.static String
KeyResultTrend.NowUnstable
:Now unstable
.static String
KeyResultTrend.StillFailing
:Still failing
.static String
KeyResultTrend.StillUnstable
:Still unstable
.static String
KeyResultTrend.Success
:Success
.static String
KeyResultTrend.Unstable
:Unstable
.static String
Run__is_waiting_for_a_checkpoint_on_
(Object arg0, Object arg1) KeyRun._is_waiting_for_a_checkpoint_on_
:{0} is waiting for a checkpoint on {1}
.static String
Run_ArtifactsBrowserTitle
(Object arg0, Object arg1) KeyRun.ArtifactsBrowserTitle
:Artifacts of {0} {1}
.static String
KeyRun.ArtifactsPermission.Description
:This permission grants the ability to retrieve the artifacts produced by builds. If you donât want an user to access the artifacts, you can do so by revoking this permission. This does not restrict the listing of artifacts.
.static String
KeyRun.BuildAborted
:Build was aborted
.static String
KeyRun.DeletePermission.Description
:This permission allows users to manually delete specific builds from the build history.
.static String
Run_InProgressDuration
(Object arg0) KeyRun.InProgressDuration
:{0} and counting
.static String
KeyRun.MarkedExplicitly
:This record is explicitly marked to be kept.
.static String
KeyRun.NotStartedYet
:Not started yet
.static String
KeyRun.Permissions.Title
:Run
.static String
Run_running_as_
(Object arg0) KeyRun.running_as_
:Running as {0}
.static String
KeyRun.running_as_SYSTEM
:Running as SYSTEM
.static String
KeyRun.Summary.Aborted
:aborted
.static String
KeyRun.Summary.BackToNormal
:back to normal
.static String
KeyRun.Summary.BrokenForALongTime
:broken for a long time
.static String
KeyRun.Summary.BrokenSince
:broken since build {0}
.static String
KeyRun.Summary.BrokenSinceThisBuild
:broken since this build
.static String
KeyRun.Summary.NotBuilt
:not built
.static String
KeyRun.Summary.Stable
:stable
.static String
KeyRun.Summary.Unknown
:?
.static String
KeyRun.Summary.Unstable
:unstable
.static String
Run_UnableToDelete
(Object arg0, Object arg1) KeyRun.UnableToDelete
:Unable to delete {0}: {1}
.static String
KeyRun.UpdatePermission.Description
:This permission allows users to update description and other properties of a build, for example to leave notes about the cause of a build failure.
.static String
KeyRunParameterDefinition.DisplayName
:Run Parameter
.static String
KeySlave.InvalidConfig.Executors
:Invalid agent configuration for {0}. Invalid number of executors.
.static String
KeySlave.InvalidConfig.NoName
:Invalid agent configuration. Name is empty
.static String
KeySlave.Network.Mounted.File.System.Warning
:Are you sure you want to use network mounted file system for FS root? Note that this directory does not need to be visible to the controller.
.static String
KeySlave.Remote.Director.Mandatory
:Remote directory is mandatory
.static String
KeySlave.Remote.Relative.Path.Warning
:Are you sure you want to use a relative path for the FS root? Note that relative paths require that you can assure that the selected launcher provides a consistent current working directory. Using an absolute path is highly recommended.
.static String
Slave_Terminated
(Object arg0) KeySlave.Terminated
:{0} agent was terminated
.static String
KeySlave.UnixSlave
:This is a Unix agent
.static String
KeySlave.WindowsSlave
:This is a Windows agent
.static String
KeyStringParameterDefinition.DisplayName
:String Parameter
.static String
KeyTextParameterDefinition.DisplayName
:Multi-line String Parameter
.static String
TimeZoneProperty_current_time_in_
(Object arg0, Object arg1) KeyTimeZoneProperty.current_time_in_
:Current time in {0}: {1}
.static String
TimeZoneProperty_current_time_on_server_in_in_proposed_di
(Object arg0, Object arg1, Object arg2) KeyTimeZoneProperty.current_time_on_server_in_in_proposed_di
:Current time on server in {0}: {1}; in proposed display zone: {2}
.static String
KeyTimeZoneProperty.Description
:Select a time zone to use rather than the system default.
.static String
KeyTimeZoneProperty.DisplayDefaultTimeZone
:Default
.static String
KeyTimeZoneProperty.DisplayName
:Time zone
.static String
TopLevelItemDescriptor_NotApplicableIn
(Object arg0, Object arg1) KeyTopLevelItemDescriptor.NotApplicableIn
:{0} items are not applicable within {1}
.static String
KeyUpdateCenter.CoreUpdateMonitor.DisplayName
:Jenkins Update Notification
.static String
KeyUpdateCenter.DisplayName
:Update Center
.static String
KeyUpdateCenter.DownloadButNotActivated
:Downloaded Successfully. Will be activated during the next boot
.static String
KeyUpdateCenter.init
:Initialing update center
.static String
KeyUpdateCenter.n_a
:N/A
.static String
KeyUpdateCenter.PluginCategory.agent
:Agent Management
.static String
KeyUpdateCenter.PluginCategory.android
:Android Development
.static String
KeyUpdateCenter.PluginCategory.api-plugin
:Library plugins (for use by other plugins)
.static String
KeyUpdateCenter.PluginCategory.builder
:Build Tools
.static String
KeyUpdateCenter.PluginCategory.buildwrapper
:Build Wrappers
.static String
KeyUpdateCenter.PluginCategory.cli
:Command Line Interface
.static String
KeyUpdateCenter.PluginCategory.cloud
:Cloud Providers
.static String
KeyUpdateCenter.PluginCategory.cluster
:Cluster Management
.static String
KeyUpdateCenter.PluginCategory.database
:Database
.static String
KeyUpdateCenter.PluginCategory.deployment
:Deployment
.static String
KeyUpdateCenter.PluginCategory.devops
:DevOps
.static String
KeyUpdateCenter.PluginCategory.devsecops
:DevSecOps
.static String
KeyUpdateCenter.PluginCategory.dotnet
:.NET Development
.static String
KeyUpdateCenter.PluginCategory.external
:External Site/Tool Integrations
.static String
KeyUpdateCenter.PluginCategory.groovy-related
:Groovy-related
.static String
KeyUpdateCenter.PluginCategory.ios
:iOS Development
.static String
KeyUpdateCenter.PluginCategory.listview-column
:List view columns
.static String
KeyUpdateCenter.PluginCategory.maven
:Maven
.static String
KeyUpdateCenter.PluginCategory.misc
:Miscellaneous
.static String
KeyUpdateCenter.PluginCategory.must-be-labeled
:Uncategorized
.static String
KeyUpdateCenter.PluginCategory.notifier
:Build Notifiers
.static String
KeyUpdateCenter.PluginCategory.orchestration
:Orchestration
.static String
KeyUpdateCenter.PluginCategory.page-decorator
:Page Decorators
.static String
KeyUpdateCenter.PluginCategory.parameter
:Build Parameters
.static String
KeyUpdateCenter.PluginCategory.post-build
:Other Post-Build Actions
.static String
KeyUpdateCenter.PluginCategory.python
:Python Development
.static String
KeyUpdateCenter.PluginCategory.report
:Build Reports
.static String
KeyUpdateCenter.PluginCategory.ruby
:Ruby Development
.static String
KeyUpdateCenter.PluginCategory.runcondition
:RunConditions for use by the Run Condition plugin
.static String
KeyUpdateCenter.PluginCategory.scala
:Scala Development
.static String
KeyUpdateCenter.PluginCategory.scm
:Source Code Management
.static String
KeyUpdateCenter.PluginCategory.scm-related
:Source Code Management related
.static String
KeyUpdateCenter.PluginCategory.security
:Security
.static String
KeyUpdateCenter.PluginCategory.test
:Testing
.static String
KeyUpdateCenter.PluginCategory.theme
:UI Themes
.static String
KeyUpdateCenter.PluginCategory.trigger
:Build Triggers
.static String
KeyUpdateCenter.PluginCategory.ui
:User Interface
.static String
KeyUpdateCenter.PluginCategory.unrecognized
:Misc ({0})
.static String
KeyUpdateCenter.PluginCategory.upload
:Artifact Uploaders
.static String
KeyUpdateCenter.PluginCategory.user
:Authentication and User Management
.static String
KeyUpdateCenter.PluginCategory.view
:Views
.static String
KeyUpdateCenter.Status.CheckingInternet
:Checking internet connectivity
.static String
KeyUpdateCenter.Status.CheckingJavaNet
:Checking update center connectivity
.static String
UpdateCenter_Status_ConnectionFailed
(Object arg0, Object arg1) KeyUpdateCenter.Status.ConnectionFailed
:<span class=error>Failed to connect to {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
.static String
KeyUpdateCenter.Status.Success
:Success
.static String
UpdateCenter_Status_UnknownHostException
(Object arg0, Object arg1) KeyUpdateCenter.Status.UnknownHostException
:<span class=error>Failed to resolve host name {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
.static String
User_IllegalFullname
(Object arg0) KeyUser.IllegalFullname
:"{0}" is prohibited as a full name for security reasons.
.static String
User_IllegalUsername
(Object arg0) KeyUser.IllegalUsername
:"{0}" is prohibited as a username for security reasons.
.static String
KeyUserPreferencesProperty.DisplayName
:Preferences
.static String
KeyView.ConfigurePermission.Description
:This permission allows users to change the configuration of views.
.static String
KeyView.CreatePermission.Description
:This permission allows users to create new views.
.static String
KeyView.DeletePermission.Description
:This permission allows users to delete existing views.
.static String
KeyView.DisplayNameNotUniqueWarning
:The display name, "{0}", is already in use by another view and could cause confusion and delay.
.static String
KeyView.MissingMode
:No view type is specified
.static String
KeyView.Permissions.Title
:View
.static String
KeyView.ReadPermission.Description
:This permission allows users to see views.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
View_ConfigurePermission_Description
KeyView.ConfigurePermission.Description
:This permission allows users to change the configuration of views.
.- Returns:
This permission allows users to change the configuration of views.
-
_View_ConfigurePermission_Description
public static org.jvnet.localizer.Localizable _View_ConfigurePermission_Description()KeyView.ConfigurePermission.Description
:This permission allows users to change the configuration of views.
.- Returns:
This permission allows users to change the configuration of views.
-
Job_NOfMFailed
KeyJob.NOfMFailed
:{0} out of the last {1} builds failed.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} out of the last {1} builds failed.
-
_Job_NOfMFailed
KeyJob.NOfMFailed
:{0} out of the last {1} builds failed.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} out of the last {1} builds failed.
-
Permalink_LastBuild
KeyPermalink.LastBuild
:Last build
.- Returns:
Last build
-
_Permalink_LastBuild
public static org.jvnet.localizer.Localizable _Permalink_LastBuild()KeyPermalink.LastBuild
:Last build
.- Returns:
Last build
-
ComputerSet_NoSuchSlave
KeyComputerSet.NoSuchSlave
:No such agent: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such agent: {0}
-
_ComputerSet_NoSuchSlave
KeyComputerSet.NoSuchSlave
:No such agent: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such agent: {0}
-
Hudson_RunScriptsPermission_Description
KeyHudson.RunScriptsPermission.Description
:Deprecated - please use the Overall/Administer permission instead
.- Returns:
Deprecated - please use the Overall/Administer permission instead
-
_Hudson_RunScriptsPermission_Description
public static org.jvnet.localizer.Localizable _Hudson_RunScriptsPermission_Description()KeyHudson.RunScriptsPermission.Description
:Deprecated - please use the Overall/Administer permission instead
.- Returns:
Deprecated - please use the Overall/Administer permission instead
-
Queue_AllNodesOffline
KeyQueue.AllNodesOffline
:All nodes of label â{0}â are offline
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
All nodes of label â{0}â are offline
-
_Queue_AllNodesOffline
KeyQueue.AllNodesOffline
:All nodes of label â{0}â are offline
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
All nodes of label â{0}â are offline
-
Cause_UpstreamCause_ShortDescription
KeyCause.UpstreamCause.ShortDescription
:Started by upstream project "{0}" build number {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by upstream project "{0}" build number {1}
-
_Cause_UpstreamCause_ShortDescription
public static org.jvnet.localizer.Localizable _Cause_UpstreamCause_ShortDescription(Object arg0, Object arg1) KeyCause.UpstreamCause.ShortDescription
:Started by upstream project "{0}" build number {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by upstream project "{0}" build number {1}
-
UpdateCenter_PluginCategory_security
KeyUpdateCenter.PluginCategory.security
:Security
.- Returns:
Security
-
_UpdateCenter_PluginCategory_security
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_security()KeyUpdateCenter.PluginCategory.security
:Security
.- Returns:
Security
-
Node_LabelMissing
KeyNode.LabelMissing
:â{0}â doesnât have label â{1}â
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât have label â{1}â
-
_Node_LabelMissing
KeyNode.LabelMissing
:â{0}â doesnât have label â{1}â
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât have label â{1}â
-
Jenkins_NotAllowedName
KeyJenkins.NotAllowedName
:â{0}â is not an allowed name
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is not an allowed name
-
_Jenkins_NotAllowedName
KeyJenkins.NotAllowedName
:â{0}â is not an allowed name
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is not an allowed name
-
UpdateCenter_PluginCategory_trigger
KeyUpdateCenter.PluginCategory.trigger
:Build Triggers
.- Returns:
Build Triggers
-
_UpdateCenter_PluginCategory_trigger
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_trigger()KeyUpdateCenter.PluginCategory.trigger
:Build Triggers
.- Returns:
Build Triggers
-
JDK_DisplayName
KeyJDK.DisplayName
:JDK
.- Returns:
JDK
-
_JDK_DisplayName
public static org.jvnet.localizer.Localizable _JDK_DisplayName()KeyJDK.DisplayName
:JDK
.- Returns:
JDK
-
Computer_DisconnectPermission_Description
KeyComputer.DisconnectPermission.Description
:This permission allows users to disconnect agents or mark agents as temporarily offline.
.- Returns:
This permission allows users to disconnect agents or mark agents as temporarily offline.
-
_Computer_DisconnectPermission_Description
public static org.jvnet.localizer.Localizable _Computer_DisconnectPermission_Description()KeyComputer.DisconnectPermission.Description
:This permission allows users to disconnect agents or mark agents as temporarily offline.
.- Returns:
This permission allows users to disconnect agents or mark agents as temporarily offline.
-
Hudson_NotAPlugin
KeyHudson.NotAPlugin
:{0} is not a Jenkins plugin
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is not a Jenkins plugin
-
_Hudson_NotAPlugin
KeyHudson.NotAPlugin
:{0} is not a Jenkins plugin
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is not a Jenkins plugin
-
Run_Summary_NotBuilt
KeyRun.Summary.NotBuilt
:not built
.- Returns:
not built
-
_Run_Summary_NotBuilt
public static org.jvnet.localizer.Localizable _Run_Summary_NotBuilt()KeyRun.Summary.NotBuilt
:not built
.- Returns:
not built
-
Hudson_ViewName
KeyHudson.ViewName
:All
.- Returns:
All
-
_Hudson_ViewName
public static org.jvnet.localizer.Localizable _Hudson_ViewName()KeyHudson.ViewName
:All
.- Returns:
All
-
UpdateCenter_PluginCategory_listview_column
KeyUpdateCenter.PluginCategory.listview-column
:List view columns
.- Returns:
List view columns
-
_UpdateCenter_PluginCategory_listview_column
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_listview_column()KeyUpdateCenter.PluginCategory.listview-column
:List view columns
.- Returns:
List view columns
-
Permalink_LastStableBuild
KeyPermalink.LastStableBuild
:Last stable build
.- Returns:
Last stable build
-
_Permalink_LastStableBuild
public static org.jvnet.localizer.Localizable _Permalink_LastStableBuild()KeyPermalink.LastStableBuild
:Last stable build
.- Returns:
Last stable build
-
Queue_WaitingForNextAvailableExecutor
KeyQueue.WaitingForNextAvailableExecutor
:Waiting for next available executor
.- Returns:
Waiting for next available executor
-
_Queue_WaitingForNextAvailableExecutor
public static org.jvnet.localizer.Localizable _Queue_WaitingForNextAvailableExecutor()KeyQueue.WaitingForNextAvailableExecutor
:Waiting for next available executor
.- Returns:
Waiting for next available executor
-
AbstractBuild_KeptBecause
KeyAbstractBuild.KeptBecause
:This build is kept because of {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
This build is kept because of {0}.
-
_AbstractBuild_KeptBecause
KeyAbstractBuild.KeptBecause
:This build is kept because of {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
This build is kept because of {0}.
-
Label_ProvisionedFrom
KeyLabel.ProvisionedFrom
:Provisioned from {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Provisioned from {0}
-
_Label_ProvisionedFrom
KeyLabel.ProvisionedFrom
:Provisioned from {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Provisioned from {0}
-
Hudson_DisplayName
KeyHudson.DisplayName
:Jenkins
.- Returns:
Jenkins
-
_Hudson_DisplayName
public static org.jvnet.localizer.Localizable _Hudson_DisplayName()KeyHudson.DisplayName
:Jenkins
.- Returns:
Jenkins
-
AbstractItem_Pronoun
KeyAbstractItem.Pronoun
:Item
.- Returns:
Item
-
_AbstractItem_Pronoun
public static org.jvnet.localizer.Localizable _AbstractItem_Pronoun()KeyAbstractItem.Pronoun
:Item
.- Returns:
Item
-
Item_DELETE_description
KeyItem.DELETE.description
:Delete a job.
.- Returns:
Delete a job.
-
_Item_DELETE_description
public static org.jvnet.localizer.Localizable _Item_DELETE_description()KeyItem.DELETE.description
:Delete a job.
.- Returns:
Delete a job.
-
Queue_NodeOffline
KeyQueue.NodeOffline
:â{0}â is offline
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is offline
-
_Queue_NodeOffline
KeyQueue.NodeOffline
:â{0}â is offline
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is offline
-
LoadStatistics_Legends_DefinedExecutors
KeyLoadStatistics.Legends.DefinedExecutors
:Defined executors
.- Returns:
Defined executors
-
_LoadStatistics_Legends_DefinedExecutors
public static org.jvnet.localizer.Localizable _LoadStatistics_Legends_DefinedExecutors()KeyLoadStatistics.Legends.DefinedExecutors
:Defined executors
.- Returns:
Defined executors
-
Run_ArtifactsPermission_Description
KeyRun.ArtifactsPermission.Description
:This permission grants the ability to retrieve the artifacts produced by builds. If you donât want an user to access the artifacts, you can do so by revoking this permission. This does not restrict the listing of artifacts.
.- Returns:
This permission grants the ability to retrieve the artifacts produced by builds. If you donât want an user to access the artifacts, you can do so by revoking this permission. This does not restrict the listing of artifacts.
-
_Run_ArtifactsPermission_Description
public static org.jvnet.localizer.Localizable _Run_ArtifactsPermission_Description()KeyRun.ArtifactsPermission.Description
:This permission grants the ability to retrieve the artifacts produced by builds. If you donât want an user to access the artifacts, you can do so by revoking this permission. This does not restrict the listing of artifacts.
.- Returns:
This permission grants the ability to retrieve the artifacts produced by builds. If you donât want an user to access the artifacts, you can do so by revoking this permission. This does not restrict the listing of artifacts.
-
CLI_safe_restart_shortDescription
KeyCLI.safe-restart.shortDescription
:Safely restart Jenkins
.- Returns:
Safely restart Jenkins
-
_CLI_safe_restart_shortDescription
public static org.jvnet.localizer.Localizable _CLI_safe_restart_shortDescription()KeyCLI.safe-restart.shortDescription
:Safely restart Jenkins
.- Returns:
Safely restart Jenkins
-
CLI_restart_shortDescription
KeyCLI.restart.shortDescription
:Restart Jenkins
.- Returns:
Restart Jenkins
-
_CLI_restart_shortDescription
public static org.jvnet.localizer.Localizable _CLI_restart_shortDescription()KeyCLI.restart.shortDescription
:Restart Jenkins
.- Returns:
Restart Jenkins
-
FreeStyleProject_DisplayName
KeyFreeStyleProject.DisplayName
:Freestyle project
.- Returns:
Freestyle project
-
_FreeStyleProject_DisplayName
public static org.jvnet.localizer.Localizable _FreeStyleProject_DisplayName()KeyFreeStyleProject.DisplayName
:Freestyle project
.- Returns:
Freestyle project
-
Computer_NoSuchSlaveExists
KeyComputer.NoSuchSlaveExists
:No such agent "{0}" exists. Did you mean "{1}"?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such agent "{0}" exists. Did you mean "{1}"?
-
_Computer_NoSuchSlaveExists
KeyComputer.NoSuchSlaveExists
:No such agent "{0}" exists. Did you mean "{1}"?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such agent "{0}" exists. Did you mean "{1}"?
-
AbstractBuild_BuildingInWorkspace
KeyAbstractBuild.BuildingInWorkspace
:in workspace {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
in workspace {0}
-
_AbstractBuild_BuildingInWorkspace
KeyAbstractBuild.BuildingInWorkspace
:in workspace {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
in workspace {0}
-
FileParameterValue_IndexTitle
KeyFileParameterValue.IndexTitle
:File Parameters
.- Returns:
File Parameters
-
_FileParameterValue_IndexTitle
public static org.jvnet.localizer.Localizable _FileParameterValue_IndexTitle()KeyFileParameterValue.IndexTitle
:File Parameters
.- Returns:
File Parameters
-
Queue_InProgress
KeyQueue.InProgress
:A build is already in progress
.- Returns:
A build is already in progress
-
_Queue_InProgress
public static org.jvnet.localizer.Localizable _Queue_InProgress()KeyQueue.InProgress
:A build is already in progress
.- Returns:
A build is already in progress
-
Node_Mode_EXCLUSIVE
KeyNode.Mode.EXCLUSIVE
:Only build jobs with label expressions matching this node
.- Returns:
Only build jobs with label expressions matching this node
-
_Node_Mode_EXCLUSIVE
public static org.jvnet.localizer.Localizable _Node_Mode_EXCLUSIVE()KeyNode.Mode.EXCLUSIVE
:Only build jobs with label expressions matching this node
.- Returns:
Only build jobs with label expressions matching this node
-
User_IllegalFullname
KeyUser.IllegalFullname
:"{0}" is prohibited as a full name for security reasons.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
"{0}" is prohibited as a full name for security reasons.
-
_User_IllegalFullname
KeyUser.IllegalFullname
:"{0}" is prohibited as a full name for security reasons.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
"{0}" is prohibited as a full name for security reasons.
-
UpdateCenter_PluginCategory_misc
KeyUpdateCenter.PluginCategory.misc
:Miscellaneous
.- Returns:
Miscellaneous
-
_UpdateCenter_PluginCategory_misc
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_misc()KeyUpdateCenter.PluginCategory.misc
:Miscellaneous
.- Returns:
Miscellaneous
-
Hudson_NotAPositiveNumber
KeyHudson.NotAPositiveNumber
:Not a positive number
.- Returns:
Not a positive number
-
_Hudson_NotAPositiveNumber
public static org.jvnet.localizer.Localizable _Hudson_NotAPositiveNumber()KeyHudson.NotAPositiveNumber
:Not a positive number
.- Returns:
Not a positive number
-
LoadStatistics_Legends_AvailableExecutors
KeyLoadStatistics.Legends.AvailableExecutors
:Available executors
.- Returns:
Available executors
-
_LoadStatistics_Legends_AvailableExecutors
public static org.jvnet.localizer.Localizable _LoadStatistics_Legends_AvailableExecutors()KeyLoadStatistics.Legends.AvailableExecutors
:Available executors
.- Returns:
Available executors
-
Run_Summary_Stable
KeyRun.Summary.Stable
:stable
.- Returns:
stable
-
_Run_Summary_Stable
public static org.jvnet.localizer.Localizable _Run_Summary_Stable()KeyRun.Summary.Stable
:stable
.- Returns:
stable
-
ProxyView_NoSuchViewExists
KeyProxyView.NoSuchViewExists
:Global view {0} does not exist
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Global view {0} does not exist
-
_ProxyView_NoSuchViewExists
KeyProxyView.NoSuchViewExists
:Global view {0} does not exist
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Global view {0} does not exist
-
Cause_RemoteCause_ShortDescriptionWithNote
KeyCause.RemoteCause.ShortDescriptionWithNote
:Started by remote host {0} with note: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by remote host {0} with note: {1}
-
_Cause_RemoteCause_ShortDescriptionWithNote
public static org.jvnet.localizer.Localizable _Cause_RemoteCause_ShortDescriptionWithNote(Object arg0, Object arg1) KeyCause.RemoteCause.ShortDescriptionWithNote
:Started by remote host {0} with note: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by remote host {0} with note: {1}
-
Hudson_ViewAlreadyExists
KeyHudson.ViewAlreadyExists
:A view already exists with the name "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A view already exists with the name "{0}"
-
_Hudson_ViewAlreadyExists
KeyHudson.ViewAlreadyExists
:A view already exists with the name "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A view already exists with the name "{0}"
-
BallColor_Pending
KeyBallColor.Pending
:Pending
.- Returns:
Pending
-
_BallColor_Pending
public static org.jvnet.localizer.Localizable _BallColor_Pending()KeyBallColor.Pending
:Pending
.- Returns:
Pending
-
Queue_LabelHasNoNodes
KeyQueue.LabelHasNoNodes
:There are no nodes with the label â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
There are no nodes with the label â{0}â
-
_Queue_LabelHasNoNodes
KeyQueue.LabelHasNoNodes
:There are no nodes with the label â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
There are no nodes with the label â{0}â
-
UpdateCenter_CoreUpdateMonitor_DisplayName
KeyUpdateCenter.CoreUpdateMonitor.DisplayName
:Jenkins Update Notification
.- Returns:
Jenkins Update Notification
-
_UpdateCenter_CoreUpdateMonitor_DisplayName
public static org.jvnet.localizer.Localizable _UpdateCenter_CoreUpdateMonitor_DisplayName()KeyUpdateCenter.CoreUpdateMonitor.DisplayName
:Jenkins Update Notification
.- Returns:
Jenkins Update Notification
-
Run__is_waiting_for_a_checkpoint_on_
KeyRun._is_waiting_for_a_checkpoint_on_
:{0} is waiting for a checkpoint on {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is waiting for a checkpoint on {1}
-
_Run__is_waiting_for_a_checkpoint_on_
public static org.jvnet.localizer.Localizable _Run__is_waiting_for_a_checkpoint_on_(Object arg0, Object arg1) KeyRun._is_waiting_for_a_checkpoint_on_
:{0} is waiting for a checkpoint on {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is waiting for a checkpoint on {1}
-
Hudson_NodeDescription
KeyHudson.NodeDescription
:the Jenkins controller''s built-in node
.- Returns:
the Jenkins controller''s built-in node
-
_Hudson_NodeDescription
public static org.jvnet.localizer.Localizable _Hudson_NodeDescription()KeyHudson.NodeDescription
:the Jenkins controller''s built-in node
.- Returns:
the Jenkins controller''s built-in node
-
Computer_ExtendedReadPermission_Description
KeyComputer.ExtendedReadPermission.Description
:This permission allows users to read agent configuration.
.- Returns:
This permission allows users to read agent configuration.
-
_Computer_ExtendedReadPermission_Description
public static org.jvnet.localizer.Localizable _Computer_ExtendedReadPermission_Description()KeyComputer.ExtendedReadPermission.Description
:This permission allows users to read agent configuration.
.- Returns:
This permission allows users to read agent configuration.
-
UpdateCenter_PluginCategory_test
KeyUpdateCenter.PluginCategory.test
:Testing
.- Returns:
Testing
-
_UpdateCenter_PluginCategory_test
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_test()KeyUpdateCenter.PluginCategory.test
:Testing
.- Returns:
Testing
-
MyViewsProperty_DisplayName
KeyMyViewsProperty.DisplayName
:My Views
.- Returns:
My Views
-
_MyViewsProperty_DisplayName
public static org.jvnet.localizer.Localizable _MyViewsProperty_DisplayName()KeyMyViewsProperty.DisplayName
:My Views
.- Returns:
My Views
-
Run_Summary_Aborted
KeyRun.Summary.Aborted
:aborted
.- Returns:
aborted
-
_Run_Summary_Aborted
public static org.jvnet.localizer.Localizable _Run_Summary_Aborted()KeyRun.Summary.Aborted
:aborted
.- Returns:
aborted
-
PasswordParameterDefinition_DisplayName
KeyPasswordParameterDefinition.DisplayName
:Password Parameter
.- Returns:
Password Parameter
-
_PasswordParameterDefinition_DisplayName
public static org.jvnet.localizer.Localizable _PasswordParameterDefinition_DisplayName()KeyPasswordParameterDefinition.DisplayName
:Password Parameter
.- Returns:
Password Parameter
-
Run_running_as_SYSTEM
KeyRun.running_as_SYSTEM
:Running as SYSTEM
.- Returns:
Running as SYSTEM
-
_Run_running_as_SYSTEM
public static org.jvnet.localizer.Localizable _Run_running_as_SYSTEM()KeyRun.running_as_SYSTEM
:Running as SYSTEM
.- Returns:
Running as SYSTEM
-
BuildAuthorizationToken_InvalidTokenProvided
KeyBuildAuthorizationToken.InvalidTokenProvided
:Invalid token provided.
.- Returns:
Invalid token provided.
-
_BuildAuthorizationToken_InvalidTokenProvided
public static org.jvnet.localizer.Localizable _BuildAuthorizationToken_InvalidTokenProvided()KeyBuildAuthorizationToken.InvalidTokenProvided
:Invalid token provided.
.- Returns:
Invalid token provided.
-
UpdateCenter_PluginCategory_devsecops
KeyUpdateCenter.PluginCategory.devsecops
:DevSecOps
.- Returns:
DevSecOps
-
_UpdateCenter_PluginCategory_devsecops
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_devsecops()KeyUpdateCenter.PluginCategory.devsecops
:DevSecOps
.- Returns:
DevSecOps
-
BooleanParameterDefinition_DisplayName
KeyBooleanParameterDefinition.DisplayName
:Boolean Parameter
.- Returns:
Boolean Parameter
-
_BooleanParameterDefinition_DisplayName
public static org.jvnet.localizer.Localizable _BooleanParameterDefinition_DisplayName()KeyBooleanParameterDefinition.DisplayName
:Boolean Parameter
.- Returns:
Boolean Parameter
-
Node_LackingBuildPermission
KeyNode.LackingBuildPermission
:â{0}â lacks permission to run on â{1}â
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â lacks permission to run on â{1}â
-
_Node_LackingBuildPermission
public static org.jvnet.localizer.Localizable _Node_LackingBuildPermission(Object arg0, Object arg1) KeyNode.LackingBuildPermission
:â{0}â lacks permission to run on â{1}â
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â lacks permission to run on â{1}â
-
LabelExpression_LabelLink
public static String LabelExpression_LabelLink(Object arg0, Object arg1, Object arg2, Object arg3, Object arg4) KeyLabelExpression.LabelLink
:<a href="{0}{2}">Label {1}</a> matches {3,choice,0#no nodes|1#1 node|1<{3} nodes}{4,choice,0#|1# and 1 cloud|1< and {4} clouds}. Permissions or other restrictions provided by plugins may further reduce that list.
.- Parameters:
arg3
- 4th format parameter,{3}
, a number.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg4
- 5th format parameter,{4}
, a number.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
<a href="{0}{2}">Label {1}</a> matches {3,choice,0#no nodes|1#1 node|1<{3} nodes}{4,choice,0#|1# and 1 cloud|1< and {4} clouds}. Permissions or other restrictions provided by plugins may further reduce that list.
-
_LabelExpression_LabelLink
public static org.jvnet.localizer.Localizable _LabelExpression_LabelLink(Object arg0, Object arg1, Object arg2, Object arg3, Object arg4) KeyLabelExpression.LabelLink
:<a href="{0}{2}">Label {1}</a> matches {3,choice,0#no nodes|1#1 node|1<{3} nodes}{4,choice,0#|1# and 1 cloud|1< and {4} clouds}. Permissions or other restrictions provided by plugins may further reduce that list.
.- Parameters:
arg3
- 4th format parameter,{3}
, a number.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg4
- 5th format parameter,{4}
, a number.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
<a href="{0}{2}">Label {1}</a> matches {3,choice,0#no nodes|1#1 node|1<{3} nodes}{4,choice,0#|1# and 1 cloud|1< and {4} clouds}. Permissions or other restrictions provided by plugins may further reduce that list.
-
Run_NotStartedYet
KeyRun.NotStartedYet
:Not started yet
.- Returns:
Not started yet
-
_Run_NotStartedYet
public static org.jvnet.localizer.Localizable _Run_NotStartedYet()KeyRun.NotStartedYet
:Not started yet
.- Returns:
Not started yet
-
LoadStatistics_Legends_TotalExecutors
KeyLoadStatistics.Legends.TotalExecutors
:Total executors
.- Returns:
Total executors
-
_LoadStatistics_Legends_TotalExecutors
public static org.jvnet.localizer.Localizable _LoadStatistics_Legends_TotalExecutors()KeyLoadStatistics.Legends.TotalExecutors
:Total executors
.- Returns:
Total executors
-
UpdateCenter_PluginCategory_post_build
KeyUpdateCenter.PluginCategory.post-build
:Other Post-Build Actions
.- Returns:
Other Post-Build Actions
-
_UpdateCenter_PluginCategory_post_build
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_post_build()KeyUpdateCenter.PluginCategory.post-build
:Other Post-Build Actions
.- Returns:
Other Post-Build Actions
-
Executor_NotAvailable
KeyExecutor.NotAvailable
:N/A
.- Returns:
N/A
-
_Executor_NotAvailable
public static org.jvnet.localizer.Localizable _Executor_NotAvailable()KeyExecutor.NotAvailable
:N/A
.- Returns:
N/A
-
AbstractItem_BeingDeleted
KeyAbstractItem.BeingDeleted
:{0} is currently being deleted
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is currently being deleted
-
_AbstractItem_BeingDeleted
KeyAbstractItem.BeingDeleted
:{0} is currently being deleted
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is currently being deleted
-
UpdateCenter_PluginCategory_page_decorator
KeyUpdateCenter.PluginCategory.page-decorator
:Page Decorators
.- Returns:
Page Decorators
-
_UpdateCenter_PluginCategory_page_decorator
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_page_decorator()KeyUpdateCenter.PluginCategory.page-decorator
:Page Decorators
.- Returns:
Page Decorators
-
Run_UnableToDelete
KeyRun.UnableToDelete
:Unable to delete {0}: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to delete {0}: {1}
-
_Run_UnableToDelete
KeyRun.UnableToDelete
:Unable to delete {0}: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to delete {0}: {1}
-
ManageJenkinsAction_DisplayName
KeyManageJenkinsAction.DisplayName
:Manage Jenkins
.- Returns:
Manage Jenkins
-
_ManageJenkinsAction_DisplayName
public static org.jvnet.localizer.Localizable _ManageJenkinsAction_DisplayName()KeyManageJenkinsAction.DisplayName
:Manage Jenkins
.- Returns:
Manage Jenkins
-
UpdateCenter_PluginCategory_buildwrapper
KeyUpdateCenter.PluginCategory.buildwrapper
:Build Wrappers
.- Returns:
Build Wrappers
-
_UpdateCenter_PluginCategory_buildwrapper
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_buildwrapper()KeyUpdateCenter.PluginCategory.buildwrapper
:Build Wrappers
.- Returns:
Build Wrappers
-
Hudson_UnsafeChar
KeyHudson.UnsafeChar
:â{0}â is an unsafe character
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is an unsafe character
-
_Hudson_UnsafeChar
KeyHudson.UnsafeChar
:â{0}â is an unsafe character
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is an unsafe character
-
Label_InvalidLabel
KeyLabel.InvalidLabel
:invalid label
.- Returns:
invalid label
-
_Label_InvalidLabel
public static org.jvnet.localizer.Localizable _Label_InvalidLabel()KeyLabel.InvalidLabel
:invalid label
.- Returns:
invalid label
-
Run_BuildAborted
KeyRun.BuildAborted
:Build was aborted
.- Returns:
Build was aborted
-
_Run_BuildAborted
public static org.jvnet.localizer.Localizable _Run_BuildAborted()KeyRun.BuildAborted
:Build was aborted
.- Returns:
Build was aborted
-
Run_MarkedExplicitly
KeyRun.MarkedExplicitly
:This record is explicitly marked to be kept.
.- Returns:
This record is explicitly marked to be kept.
-
_Run_MarkedExplicitly
public static org.jvnet.localizer.Localizable _Run_MarkedExplicitly()KeyRun.MarkedExplicitly
:This record is explicitly marked to be kept.
.- Returns:
This record is explicitly marked to be kept.
-
LabelExpression_InvalidBooleanExpression
KeyLabelExpression.InvalidBooleanExpression
:Invalid boolean expression: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Invalid boolean expression: {0}
-
_LabelExpression_InvalidBooleanExpression
public static org.jvnet.localizer.Localizable _LabelExpression_InvalidBooleanExpression(Object arg0) KeyLabelExpression.InvalidBooleanExpression
:Invalid boolean expression: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Invalid boolean expression: {0}
-
UpdateCenter_PluginCategory_view
KeyUpdateCenter.PluginCategory.view
:Views
.- Returns:
Views
-
_UpdateCenter_PluginCategory_view
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_view()KeyUpdateCenter.PluginCategory.view
:Views
.- Returns:
Views
-
Run_ArtifactsBrowserTitle
KeyRun.ArtifactsBrowserTitle
:Artifacts of {0} {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Artifacts of {0} {1}
-
_Run_ArtifactsBrowserTitle
KeyRun.ArtifactsBrowserTitle
:Artifacts of {0} {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Artifacts of {0} {1}
-
Cause_LegacyCodeCause_ShortDescription
KeyCause.LegacyCodeCause.ShortDescription
:Legacy code started this job. No cause information is available
.- Returns:
Legacy code started this job. No cause information is available
-
_Cause_LegacyCodeCause_ShortDescription
public static org.jvnet.localizer.Localizable _Cause_LegacyCodeCause_ShortDescription()KeyCause.LegacyCodeCause.ShortDescription
:Legacy code started this job. No cause information is available
.- Returns:
Legacy code started this job. No cause information is available
-
ChoiceParameterDefinition_MissingChoices
KeyChoiceParameterDefinition.MissingChoices
:Requires Choices.
.- Returns:
Requires Choices.
-
_ChoiceParameterDefinition_MissingChoices
public static org.jvnet.localizer.Localizable _ChoiceParameterDefinition_MissingChoices()KeyChoiceParameterDefinition.MissingChoices
:Requires Choices.
.- Returns:
Requires Choices.
-
ResultTrend_Failure
KeyResultTrend.Failure
:Failure
.- Returns:
Failure
-
_ResultTrend_Failure
public static org.jvnet.localizer.Localizable _ResultTrend_Failure()KeyResultTrend.Failure
:Failure
.- Returns:
Failure
-
Run_InProgressDuration
KeyRun.InProgressDuration
:{0} and counting
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} and counting
-
_Run_InProgressDuration
KeyRun.InProgressDuration
:{0} and counting
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} and counting
-
Queue_WaitingForNextAvailableExecutorOn
KeyQueue.WaitingForNextAvailableExecutorOn
:Waiting for next available executor on â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Waiting for next available executor on â{0}â
-
_Queue_WaitingForNextAvailableExecutorOn
KeyQueue.WaitingForNextAvailableExecutorOn
:Waiting for next available executor on â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Waiting for next available executor on â{0}â
-
LoadStatistics_Legends_OnlineExecutors
KeyLoadStatistics.Legends.OnlineExecutors
:Online executors
.- Returns:
Online executors
-
_LoadStatistics_Legends_OnlineExecutors
public static org.jvnet.localizer.Localizable _LoadStatistics_Legends_OnlineExecutors()KeyLoadStatistics.Legends.OnlineExecutors
:Online executors
.- Returns:
Online executors
-
LoadStatistics_Legends_IdleExecutors
KeyLoadStatistics.Legends.IdleExecutors
:Idle executors
.- Returns:
Idle executors
-
_LoadStatistics_Legends_IdleExecutors
public static org.jvnet.localizer.Localizable _LoadStatistics_Legends_IdleExecutors()KeyLoadStatistics.Legends.IdleExecutors
:Idle executors
.- Returns:
Idle executors
-
AbstractItem_NoSuchJobExistsWithoutSuggestion
KeyAbstractItem.NoSuchJobExistsWithoutSuggestion
:No such job â{0}â exists.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such job â{0}â exists.
-
_AbstractItem_NoSuchJobExistsWithoutSuggestion
public static org.jvnet.localizer.Localizable _AbstractItem_NoSuchJobExistsWithoutSuggestion(Object arg0) KeyAbstractItem.NoSuchJobExistsWithoutSuggestion
:No such job â{0}â exists.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such job â{0}â exists.
-
UpdateCenter_DownloadButNotActivated
KeyUpdateCenter.DownloadButNotActivated
:Downloaded Successfully. Will be activated during the next boot
.- Returns:
Downloaded Successfully. Will be activated during the next boot
-
_UpdateCenter_DownloadButNotActivated
public static org.jvnet.localizer.Localizable _UpdateCenter_DownloadButNotActivated()KeyUpdateCenter.DownloadButNotActivated
:Downloaded Successfully. Will be activated during the next boot
.- Returns:
Downloaded Successfully. Will be activated during the next boot
-
MyViewsProperty_ViewExistsCheck_NotExist
KeyMyViewsProperty.ViewExistsCheck.NotExist
:A view with name {0} does not exist
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A view with name {0} does not exist
-
_MyViewsProperty_ViewExistsCheck_NotExist
public static org.jvnet.localizer.Localizable _MyViewsProperty_ViewExistsCheck_NotExist(Object arg0) KeyMyViewsProperty.ViewExistsCheck.NotExist
:A view with name {0} does not exist
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A view with name {0} does not exist
-
Permalink_LastUnstableBuild
KeyPermalink.LastUnstableBuild
:Last unstable build
.- Returns:
Last unstable build
-
_Permalink_LastUnstableBuild
public static org.jvnet.localizer.Localizable _Permalink_LastUnstableBuild()KeyPermalink.LastUnstableBuild
:Last unstable build
.- Returns:
Last unstable build
-
Hudson_JobAlreadyExists
KeyHudson.JobAlreadyExists
:A job already exists with the name â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A job already exists with the name â{0}â
-
_Hudson_JobAlreadyExists
KeyHudson.JobAlreadyExists
:A job already exists with the name â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A job already exists with the name â{0}â
-
Permalink_LastFailedBuild
KeyPermalink.LastFailedBuild
:Last failed build
.- Returns:
Last failed build
-
_Permalink_LastFailedBuild
public static org.jvnet.localizer.Localizable _Permalink_LastFailedBuild()KeyPermalink.LastFailedBuild
:Last failed build
.- Returns:
Last failed build
-
Queue_ExceptionCanRun
KeyQueue.ExceptionCanRun
:Exception evaluating if the queue can run the task
.- Returns:
Exception evaluating if the queue can run the task
-
_Queue_ExceptionCanRun
public static org.jvnet.localizer.Localizable _Queue_ExceptionCanRun()KeyQueue.ExceptionCanRun
:Exception evaluating if the queue can run the task
.- Returns:
Exception evaluating if the queue can run the task
-
Run_running_as_
KeyRun.running_as_
:Running as {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Running as {0}
-
_Run_running_as_
KeyRun.running_as_
:Running as {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Running as {0}
-
Slave_WindowsSlave
KeySlave.WindowsSlave
:This is a Windows agent
.- Returns:
This is a Windows agent
-
_Slave_WindowsSlave
public static org.jvnet.localizer.Localizable _Slave_WindowsSlave()KeySlave.WindowsSlave
:This is a Windows agent
.- Returns:
This is a Windows agent
-
Run_Summary_BrokenSinceThisBuild
KeyRun.Summary.BrokenSinceThisBuild
:broken since this build
.- Returns:
broken since this build
-
_Run_Summary_BrokenSinceThisBuild
public static org.jvnet.localizer.Localizable _Run_Summary_BrokenSinceThisBuild()KeyRun.Summary.BrokenSinceThisBuild
:broken since this build
.- Returns:
broken since this build
-
Queue_executor_slot_already_in_use
KeyQueue.executor_slot_already_in_use
:Executor slot already in use
.- Returns:
Executor slot already in use
-
_Queue_executor_slot_already_in_use
public static org.jvnet.localizer.Localizable _Queue_executor_slot_already_in_use()KeyQueue.executor_slot_already_in_use
:Executor slot already in use
.- Returns:
Executor slot already in use
-
Job_NoRecentBuildFailed
KeyJob.NoRecentBuildFailed
:No recent builds failed.
.- Returns:
No recent builds failed.
-
_Job_NoRecentBuildFailed
public static org.jvnet.localizer.Localizable _Job_NoRecentBuildFailed()KeyJob.NoRecentBuildFailed
:No recent builds failed.
.- Returns:
No recent builds failed.
-
Descriptor_From
KeyDescriptor.From
:(from <a href="{1}" rel="noopener noreferrer" target="_blank">{0}</a>)
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
(from <a href="{1}" rel="noopener noreferrer" target="_blank">{0}</a>)
-
_Descriptor_From
KeyDescriptor.From
:(from <a href="{1}" rel="noopener noreferrer" target="_blank">{0}</a>)
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
(from <a href="{1}" rel="noopener noreferrer" target="_blank">{0}</a>)
-
ParameterAction_DisplayName
KeyParameterAction.DisplayName
:Parameters
.- Returns:
Parameters
-
_ParameterAction_DisplayName
public static org.jvnet.localizer.Localizable _ParameterAction_DisplayName()KeyParameterAction.DisplayName
:Parameters
.- Returns:
Parameters
-
ManagementLink_Category_CONFIGURATION
KeyManagementLink.Category.CONFIGURATION
:System Configuration
.- Returns:
System Configuration
-
_ManagementLink_Category_CONFIGURATION
public static org.jvnet.localizer.Localizable _ManagementLink_Category_CONFIGURATION()KeyManagementLink.Category.CONFIGURATION
:System Configuration
.- Returns:
System Configuration
-
Item_RENAME_description
KeyItem.RENAME.description
:Rename a job.
.- Returns:
Rename a job.
-
_Item_RENAME_description
public static org.jvnet.localizer.Localizable _Item_RENAME_description()KeyItem.RENAME.description
:Rename a job.
.- Returns:
Rename a job.
-
UpdateCenter_PluginCategory_parameter
KeyUpdateCenter.PluginCategory.parameter
:Build Parameters
.- Returns:
Build Parameters
-
_UpdateCenter_PluginCategory_parameter
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_parameter()KeyUpdateCenter.PluginCategory.parameter
:Build Parameters
.- Returns:
Build Parameters
-
AbstractProject_PollingABorted
KeyAbstractProject.PollingABorted
:SCM polling aborted
.- Returns:
SCM polling aborted
-
_AbstractProject_PollingABorted
public static org.jvnet.localizer.Localizable _AbstractProject_PollingABorted()KeyAbstractProject.PollingABorted
:SCM polling aborted
.- Returns:
SCM polling aborted
-
AbstractProject_ScmAborted
KeyAbstractProject.ScmAborted
:SCM check out aborted
.- Returns:
SCM check out aborted
-
_AbstractProject_ScmAborted
public static org.jvnet.localizer.Localizable _AbstractProject_ScmAborted()KeyAbstractProject.ScmAborted
:SCM check out aborted
.- Returns:
SCM check out aborted
-
Hudson_NoJavaInPath
KeyHudson.NoJavaInPath
:java is not in your PATH. Maybe you need to <a href="{0}/configure">configure JDKs</a>?
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
java is not in your PATH. Maybe you need to <a href="{0}/configure">configure JDKs</a>?
-
_Hudson_NoJavaInPath
KeyHudson.NoJavaInPath
:java is not in your PATH. Maybe you need to <a href="{0}/configure">configure JDKs</a>?
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
java is not in your PATH. Maybe you need to <a href="{0}/configure">configure JDKs</a>?
-
Job_you_must_use_the_save_button_if_you_wish
KeyJob.you_must_use_the_save_button_if_you_wish
:You must use the Save button if you wish to rename a job.
.- Returns:
You must use the Save button if you wish to rename a job.
-
_Job_you_must_use_the_save_button_if_you_wish
public static org.jvnet.localizer.Localizable _Job_you_must_use_the_save_button_if_you_wish()KeyJob.you_must_use_the_save_button_if_you_wish
:You must use the Save button if you wish to rename a job.
.- Returns:
You must use the Save button if you wish to rename a job.
-
AbstractProject_UpstreamBuildInProgress
KeyAbstractProject.UpstreamBuildInProgress
:Upstream project â{0}â is already building
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Upstream project â{0}â is already building
-
_AbstractProject_UpstreamBuildInProgress
KeyAbstractProject.UpstreamBuildInProgress
:Upstream project â{0}â is already building
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Upstream project â{0}â is already building
-
AbstractItem_FailureToStopBuilds
KeyAbstractItem.FailureToStopBuilds
:Failed to interrupt and stop {0,choice,1#{0,number,integer} build|1<{0,number,integer} builds} of {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, a number.- Returns:
Failed to interrupt and stop {0,choice,1#{0,number,integer} build|1<{0,number,integer} builds} of {1}
-
_AbstractItem_FailureToStopBuilds
public static org.jvnet.localizer.Localizable _AbstractItem_FailureToStopBuilds(Object arg0, Object arg1) KeyAbstractItem.FailureToStopBuilds
:Failed to interrupt and stop {0,choice,1#{0,number,integer} build|1<{0,number,integer} builds} of {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, a number.- Returns:
Failed to interrupt and stop {0,choice,1#{0,number,integer} build|1<{0,number,integer} builds} of {1}
-
ProxyView_DisplayName
KeyProxyView.DisplayName
:Include a global view
.- Returns:
Include a global view
-
_ProxyView_DisplayName
public static org.jvnet.localizer.Localizable _ProxyView_DisplayName()KeyProxyView.DisplayName
:Include a global view
.- Returns:
Include a global view
-
Run_Summary_BackToNormal
KeyRun.Summary.BackToNormal
:back to normal
.- Returns:
back to normal
-
_Run_Summary_BackToNormal
public static org.jvnet.localizer.Localizable _Run_Summary_BackToNormal()KeyRun.Summary.BackToNormal
:back to normal
.- Returns:
back to normal
-
Permalink_LastUnsuccessfulBuild
KeyPermalink.LastUnsuccessfulBuild
:Last unsuccessful build
.- Returns:
Last unsuccessful build
-
_Permalink_LastUnsuccessfulBuild
public static org.jvnet.localizer.Localizable _Permalink_LastUnsuccessfulBuild()KeyPermalink.LastUnsuccessfulBuild
:Last unsuccessful build
.- Returns:
Last unsuccessful build
-
RunParameterDefinition_DisplayName
KeyRunParameterDefinition.DisplayName
:Run Parameter
.- Returns:
Run Parameter
-
_RunParameterDefinition_DisplayName
public static org.jvnet.localizer.Localizable _RunParameterDefinition_DisplayName()KeyRunParameterDefinition.DisplayName
:Run Parameter
.- Returns:
Run Parameter
-
Node_Mode_NORMAL
KeyNode.Mode.NORMAL
:Use this node as much as possible
.- Returns:
Use this node as much as possible
-
_Node_Mode_NORMAL
public static org.jvnet.localizer.Localizable _Node_Mode_NORMAL()KeyNode.Mode.NORMAL
:Use this node as much as possible
.- Returns:
Use this node as much as possible
-
ParametersDefinitionProperty_BuildButtonText
KeyParametersDefinitionProperty.BuildButtonText
:Build
.- Returns:
Build
-
_ParametersDefinitionProperty_BuildButtonText
public static org.jvnet.localizer.Localizable _ParametersDefinitionProperty_BuildButtonText()KeyParametersDefinitionProperty.BuildButtonText
:Build
.- Returns:
Build
-
UpdateCenter_PluginCategory_devops
KeyUpdateCenter.PluginCategory.devops
:DevOps
.- Returns:
DevOps
-
_UpdateCenter_PluginCategory_devops
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_devops()KeyUpdateCenter.PluginCategory.devops
:DevOps
.- Returns:
DevOps
-
ManagementLink_Category_STATUS
KeyManagementLink.Category.STATUS
:Status Information
.- Returns:
Status Information
-
_ManagementLink_Category_STATUS
public static org.jvnet.localizer.Localizable _ManagementLink_Category_STATUS()KeyManagementLink.Category.STATUS
:Status Information
.- Returns:
Status Information
-
TimeZoneProperty_DisplayDefaultTimeZone
KeyTimeZoneProperty.DisplayDefaultTimeZone
:Default
.- Returns:
Default
-
_TimeZoneProperty_DisplayDefaultTimeZone
public static org.jvnet.localizer.Localizable _TimeZoneProperty_DisplayDefaultTimeZone()KeyTimeZoneProperty.DisplayDefaultTimeZone
:Default
.- Returns:
Default
-
Job_BuildStability
KeyJob.BuildStability
:Build stability: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build stability: {0}
-
_Job_BuildStability
KeyJob.BuildStability
:Build stability: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build stability: {0}
-
Hudson_NotANonNegativeNumber
KeyHudson.NotANonNegativeNumber
:Number may not be negative
.- Returns:
Number may not be negative
-
_Hudson_NotANonNegativeNumber
public static org.jvnet.localizer.Localizable _Hudson_NotANonNegativeNumber()KeyHudson.NotANonNegativeNumber
:Number may not be negative
.- Returns:
Number may not be negative
-
Queue_FinishedWaiting
KeyQueue.FinishedWaiting
:Finished waiting
.- Returns:
Finished waiting
-
_Queue_FinishedWaiting
public static org.jvnet.localizer.Localizable _Queue_FinishedWaiting()KeyQueue.FinishedWaiting
:Finished waiting
.- Returns:
Finished waiting
-
Label_GroupOf
KeyLabel.GroupOf
:group of {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
group of {0}
-
_Label_GroupOf
KeyLabel.GroupOf
:group of {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
group of {0}
-
ChoiceParameterDefinition_DisplayName
KeyChoiceParameterDefinition.DisplayName
:Choice Parameter
.- Returns:
Choice Parameter
-
_ChoiceParameterDefinition_DisplayName
public static org.jvnet.localizer.Localizable _ChoiceParameterDefinition_DisplayName()KeyChoiceParameterDefinition.DisplayName
:Choice Parameter
.- Returns:
Choice Parameter
-
Api_NoXPathMatch
KeyApi.NoXPathMatch
:XPath {0} didnât match
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
XPath {0} didnât match
-
_Api_NoXPathMatch
KeyApi.NoXPathMatch
:XPath {0} didnât match
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
XPath {0} didnât match
-
UpdateCenter_PluginCategory_scala
KeyUpdateCenter.PluginCategory.scala
:Scala Development
.- Returns:
Scala Development
-
_UpdateCenter_PluginCategory_scala
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_scala()KeyUpdateCenter.PluginCategory.scala
:Scala Development
.- Returns:
Scala Development
-
UpdateCenter_PluginCategory_ui
KeyUpdateCenter.PluginCategory.ui
:User Interface
.- Returns:
User Interface
-
_UpdateCenter_PluginCategory_ui
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_ui()KeyUpdateCenter.PluginCategory.ui
:User Interface
.- Returns:
User Interface
-
AbstractProject_CancelPermission_Description
KeyAbstractProject.CancelPermission.Description
:This permission grants the ability to cancel a scheduled, or abort a running, build.
.- Returns:
This permission grants the ability to cancel a scheduled, or abort a running, build.
-
_AbstractProject_CancelPermission_Description
public static org.jvnet.localizer.Localizable _AbstractProject_CancelPermission_Description()KeyAbstractProject.CancelPermission.Description
:This permission grants the ability to cancel a scheduled, or abort a running, build.
.- Returns:
This permission grants the ability to cancel a scheduled, or abort a running, build.
-
Hudson_Computer_Caption
KeyHudson.Computer.Caption
:Built-In Node
.- Returns:
Built-In Node
-
_Hudson_Computer_Caption
public static org.jvnet.localizer.Localizable _Hudson_Computer_Caption()KeyHudson.Computer.Caption
:Built-In Node
.- Returns:
Built-In Node
-
Hudson_MustBeAtMost
KeyHudson.MustBeAtMost
:Must be {0} or less
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Must be {0} or less
-
_Hudson_MustBeAtMost
KeyHudson.MustBeAtMost
:Must be {0} or less
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Must be {0} or less
-
MyViewsProperty_GlobalAction_DisplayName
KeyMyViewsProperty.GlobalAction.DisplayName
:My Views
.- Returns:
My Views
-
_MyViewsProperty_GlobalAction_DisplayName
public static org.jvnet.localizer.Localizable _MyViewsProperty_GlobalAction_DisplayName()KeyMyViewsProperty.GlobalAction.DisplayName
:My Views
.- Returns:
My Views
-
View_DisplayNameNotUniqueWarning
KeyView.DisplayNameNotUniqueWarning
:The display name, "{0}", is already in use by another view and could cause confusion and delay.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The display name, "{0}", is already in use by another view and could cause confusion and delay.
-
_View_DisplayNameNotUniqueWarning
KeyView.DisplayNameNotUniqueWarning
:The display name, "{0}", is already in use by another view and could cause confusion and delay.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The display name, "{0}", is already in use by another view and could cause confusion and delay.
-
ManagementLink_Category_TOOLS
KeyManagementLink.Category.TOOLS
:Tools and Actions
.- Returns:
Tools and Actions
-
_ManagementLink_Category_TOOLS
public static org.jvnet.localizer.Localizable _ManagementLink_Category_TOOLS()KeyManagementLink.Category.TOOLS
:Tools and Actions
.- Returns:
Tools and Actions
-
Computer_CreatePermission_Description
KeyComputer.CreatePermission.Description
:This permission allows users to create agents.
.- Returns:
This permission allows users to create agents.
-
_Computer_CreatePermission_Description
public static org.jvnet.localizer.Localizable _Computer_CreatePermission_Description()KeyComputer.CreatePermission.Description
:This permission allows users to create agents.
.- Returns:
This permission allows users to create agents.
-
BallColor_InProgress
KeyBallColor.InProgress
:In progress
.- Returns:
In progress
-
_BallColor_InProgress
public static org.jvnet.localizer.Localizable _BallColor_InProgress()KeyBallColor.InProgress
:In progress
.- Returns:
In progress
-
Item_CREATE_description
KeyItem.CREATE.description
:Create a new job.
.- Returns:
Create a new job.
-
_Item_CREATE_description
public static org.jvnet.localizer.Localizable _Item_CREATE_description()KeyItem.CREATE.description
:Create a new job.
.- Returns:
Create a new job.
-
UpdateCenter_PluginCategory_maven
KeyUpdateCenter.PluginCategory.maven
:Maven
.- Returns:
Maven
-
_UpdateCenter_PluginCategory_maven
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_maven()KeyUpdateCenter.PluginCategory.maven
:Maven
.- Returns:
Maven
-
LabelExpression_NoMatch_DidYouMean
KeyLabelExpression.NoMatch_DidYouMean
:No agent/cloud matches this label expression. Did you mean â{1}â instead of â{0}â?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No agent/cloud matches this label expression. Did you mean â{1}â instead of â{0}â?
-
_LabelExpression_NoMatch_DidYouMean
public static org.jvnet.localizer.Localizable _LabelExpression_NoMatch_DidYouMean(Object arg0, Object arg1) KeyLabelExpression.NoMatch_DidYouMean
:No agent/cloud matches this label expression. Did you mean â{1}â instead of â{0}â?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No agent/cloud matches this label expression. Did you mean â{1}â instead of â{0}â?
-
UpdateCenter_PluginCategory_python
KeyUpdateCenter.PluginCategory.python
:Python Development
.- Returns:
Python Development
-
_UpdateCenter_PluginCategory_python
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_python()KeyUpdateCenter.PluginCategory.python
:Python Development
.- Returns:
Python Development
-
StringParameterDefinition_DisplayName
KeyStringParameterDefinition.DisplayName
:String Parameter
.- Returns:
String Parameter
-
_StringParameterDefinition_DisplayName
public static org.jvnet.localizer.Localizable _StringParameterDefinition_DisplayName()KeyStringParameterDefinition.DisplayName
:String Parameter
.- Returns:
String Parameter
-
Hudson_NodeBeingRemoved
KeyHudson.NodeBeingRemoved
:Node is being removed
.- Returns:
Node is being removed
-
_Hudson_NodeBeingRemoved
public static org.jvnet.localizer.Localizable _Hudson_NodeBeingRemoved()KeyHudson.NodeBeingRemoved
:Node is being removed
.- Returns:
Node is being removed
-
Run_Summary_Unstable
KeyRun.Summary.Unstable
:unstable
.- Returns:
unstable
-
_Run_Summary_Unstable
public static org.jvnet.localizer.Localizable _Run_Summary_Unstable()KeyRun.Summary.Unstable
:unstable
.- Returns:
unstable
-
FreeStyleProject_Description
KeyFreeStyleProject.Description
:Classic, general-purpose job type that checks out from up to one SCM, executes build steps serially, followed by post-build steps like archiving artifacts and sending email notifications.
.- Returns:
Classic, general-purpose job type that checks out from up to one SCM, executes build steps serially, followed by post-build steps like archiving artifacts and sending email notifications.
-
_FreeStyleProject_Description
public static org.jvnet.localizer.Localizable _FreeStyleProject_Description()KeyFreeStyleProject.Description
:Classic, general-purpose job type that checks out from up to one SCM, executes build steps serially, followed by post-build steps like archiving artifacts and sending email notifications.
.- Returns:
Classic, general-purpose job type that checks out from up to one SCM, executes build steps serially, followed by post-build steps like archiving artifacts and sending email notifications.
-
Slave_Remote_Relative_Path_Warning
KeySlave.Remote.Relative.Path.Warning
:Are you sure you want to use a relative path for the FS root? Note that relative paths require that you can assure that the selected launcher provides a consistent current working directory. Using an absolute path is highly recommended.
.- Returns:
Are you sure you want to use a relative path for the FS root? Note that relative paths require that you can assure that the selected launcher provides a consistent current working directory. Using an absolute path is highly recommended.
-
_Slave_Remote_Relative_Path_Warning
public static org.jvnet.localizer.Localizable _Slave_Remote_Relative_Path_Warning()KeySlave.Remote.Relative.Path.Warning
:Are you sure you want to use a relative path for the FS root? Note that relative paths require that you can assure that the selected launcher provides a consistent current working directory. Using an absolute path is highly recommended.
.- Returns:
Are you sure you want to use a relative path for the FS root? Note that relative paths require that you can assure that the selected launcher provides a consistent current working directory. Using an absolute path is highly recommended.
-
Computer_ConfigurePermission_Description
KeyComputer.ConfigurePermission.Description
:This permission allows users to configure agents.
.- Returns:
This permission allows users to configure agents.
-
_Computer_ConfigurePermission_Description
public static org.jvnet.localizer.Localizable _Computer_ConfigurePermission_Description()KeyComputer.ConfigurePermission.Description
:This permission allows users to configure agents.
.- Returns:
This permission allows users to configure agents.
-
ManagementLink_Category_UNCATEGORIZED
KeyManagementLink.Category.UNCATEGORIZED
:Uncategorized
.- Returns:
Uncategorized
-
_ManagementLink_Category_UNCATEGORIZED
public static org.jvnet.localizer.Localizable _ManagementLink_Category_UNCATEGORIZED()KeyManagementLink.Category.UNCATEGORIZED
:Uncategorized
.- Returns:
Uncategorized
-
UpdateCenter_PluginCategory_external
KeyUpdateCenter.PluginCategory.external
:External Site/Tool Integrations
.- Returns:
External Site/Tool Integrations
-
_UpdateCenter_PluginCategory_external
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_external()KeyUpdateCenter.PluginCategory.external
:External Site/Tool Integrations
.- Returns:
External Site/Tool Integrations
-
AbstractProject_Pronoun
KeyAbstractProject.Pronoun
:Project
.- Returns:
Project
-
_AbstractProject_Pronoun
public static org.jvnet.localizer.Localizable _AbstractProject_Pronoun()KeyAbstractProject.Pronoun
:Project
.- Returns:
Project
-
UpdateCenter_PluginCategory_orchestration
KeyUpdateCenter.PluginCategory.orchestration
:Orchestration
.- Returns:
Orchestration
-
_UpdateCenter_PluginCategory_orchestration
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_orchestration()KeyUpdateCenter.PluginCategory.orchestration
:Orchestration
.- Returns:
Orchestration
-
BallColor_NotBuilt
KeyBallColor.NotBuilt
:Not built
.- Returns:
Not built
-
_BallColor_NotBuilt
public static org.jvnet.localizer.Localizable _BallColor_NotBuilt()KeyBallColor.NotBuilt
:Not built
.- Returns:
Not built
-
HealthReport_EmptyString
KeyHealthReport.EmptyString
: .- Returns:
-
_HealthReport_EmptyString
public static org.jvnet.localizer.Localizable _HealthReport_EmptyString()KeyHealthReport.EmptyString
: .- Returns:
-
UpdateCenter_PluginCategory_cli
KeyUpdateCenter.PluginCategory.cli
:Command Line Interface
.- Returns:
Command Line Interface
-
_UpdateCenter_PluginCategory_cli
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_cli()KeyUpdateCenter.PluginCategory.cli
:Command Line Interface
.- Returns:
Command Line Interface
-
UpdateCenter_PluginCategory_dotnet
KeyUpdateCenter.PluginCategory.dotnet
:.NET Development
.- Returns:
.NET Development
-
_UpdateCenter_PluginCategory_dotnet
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_dotnet()KeyUpdateCenter.PluginCategory.dotnet
:.NET Development
.- Returns:
.NET Development
-
Node_BecauseNodeIsNotAcceptingTasks
KeyNode.BecauseNodeIsNotAcceptingTasks
:â{0}â is not accepting tasks
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is not accepting tasks
-
_Node_BecauseNodeIsNotAcceptingTasks
KeyNode.BecauseNodeIsNotAcceptingTasks
:â{0}â is not accepting tasks
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is not accepting tasks
-
AbstractProject_NoSCM
KeyAbstractProject.NoSCM
:No SCM
.- Returns:
No SCM
-
_AbstractProject_NoSCM
public static org.jvnet.localizer.Localizable _AbstractProject_NoSCM()KeyAbstractProject.NoSCM
:No SCM
.- Returns:
No SCM
-
TimeZoneProperty_DisplayName
KeyTimeZoneProperty.DisplayName
:Time zone
.- Returns:
Time zone
-
_TimeZoneProperty_DisplayName
public static org.jvnet.localizer.Localizable _TimeZoneProperty_DisplayName()KeyTimeZoneProperty.DisplayName
:Time zone
.- Returns:
Time zone
-
UpdateCenter_PluginCategory_cloud
KeyUpdateCenter.PluginCategory.cloud
:Cloud Providers
.- Returns:
Cloud Providers
-
_UpdateCenter_PluginCategory_cloud
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_cloud()KeyUpdateCenter.PluginCategory.cloud
:Cloud Providers
.- Returns:
Cloud Providers
-
Item_CONFIGURE_description
KeyItem.CONFIGURE.description
:Change the configuration of a job.
.- Returns:
Change the configuration of a job.
-
_Item_CONFIGURE_description
public static org.jvnet.localizer.Localizable _Item_CONFIGURE_description()KeyItem.CONFIGURE.description
:Change the configuration of a job.
.- Returns:
Change the configuration of a job.
-
Jenkins_Manage_Description
KeyJenkins.Manage.Description
:This permission grants the ability to configure parts of the overall system configuration that are not expected to have an impact on the overall stability and security of the system.
.- Returns:
This permission grants the ability to configure parts of the overall system configuration that are not expected to have an impact on the overall stability and security of the system.
-
_Jenkins_Manage_Description
public static org.jvnet.localizer.Localizable _Jenkins_Manage_Description()KeyJenkins.Manage.Description
:This permission grants the ability to configure parts of the overall system configuration that are not expected to have an impact on the overall stability and security of the system.
.- Returns:
This permission grants the ability to configure parts of the overall system configuration that are not expected to have an impact on the overall stability and security of the system.
-
Node_BecauseNodeIsReserved
KeyNode.BecauseNodeIsReserved
:â{0}â is reserved for jobs with matching label expression
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is reserved for jobs with matching label expression
-
_Node_BecauseNodeIsReserved
KeyNode.BecauseNodeIsReserved
:â{0}â is reserved for jobs with matching label expression
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is reserved for jobs with matching label expression
-
UpdateCenter_PluginCategory_user
KeyUpdateCenter.PluginCategory.user
:Authentication and User Management
.- Returns:
Authentication and User Management
-
_UpdateCenter_PluginCategory_user
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_user()KeyUpdateCenter.PluginCategory.user
:Authentication and User Management
.- Returns:
Authentication and User Management
-
LoadStatistics_Legends_QueueLength
KeyLoadStatistics.Legends.QueueLength
:Queue length
.- Returns:
Queue length
-
_LoadStatistics_Legends_QueueLength
public static org.jvnet.localizer.Localizable _LoadStatistics_Legends_QueueLength()KeyLoadStatistics.Legends.QueueLength
:Queue length
.- Returns:
Queue length
-
Cause_RemoteCause_ShortDescription
KeyCause.RemoteCause.ShortDescription
:Started by remote host {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by remote host {0}
-
_Cause_RemoteCause_ShortDescription
KeyCause.RemoteCause.ShortDescription
:Started by remote host {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by remote host {0}
-
Hudson_NotANumber
KeyHudson.NotANumber
:Not a number
.- Returns:
Not a number
-
_Hudson_NotANumber
public static org.jvnet.localizer.Localizable _Hudson_NotANumber()KeyHudson.NotANumber
:Not a number
.- Returns:
Not a number
-
View_Permissions_Title
KeyView.Permissions.Title
:View
.- Returns:
View
-
_View_Permissions_Title
public static org.jvnet.localizer.Localizable _View_Permissions_Title()KeyView.Permissions.Title
:View
.- Returns:
View
-
AbstractItem_TaskNoun
KeyAbstractItem.TaskNoun
:Build
.- Returns:
Build
-
_AbstractItem_TaskNoun
public static org.jvnet.localizer.Localizable _AbstractItem_TaskNoun()KeyAbstractItem.TaskNoun
:Build
.- Returns:
Build
-
AbstractProject_WorkspaceOffline
KeyAbstractProject.WorkspaceOffline
:Workspace is offline.
.- Returns:
Workspace is offline.
-
_AbstractProject_WorkspaceOffline
public static org.jvnet.localizer.Localizable _AbstractProject_WorkspaceOffline()KeyAbstractProject.WorkspaceOffline
:Workspace is offline.
.- Returns:
Workspace is offline.
-
MyViewsProperty_ViewExistsCheck_AlreadyExists
KeyMyViewsProperty.ViewExistsCheck.AlreadyExists
:A view with name {0} already exists
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A view with name {0} already exists
-
_MyViewsProperty_ViewExistsCheck_AlreadyExists
public static org.jvnet.localizer.Localizable _MyViewsProperty_ViewExistsCheck_AlreadyExists(Object arg0) KeyMyViewsProperty.ViewExistsCheck.AlreadyExists
:A view with name {0} already exists
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A view with name {0} already exists
-
View_ReadPermission_Description
KeyView.ReadPermission.Description
:This permission allows users to see views.
.- Returns:
This permission allows users to see views.
-
_View_ReadPermission_Description
public static org.jvnet.localizer.Localizable _View_ReadPermission_Description()KeyView.ReadPermission.Description
:This permission allows users to see views.
.- Returns:
This permission allows users to see views.
-
Queue_Unknown
KeyQueue.Unknown
:???
.- Returns:
???
-
_Queue_Unknown
public static org.jvnet.localizer.Localizable _Queue_Unknown()KeyQueue.Unknown
:???
.- Returns:
???
-
Run_UpdatePermission_Description
KeyRun.UpdatePermission.Description
:This permission allows users to update description and other properties of a build, for example to leave notes about the cause of a build failure.
.- Returns:
This permission allows users to update description and other properties of a build, for example to leave notes about the cause of a build failure.
-
_Run_UpdatePermission_Description
public static org.jvnet.localizer.Localizable _Run_UpdatePermission_Description()KeyRun.UpdatePermission.Description
:This permission allows users to update description and other properties of a build, for example to leave notes about the cause of a build failure.
.- Returns:
This permission allows users to update description and other properties of a build, for example to leave notes about the cause of a build failure.
-
AbstractItem_NewNameInUse
KeyAbstractItem.NewNameInUse
:The name â{0}â is already in use.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The name â{0}â is already in use.
-
_AbstractItem_NewNameInUse
KeyAbstractItem.NewNameInUse
:The name â{0}â is already in use.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The name â{0}â is already in use.
-
UpdateCenter_PluginCategory_deployment
KeyUpdateCenter.PluginCategory.deployment
:Deployment
.- Returns:
Deployment
-
_UpdateCenter_PluginCategory_deployment
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_deployment()KeyUpdateCenter.PluginCategory.deployment
:Deployment
.- Returns:
Deployment
-
CLI_clear_queue_shortDescription
KeyCLI.clear-queue.shortDescription
:Clears the build queue.
.- Returns:
Clears the build queue.
-
_CLI_clear_queue_shortDescription
public static org.jvnet.localizer.Localizable _CLI_clear_queue_shortDescription()KeyCLI.clear-queue.shortDescription
:Clears the build queue.
.- Returns:
Clears the build queue.
-
AbstractProject_NewBuildForWorkspace
KeyAbstractProject.NewBuildForWorkspace
:Scheduling a new build to get a workspace.
.- Returns:
Scheduling a new build to get a workspace.
-
_AbstractProject_NewBuildForWorkspace
public static org.jvnet.localizer.Localizable _AbstractProject_NewBuildForWorkspace()KeyAbstractProject.NewBuildForWorkspace
:Scheduling a new build to get a workspace.
.- Returns:
Scheduling a new build to get a workspace.
-
Slave_Remote_Director_Mandatory
KeySlave.Remote.Director.Mandatory
:Remote directory is mandatory
.- Returns:
Remote directory is mandatory
-
_Slave_Remote_Director_Mandatory
public static org.jvnet.localizer.Localizable _Slave_Remote_Director_Mandatory()KeySlave.Remote.Director.Mandatory
:Remote directory is mandatory
.- Returns:
Remote directory is mandatory
-
Item_READ_description
KeyItem.READ.description
:See a job. (You may deny this permission but allow Discover to force an anonymous user to log in to see the job.)
.- Returns:
See a job. (You may deny this permission but allow Discover to force an anonymous user to log in to see the job.)
-
_Item_READ_description
public static org.jvnet.localizer.Localizable _Item_READ_description()KeyItem.READ.description
:See a job. (You may deny this permission but allow Discover to force an anonymous user to log in to see the job.)
.- Returns:
See a job. (You may deny this permission but allow Discover to force an anonymous user to log in to see the job.)
-
MultiStageTimeSeries_EMPTY_STRING
KeyMultiStageTimeSeries.EMPTY_STRING
: .- Returns:
-
_MultiStageTimeSeries_EMPTY_STRING
public static org.jvnet.localizer.Localizable _MultiStageTimeSeries_EMPTY_STRING()KeyMultiStageTimeSeries.EMPTY_STRING
: .- Returns:
-
Queue_BlockedBy
KeyQueue.BlockedBy
:Blocked by â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Blocked by â{0}â
-
_Queue_BlockedBy
KeyQueue.BlockedBy
:Blocked by â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Blocked by â{0}â
-
Queue_node_has_been_removed_from_configuration
KeyQueue.node_has_been_removed_from_configuration
:{0} has been removed from configuration
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} has been removed from configuration
-
_Queue_node_has_been_removed_from_configuration
public static org.jvnet.localizer.Localizable _Queue_node_has_been_removed_from_configuration(Object arg0) KeyQueue.node_has_been_removed_from_configuration
:{0} has been removed from configuration
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} has been removed from configuration
-
UpdateCenter_PluginCategory_android
KeyUpdateCenter.PluginCategory.android
:Android Development
.- Returns:
Android Development
-
_UpdateCenter_PluginCategory_android
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_android()KeyUpdateCenter.PluginCategory.android
:Android Development
.- Returns:
Android Development
-
Hudson_USER_CONTENT_README
KeyHudson.USER_CONTENT_README
:Files in this directory will be served under your http://yourjenkins/userContent/
.- Returns:
Files in this directory will be served under your http://yourjenkins/userContent/
-
_Hudson_USER_CONTENT_README
public static org.jvnet.localizer.Localizable _Hudson_USER_CONTENT_README()KeyHudson.USER_CONTENT_README
:Files in this directory will be served under your http://yourjenkins/userContent/
.- Returns:
Files in this directory will be served under your http://yourjenkins/userContent/
-
UpdateCenter_Status_CheckingJavaNet
KeyUpdateCenter.Status.CheckingJavaNet
:Checking update center connectivity
.- Returns:
Checking update center connectivity
-
_UpdateCenter_Status_CheckingJavaNet
public static org.jvnet.localizer.Localizable _UpdateCenter_Status_CheckingJavaNet()KeyUpdateCenter.Status.CheckingJavaNet
:Checking update center connectivity
.- Returns:
Checking update center connectivity
-
AbstractProject_AwaitingWorkspaceToComeOnline
KeyAbstractProject.AwaitingWorkspaceToComeOnline
:We need to schedule a new build to get a workspace, but deferring {0}ms in the hope that one will become available soon
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
We need to schedule a new build to get a workspace, but deferring {0}ms in the hope that one will become available soon
-
_AbstractProject_AwaitingWorkspaceToComeOnline
public static org.jvnet.localizer.Localizable _AbstractProject_AwaitingWorkspaceToComeOnline(Object arg0) KeyAbstractProject.AwaitingWorkspaceToComeOnline
:We need to schedule a new build to get a workspace, but deferring {0}ms in the hope that one will become available soon
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
We need to schedule a new build to get a workspace, but deferring {0}ms in the hope that one will become available soon
-
UpdateCenter_PluginCategory_builder
KeyUpdateCenter.PluginCategory.builder
:Build Tools
.- Returns:
Build Tools
-
_UpdateCenter_PluginCategory_builder
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_builder()KeyUpdateCenter.PluginCategory.builder
:Build Tools
.- Returns:
Build Tools
-
Api_MultipleMatch
KeyApi.MultipleMatch
:XPath "{0}" matched {1} nodes. Create XPath that only matches one, or use the "wrapper" query parameter to wrap them all under a root element.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
XPath "{0}" matched {1} nodes. Create XPath that only matches one, or use the "wrapper" query parameter to wrap them all under a root element.
-
_Api_MultipleMatch
KeyApi.MultipleMatch
:XPath "{0}" matched {1} nodes. Create XPath that only matches one, or use the "wrapper" query parameter to wrap them all under a root element.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
XPath "{0}" matched {1} nodes. Create XPath that only matches one, or use the "wrapper" query parameter to wrap them all under a root element.
-
ResultTrend_Unstable
KeyResultTrend.Unstable
:Unstable
.- Returns:
Unstable
-
_ResultTrend_Unstable
public static org.jvnet.localizer.Localizable _ResultTrend_Unstable()KeyResultTrend.Unstable
:Unstable
.- Returns:
Unstable
-
TimeZoneProperty_current_time_in_
KeyTimeZoneProperty.current_time_in_
:Current time in {0}: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Current time in {0}: {1}
-
_TimeZoneProperty_current_time_in_
public static org.jvnet.localizer.Localizable _TimeZoneProperty_current_time_in_(Object arg0, Object arg1) KeyTimeZoneProperty.current_time_in_
:Current time in {0}: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Current time in {0}: {1}
-
ComputerSet_SpecifySlaveToCopy
KeyComputerSet.SpecifySlaveToCopy
:Specify which agent to copy
.- Returns:
Specify which agent to copy
-
_ComputerSet_SpecifySlaveToCopy
public static org.jvnet.localizer.Localizable _ComputerSet_SpecifySlaveToCopy()KeyComputerSet.SpecifySlaveToCopy
:Specify which agent to copy
.- Returns:
Specify which agent to copy
-
Queue_ExceptionCanTake
KeyQueue.ExceptionCanTake
:Exception evaluating if the node can take the task
.- Returns:
Exception evaluating if the node can take the task
-
_Queue_ExceptionCanTake
public static org.jvnet.localizer.Localizable _Queue_ExceptionCanTake()KeyQueue.ExceptionCanTake
:Exception evaluating if the node can take the task
.- Returns:
Exception evaluating if the node can take the task
-
Hudson_NotUsesUTF8ToDecodeURL
KeyHudson.NotUsesUTF8ToDecodeURL
:Your container doesnât use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc, this will cause problems. See <a href="https://www.jenkins.io/redirect/configuring-servlet-containers">Containers</a> and <a href="https://www.jenkins.io/redirect/troubleshooting/utf8-url-decoding">Tomcat i18n</a> for more details.
.- Returns:
Your container doesnât use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc, this will cause problems. See <a href="https://www.jenkins.io/redirect/configuring-servlet-containers">Containers</a> and <a href="https://www.jenkins.io/redirect/troubleshooting/utf8-url-decoding">Tomcat i18n</a> for more details.
-
_Hudson_NotUsesUTF8ToDecodeURL
public static org.jvnet.localizer.Localizable _Hudson_NotUsesUTF8ToDecodeURL()KeyHudson.NotUsesUTF8ToDecodeURL
:Your container doesnât use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc, this will cause problems. See <a href="https://www.jenkins.io/redirect/configuring-servlet-containers">Containers</a> and <a href="https://www.jenkins.io/redirect/troubleshooting/utf8-url-decoding">Tomcat i18n</a> for more details.
.- Returns:
Your container doesnât use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc, this will cause problems. See <a href="https://www.jenkins.io/redirect/configuring-servlet-containers">Containers</a> and <a href="https://www.jenkins.io/redirect/troubleshooting/utf8-url-decoding">Tomcat i18n</a> for more details.
-
UpdateCenter_PluginCategory_ruby
KeyUpdateCenter.PluginCategory.ruby
:Ruby Development
.- Returns:
Ruby Development
-
_UpdateCenter_PluginCategory_ruby
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_ruby()KeyUpdateCenter.PluginCategory.ruby
:Ruby Development
.- Returns:
Ruby Development
-
Computer_BadChannel
KeyComputer.BadChannel
:Agent node offline or not a remote channel (such as the built-in node).
.- Returns:
Agent node offline or not a remote channel (such as the built-in node).
-
_Computer_BadChannel
public static org.jvnet.localizer.Localizable _Computer_BadChannel()KeyComputer.BadChannel
:Agent node offline or not a remote channel (such as the built-in node).
.- Returns:
Agent node offline or not a remote channel (such as the built-in node).
-
AbstractProject_WorkspacePermission_Description
KeyAbstractProject.WorkspacePermission.Description
:This permission grants the ability to retrieve the contents of a workspace Jenkins checked out for performing builds. If you donât want a user to access files in the workspace (e.g. source code checked out from SCM or intermediate build results) through the workspace browser, you can revoke this permission.
.- Returns:
This permission grants the ability to retrieve the contents of a workspace Jenkins checked out for performing builds. If you donât want a user to access files in the workspace (e.g. source code checked out from SCM or intermediate build results) through the workspace browser, you can revoke this permission.
-
_AbstractProject_WorkspacePermission_Description
public static org.jvnet.localizer.Localizable _AbstractProject_WorkspacePermission_Description()KeyAbstractProject.WorkspacePermission.Description
:This permission grants the ability to retrieve the contents of a workspace Jenkins checked out for performing builds. If you donât want a user to access files in the workspace (e.g. source code checked out from SCM or intermediate build results) through the workspace browser, you can revoke this permission.
.- Returns:
This permission grants the ability to retrieve the contents of a workspace Jenkins checked out for performing builds. If you donât want a user to access files in the workspace (e.g. source code checked out from SCM or intermediate build results) through the workspace browser, you can revoke this permission.
-
ResultTrend_StillUnstable
KeyResultTrend.StillUnstable
:Still unstable
.- Returns:
Still unstable
-
_ResultTrend_StillUnstable
public static org.jvnet.localizer.Localizable _ResultTrend_StillUnstable()KeyResultTrend.StillUnstable
:Still unstable
.- Returns:
Still unstable
-
FileParameterDefinition_DisplayName
KeyFileParameterDefinition.DisplayName
:File Parameter
.- Returns:
File Parameter
-
_FileParameterDefinition_DisplayName
public static org.jvnet.localizer.Localizable _FileParameterDefinition_DisplayName()KeyFileParameterDefinition.DisplayName
:File Parameter
.- Returns:
File Parameter
-
ListView_DisplayName
KeyListView.DisplayName
:List View
.- Returns:
List View
-
_ListView_DisplayName
public static org.jvnet.localizer.Localizable _ListView_DisplayName()KeyListView.DisplayName
:List View
.- Returns:
List View
-
Hudson_NoSuchDirectory
KeyHudson.NoSuchDirectory
:No such directory: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such directory: {0}
-
_Hudson_NoSuchDirectory
KeyHudson.NoSuchDirectory
:No such directory: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such directory: {0}
-
Build_post_build_steps_failed
KeyBuild.post_build_steps_failed
:Post-build steps failed
.- Returns:
Post-build steps failed
-
_Build_post_build_steps_failed
public static org.jvnet.localizer.Localizable _Build_post_build_steps_failed()KeyBuild.post_build_steps_failed
:Post-build steps failed
.- Returns:
Post-build steps failed
-
TextParameterDefinition_DisplayName
KeyTextParameterDefinition.DisplayName
:Multi-line String Parameter
.- Returns:
Multi-line String Parameter
-
_TextParameterDefinition_DisplayName
public static org.jvnet.localizer.Localizable _TextParameterDefinition_DisplayName()KeyTextParameterDefinition.DisplayName
:Multi-line String Parameter
.- Returns:
Multi-line String Parameter
-
TopLevelItemDescriptor_NotApplicableIn
KeyTopLevelItemDescriptor.NotApplicableIn
:{0} items are not applicable within {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} items are not applicable within {1}
-
_TopLevelItemDescriptor_NotApplicableIn
public static org.jvnet.localizer.Localizable _TopLevelItemDescriptor_NotApplicableIn(Object arg0, Object arg1) KeyTopLevelItemDescriptor.NotApplicableIn
:{0} items are not applicable within {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} items are not applicable within {1}
-
AbstractProject_ExtendedReadPermission_Description
KeyAbstractProject.ExtendedReadPermission.Description
:This permission grants read-only access to project configurations. Please be aware that sensitive information in your builds, such as passwords, will be exposed to a wider audience by granting this permission.
.- Returns:
This permission grants read-only access to project configurations. Please be aware that sensitive information in your builds, such as passwords, will be exposed to a wider audience by granting this permission.
-
_AbstractProject_ExtendedReadPermission_Description
public static org.jvnet.localizer.Localizable _AbstractProject_ExtendedReadPermission_Description()KeyAbstractProject.ExtendedReadPermission.Description
:This permission grants read-only access to project configurations. Please be aware that sensitive information in your builds, such as passwords, will be exposed to a wider audience by granting this permission.
.- Returns:
This permission grants read-only access to project configurations. Please be aware that sensitive information in your builds, such as passwords, will be exposed to a wider audience by granting this permission.
-
Computer_ConnectPermission_Description
KeyComputer.ConnectPermission.Description
:This permission allows users to connect agents or mark agents as online.
.- Returns:
This permission allows users to connect agents or mark agents as online.
-
_Computer_ConnectPermission_Description
public static org.jvnet.localizer.Localizable _Computer_ConnectPermission_Description()KeyComputer.ConnectPermission.Description
:This permission allows users to connect agents or mark agents as online.
.- Returns:
This permission allows users to connect agents or mark agents as online.
-
View_CreatePermission_Description
KeyView.CreatePermission.Description
:This permission allows users to create new views.
.- Returns:
This permission allows users to create new views.
-
_View_CreatePermission_Description
public static org.jvnet.localizer.Localizable _View_CreatePermission_Description()KeyView.CreatePermission.Description
:This permission allows users to create new views.
.- Returns:
This permission allows users to create new views.
-
Queue_init
KeyQueue.init
:Restoring the build queue
.- Returns:
Restoring the build queue
-
_Queue_init
public static org.jvnet.localizer.Localizable _Queue_init()KeyQueue.init
:Restoring the build queue
.- Returns:
Restoring the build queue
-
Hudson_ReadPermission_Description
KeyHudson.ReadPermission.Description
:The read permission is necessary for viewing almost all pages of Jenkins. This permission is useful when you donât want unauthenticated users to see Jenkins pages: revoke this permission from the anonymous user, then add "authenticated" pseudo-user and grant the read access.
.- Returns:
The read permission is necessary for viewing almost all pages of Jenkins. This permission is useful when you donât want unauthenticated users to see Jenkins pages: revoke this permission from the anonymous user, then add "authenticated" pseudo-user and grant the read access.
-
_Hudson_ReadPermission_Description
public static org.jvnet.localizer.Localizable _Hudson_ReadPermission_Description()KeyHudson.ReadPermission.Description
:The read permission is necessary for viewing almost all pages of Jenkins. This permission is useful when you donât want unauthenticated users to see Jenkins pages: revoke this permission from the anonymous user, then add "authenticated" pseudo-user and grant the read access.
.- Returns:
The read permission is necessary for viewing almost all pages of Jenkins. This permission is useful when you donât want unauthenticated users to see Jenkins pages: revoke this permission from the anonymous user, then add "authenticated" pseudo-user and grant the read access.
-
Api_WrapperParamInvalid
KeyApi.WrapperParamInvalid
:The wrapper parameter can only contain alphanumeric characters or dash/dot/underscore. The first character has to be a letter or underscore.
.- Returns:
The wrapper parameter can only contain alphanumeric characters or dash/dot/underscore. The first character has to be a letter or underscore.
-
_Api_WrapperParamInvalid
public static org.jvnet.localizer.Localizable _Api_WrapperParamInvalid()KeyApi.WrapperParamInvalid
:The wrapper parameter can only contain alphanumeric characters or dash/dot/underscore. The first character has to be a letter or underscore.
.- Returns:
The wrapper parameter can only contain alphanumeric characters or dash/dot/underscore. The first character has to be a letter or underscore.
-
TimeZoneProperty_current_time_on_server_in_in_proposed_di
public static String TimeZoneProperty_current_time_on_server_in_in_proposed_di(Object arg0, Object arg1, Object arg2) KeyTimeZoneProperty.current_time_on_server_in_in_proposed_di
:Current time on server in {0}: {1}; in proposed display zone: {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:
Current time on server in {0}: {1}; in proposed display zone: {2}
-
_TimeZoneProperty_current_time_on_server_in_in_proposed_di
public static org.jvnet.localizer.Localizable _TimeZoneProperty_current_time_on_server_in_in_proposed_di(Object arg0, Object arg1, Object arg2) KeyTimeZoneProperty.current_time_on_server_in_in_proposed_di
:Current time on server in {0}: {1}; in proposed display zone: {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:
Current time on server in {0}: {1}; in proposed display zone: {2}
-
Computer_BuildPermission_Description
KeyComputer.BuildPermission.Description
:This permission allows users to run jobs as them on agents.
.- Returns:
This permission allows users to run jobs as them on agents.
-
_Computer_BuildPermission_Description
public static org.jvnet.localizer.Localizable _Computer_BuildPermission_Description()KeyComputer.BuildPermission.Description
:This permission allows users to run jobs as them on agents.
.- Returns:
This permission allows users to run jobs as them on agents.
-
ManagementLink_Category_MISC
KeyManagementLink.Category.MISC
:Other
.- Returns:
Other
-
_ManagementLink_Category_MISC
public static org.jvnet.localizer.Localizable _ManagementLink_Category_MISC()KeyManagementLink.Category.MISC
:Other
.- Returns:
Other
-
UpdateCenter_PluginCategory_unrecognized
KeyUpdateCenter.PluginCategory.unrecognized
:Misc ({0})
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Misc ({0})
-
_UpdateCenter_PluginCategory_unrecognized
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_unrecognized(Object arg0) KeyUpdateCenter.PluginCategory.unrecognized
:Misc ({0})
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Misc ({0})
-
AbstractBuild_BuildingOnMaster
KeyAbstractBuild.BuildingOnMaster
:Building on the built-in node
.- Returns:
Building on the built-in node
-
_AbstractBuild_BuildingOnMaster
public static org.jvnet.localizer.Localizable _AbstractBuild_BuildingOnMaster()KeyAbstractBuild.BuildingOnMaster
:Building on the built-in node
.- Returns:
Building on the built-in node
-
Item_Permissions_Title
KeyItem.Permissions.Title
:Job
.- Returns:
Job
-
_Item_Permissions_Title
public static org.jvnet.localizer.Localizable _Item_Permissions_Title()KeyItem.Permissions.Title
:Job
.- Returns:
Job
-
UpdateCenter_Status_ConnectionFailed
KeyUpdateCenter.Status.ConnectionFailed
:<span class=error>Failed to connect to {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
<span class=error>Failed to connect to {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
-
_UpdateCenter_Status_ConnectionFailed
public static org.jvnet.localizer.Localizable _UpdateCenter_Status_ConnectionFailed(Object arg0, Object arg1) KeyUpdateCenter.Status.ConnectionFailed
:<span class=error>Failed to connect to {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
<span class=error>Failed to connect to {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
-
ComputerSet_DisplayName
KeyComputerSet.DisplayName
:Nodes
.- Returns:
Nodes
-
_ComputerSet_DisplayName
public static org.jvnet.localizer.Localizable _ComputerSet_DisplayName()KeyComputerSet.DisplayName
:Nodes
.- Returns:
Nodes
-
Hudson_MustBeAtLeast
KeyHudson.MustBeAtLeast
:Must be {0} or greater
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Must be {0} or greater
-
_Hudson_MustBeAtLeast
KeyHudson.MustBeAtLeast
:Must be {0} or greater
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Must be {0} or greater
-
CLI_online_node_shortDescription
KeyCLI.online-node.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.
-
_CLI_online_node_shortDescription
public static org.jvnet.localizer.Localizable _CLI_online_node_shortDescription()KeyCLI.online-node.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.
-
Hudson_NotJDKDir
KeyHudson.NotJDKDir
:{0} doesnât look like a JDK directory
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} doesnât look like a JDK directory
-
_Hudson_NotJDKDir
KeyHudson.NotJDKDir
:{0} doesnât look like a JDK directory
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} doesnât look like a JDK directory
-
AbstractProject_BuildPermission_Description
KeyAbstractProject.BuildPermission.Description
:This permission grants the ability to start a new build.
.- Returns:
This permission grants the ability to start a new build.
-
_AbstractProject_BuildPermission_Description
public static org.jvnet.localizer.Localizable _AbstractProject_BuildPermission_Description()KeyAbstractProject.BuildPermission.Description
:This permission grants the ability to start a new build.
.- Returns:
This permission grants the ability to start a new build.
-
ResultTrend_Aborted
KeyResultTrend.Aborted
:Aborted
.- Returns:
Aborted
-
_ResultTrend_Aborted
public static org.jvnet.localizer.Localizable _ResultTrend_Aborted()KeyResultTrend.Aborted
:Aborted
.- Returns:
Aborted
-
UpdateCenter_DisplayName
KeyUpdateCenter.DisplayName
:Update Center
.- Returns:
Update Center
-
_UpdateCenter_DisplayName
public static org.jvnet.localizer.Localizable _UpdateCenter_DisplayName()KeyUpdateCenter.DisplayName
:Update Center
.- Returns:
Update Center
-
MyView_DisplayName
KeyMyView.DisplayName
:My View
.- Returns:
My View
-
_MyView_DisplayName
public static org.jvnet.localizer.Localizable _MyView_DisplayName()KeyMyView.DisplayName
:My View
.- Returns:
My View
-
UpdateCenter_Status_Success
KeyUpdateCenter.Status.Success
:Success
.- Returns:
Success
-
_UpdateCenter_Status_Success
public static org.jvnet.localizer.Localizable _UpdateCenter_Status_Success()KeyUpdateCenter.Status.Success
:Success
.- Returns:
Success
-
UpdateCenter_PluginCategory_cluster
KeyUpdateCenter.PluginCategory.cluster
:Cluster Management
.- Returns:
Cluster Management
-
_UpdateCenter_PluginCategory_cluster
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_cluster()KeyUpdateCenter.PluginCategory.cluster
:Cluster Management
.- Returns:
Cluster Management
-
LoadStatistics_Legends_ConnectingExecutors
KeyLoadStatistics.Legends.ConnectingExecutors
:Connecting executors
.- Returns:
Connecting executors
-
_LoadStatistics_Legends_ConnectingExecutors
public static org.jvnet.localizer.Localizable _LoadStatistics_Legends_ConnectingExecutors()KeyLoadStatistics.Legends.ConnectingExecutors
:Connecting executors
.- Returns:
Connecting executors
-
Jenkins_SystemRead_Description
KeyJenkins.SystemRead.Description
:This permission grants read-only access to large parts of the overall system configuration.
.- Returns:
This permission grants read-only access to large parts of the overall system configuration.
-
_Jenkins_SystemRead_Description
public static org.jvnet.localizer.Localizable _Jenkins_SystemRead_Description()KeyJenkins.SystemRead.Description
:This permission grants read-only access to large parts of the overall system configuration.
.- Returns:
This permission grants read-only access to large parts of the overall system configuration.
-
UpdateCenter_PluginCategory_theme
KeyUpdateCenter.PluginCategory.theme
:UI Themes
.- Returns:
UI Themes
-
_UpdateCenter_PluginCategory_theme
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_theme()KeyUpdateCenter.PluginCategory.theme
:UI Themes
.- Returns:
UI Themes
-
Run_Summary_BrokenSince
KeyRun.Summary.BrokenSince
:broken since build {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
broken since build {0}
-
_Run_Summary_BrokenSince
KeyRun.Summary.BrokenSince
:broken since build {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
broken since build {0}
-
AbstractProject_DownstreamBuildInProgress
KeyAbstractProject.DownstreamBuildInProgress
:Downstream project â{0}â is already building
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Downstream project â{0}â is already building
-
_AbstractProject_DownstreamBuildInProgress
public static org.jvnet.localizer.Localizable _AbstractProject_DownstreamBuildInProgress(Object arg0) KeyAbstractProject.DownstreamBuildInProgress
:Downstream project â{0}â is already building
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Downstream project â{0}â is already building
-
View_MissingMode
KeyView.MissingMode
:No view type is specified
.- Returns:
No view type is specified
-
_View_MissingMode
public static org.jvnet.localizer.Localizable _View_MissingMode()KeyView.MissingMode
:No view type is specified
.- Returns:
No view type is specified
-
Hudson_TrailingDot
KeyHudson.TrailingDot
:A name cannot end with â.â
.- Returns:
A name cannot end with â.â
-
_Hudson_TrailingDot
public static org.jvnet.localizer.Localizable _Hudson_TrailingDot()KeyHudson.TrailingDot
:A name cannot end with â.â
.- Returns:
A name cannot end with â.â
-
UpdateCenter_PluginCategory_must_be_labeled
KeyUpdateCenter.PluginCategory.must-be-labeled
:Uncategorized
.- Returns:
Uncategorized
-
_UpdateCenter_PluginCategory_must_be_labeled
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_must_be_labeled()KeyUpdateCenter.PluginCategory.must-be-labeled
:Uncategorized
.- Returns:
Uncategorized
-
ResultTrend_Success
KeyResultTrend.Success
:Success
.- Returns:
Success
-
_ResultTrend_Success
public static org.jvnet.localizer.Localizable _ResultTrend_Success()KeyResultTrend.Success
:Success
.- Returns:
Success
-
Hudson_NoName
KeyHudson.NoName
:No name is specified
.- Returns:
No name is specified
-
_Hudson_NoName
public static org.jvnet.localizer.Localizable _Hudson_NoName()KeyHudson.NoName
:No name is specified
.- Returns:
No name is specified
-
ParametersDefinitionProperty_DisplayName
KeyParametersDefinitionProperty.DisplayName
:This project is parameterized
.- Returns:
This project is parameterized
-
_ParametersDefinitionProperty_DisplayName
public static org.jvnet.localizer.Localizable _ParametersDefinitionProperty_DisplayName()KeyParametersDefinitionProperty.DisplayName
:This project is parameterized
.- Returns:
This project is parameterized
-
AbstractItem_NewNameUnchanged
KeyAbstractItem.NewNameUnchanged
:The new name is the same as the current name.
.- Returns:
The new name is the same as the current name.
-
_AbstractItem_NewNameUnchanged
public static org.jvnet.localizer.Localizable _AbstractItem_NewNameUnchanged()KeyAbstractItem.NewNameUnchanged
:The new name is the same as the current name.
.- Returns:
The new name is the same as the current name.
-
CLI_keep_build_shortDescription
KeyCLI.keep-build.shortDescription
:Mark the build to keep the build forever.
.- Returns:
Mark the build to keep the build forever.
-
_CLI_keep_build_shortDescription
public static org.jvnet.localizer.Localizable _CLI_keep_build_shortDescription()KeyCLI.keep-build.shortDescription
:Mark the build to keep the build forever.
.- Returns:
Mark the build to keep the build forever.
-
BallColor_Failed
KeyBallColor.Failed
:Failed
.- Returns:
Failed
-
_BallColor_Failed
public static org.jvnet.localizer.Localizable _BallColor_Failed()KeyBallColor.Failed
:Failed
.- Returns:
Failed
-
Queue_InQuietPeriod
KeyQueue.InQuietPeriod
:In the quiet period. Expires in {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
In the quiet period. Expires in {0}
-
_Queue_InQuietPeriod
KeyQueue.InQuietPeriod
:In the quiet period. Expires in {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
In the quiet period. Expires in {0}
-
ManagementLink_Category_SECURITY
KeyManagementLink.Category.SECURITY
:Security
.- Returns:
Security
-
_ManagementLink_Category_SECURITY
public static org.jvnet.localizer.Localizable _ManagementLink_Category_SECURITY()KeyManagementLink.Category.SECURITY
:Security
.- Returns:
Security
-
AbstractProject_PollingVetoed
KeyAbstractProject.PollingVetoed
:SCM polling vetoed by {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
SCM polling vetoed by {0}
-
_AbstractProject_PollingVetoed
KeyAbstractProject.PollingVetoed
:SCM polling vetoed by {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
SCM polling vetoed by {0}
-
Slave_UnixSlave
KeySlave.UnixSlave
:This is a Unix agent
.- Returns:
This is a Unix agent
-
_Slave_UnixSlave
public static org.jvnet.localizer.Localizable _Slave_UnixSlave()KeySlave.UnixSlave
:This is a Unix agent
.- Returns:
This is a Unix agent
-
ItemGroupMixIn_may_not_copy_as_it_contains_secrets_and_
public static String ItemGroupMixIn_may_not_copy_as_it_contains_secrets_and_(Object arg0, Object arg1, Object arg2, Object arg3, Object arg4) KeyItemGroupMixIn.may_not_copy_as_it_contains_secrets_and_
:May not copy {0} as it contains secrets and {1} has {2}/{3} but not /{4}
.- Parameters:
arg3
- 4th format parameter,{3}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg4
- 5th format parameter,{4}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
May not copy {0} as it contains secrets and {1} has {2}/{3} but not /{4}
-
_ItemGroupMixIn_may_not_copy_as_it_contains_secrets_and_
public static org.jvnet.localizer.Localizable _ItemGroupMixIn_may_not_copy_as_it_contains_secrets_and_(Object arg0, Object arg1, Object arg2, Object arg3, Object arg4) KeyItemGroupMixIn.may_not_copy_as_it_contains_secrets_and_
:May not copy {0} as it contains secrets and {1} has {2}/{3} but not /{4}
.- Parameters:
arg3
- 4th format parameter,{3}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg4
- 5th format parameter,{4}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
May not copy {0} as it contains secrets and {1} has {2}/{3} but not /{4}
-
UpdateCenter_PluginCategory_notifier
KeyUpdateCenter.PluginCategory.notifier
:Build Notifiers
.- Returns:
Build Notifiers
-
_UpdateCenter_PluginCategory_notifier
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_notifier()KeyUpdateCenter.PluginCategory.notifier
:Build Notifiers
.- Returns:
Build Notifiers
-
ComputerSet_SlaveAlreadyExists
KeyComputerSet.SlaveAlreadyExists
:Agent called â{0}â already exists
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Agent called â{0}â already exists
-
_ComputerSet_SlaveAlreadyExists
KeyComputerSet.SlaveAlreadyExists
:Agent called â{0}â already exists
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Agent called â{0}â already exists
-
UpdateCenter_PluginCategory_agent
KeyUpdateCenter.PluginCategory.agent
:Agent Management
.- Returns:
Agent Management
-
_UpdateCenter_PluginCategory_agent
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_agent()KeyUpdateCenter.PluginCategory.agent
:Agent Management
.- Returns:
Agent Management
-
UpdateCenter_PluginCategory_runcondition
KeyUpdateCenter.PluginCategory.runcondition
:RunConditions for use by the Run Condition plugin
.- Returns:
RunConditions for use by the Run Condition plugin
-
_UpdateCenter_PluginCategory_runcondition
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_runcondition()KeyUpdateCenter.PluginCategory.runcondition
:RunConditions for use by the Run Condition plugin
.- Returns:
RunConditions for use by the Run Condition plugin
-
BallColor_Aborted
KeyBallColor.Aborted
:Aborted
.- Returns:
Aborted
-
_BallColor_Aborted
public static org.jvnet.localizer.Localizable _BallColor_Aborted()KeyBallColor.Aborted
:Aborted
.- Returns:
Aborted
-
Hudson_ControlCodeNotAllowed
KeyHudson.ControlCodeNotAllowed
:No control code is allowed: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No control code is allowed: {0}
-
_Hudson_ControlCodeNotAllowed
KeyHudson.ControlCodeNotAllowed
:No control code is allowed: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No control code is allowed: {0}
-
ResultTrend_NowUnstable
KeyResultTrend.NowUnstable
:Now unstable
.- Returns:
Now unstable
-
_ResultTrend_NowUnstable
public static org.jvnet.localizer.Localizable _ResultTrend_NowUnstable()KeyResultTrend.NowUnstable
:Now unstable
.- Returns:
Now unstable
-
Slave_InvalidConfig_NoName
KeySlave.InvalidConfig.NoName
:Invalid agent configuration. Name is empty
.- Returns:
Invalid agent configuration. Name is empty
-
_Slave_InvalidConfig_NoName
public static org.jvnet.localizer.Localizable _Slave_InvalidConfig_NoName()KeySlave.InvalidConfig.NoName
:Invalid agent configuration. Name is empty
.- Returns:
Invalid agent configuration. Name is empty
-
TimeZoneProperty_Description
KeyTimeZoneProperty.Description
:Select a time zone to use rather than the system default.
.- Returns:
Select a time zone to use rather than the system default.
-
_TimeZoneProperty_Description
public static org.jvnet.localizer.Localizable _TimeZoneProperty_Description()KeyTimeZoneProperty.Description
:Select a time zone to use rather than the system default.
.- Returns:
Select a time zone to use rather than the system default.
-
ManagementLink_Category_TROUBLESHOOTING
KeyManagementLink.Category.TROUBLESHOOTING
:Troubleshooting
.- Returns:
Troubleshooting
-
_ManagementLink_Category_TROUBLESHOOTING
public static org.jvnet.localizer.Localizable _ManagementLink_Category_TROUBLESHOOTING()KeyManagementLink.Category.TROUBLESHOOTING
:Troubleshooting
.- Returns:
Troubleshooting
-
LabelExpression_ObsoleteMasterLabel
KeyLabelExpression_ObsoleteMasterLabel
:This expression includes the label <code>master</code> that is no longer used for the built-in node. Use <code>built-in</code> instead. <a href="https://www.jenkins.io/redirect/built-in-node-migration/" rel="noopener noreferrer" target="_blank">Learn more.</a>
.- Returns:
This expression includes the label <code>master</code> that is no longer used for the built-in node. Use <code>built-in</code> instead. <a href="https://www.jenkins.io/redirect/built-in-node-migration/" rel="noopener noreferrer" target="_blank">Learn more.</a>
-
_LabelExpression_ObsoleteMasterLabel
public static org.jvnet.localizer.Localizable _LabelExpression_ObsoleteMasterLabel()KeyLabelExpression_ObsoleteMasterLabel
:This expression includes the label <code>master</code> that is no longer used for the built-in node. Use <code>built-in</code> instead. <a href="https://www.jenkins.io/redirect/built-in-node-migration/" rel="noopener noreferrer" target="_blank">Learn more.</a>
.- Returns:
This expression includes the label <code>master</code> that is no longer used for the built-in node. Use <code>built-in</code> instead. <a href="https://www.jenkins.io/redirect/built-in-node-migration/" rel="noopener noreferrer" target="_blank">Learn more.</a>
-
Job_minutes
KeyJob.minutes
:mins
.- Returns:
mins
-
_Job_minutes
public static org.jvnet.localizer.Localizable _Job_minutes()KeyJob.minutes
:mins
.- Returns:
mins
-
ResultTrend_StillFailing
KeyResultTrend.StillFailing
:Still failing
.- Returns:
Still failing
-
_ResultTrend_StillFailing
public static org.jvnet.localizer.Localizable _ResultTrend_StillFailing()KeyResultTrend.StillFailing
:Still failing
.- Returns:
Still failing
-
Slave_Terminated
KeySlave.Terminated
:{0} agent was terminated
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} agent was terminated
-
_Slave_Terminated
KeySlave.Terminated
:{0} agent was terminated
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} agent was terminated
-
AbstractProject_DiscoverPermission_Description
KeyAbstractProject.DiscoverPermission.Description
:This permission grants discover access to jobs. Lower than read permissions, it allows you to redirect anonymous users to the login page when they try to access a job url. Without it they would get a 404 error and wouldn''t be able to discover project names.
.- Returns:
This permission grants discover access to jobs. Lower than read permissions, it allows you to redirect anonymous users to the login page when they try to access a job url. Without it they would get a 404 error and wouldn''t be able to discover project names.
-
_AbstractProject_DiscoverPermission_Description
public static org.jvnet.localizer.Localizable _AbstractProject_DiscoverPermission_Description()KeyAbstractProject.DiscoverPermission.Description
:This permission grants discover access to jobs. Lower than read permissions, it allows you to redirect anonymous users to the login page when they try to access a job url. Without it they would get a 404 error and wouldn''t be able to discover project names.
.- Returns:
This permission grants discover access to jobs. Lower than read permissions, it allows you to redirect anonymous users to the login page when they try to access a job url. Without it they would get a 404 error and wouldn''t be able to discover project names.
-
User_IllegalUsername
KeyUser.IllegalUsername
:"{0}" is prohibited as a username for security reasons.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
"{0}" is prohibited as a username for security reasons.
-
_User_IllegalUsername
KeyUser.IllegalUsername
:"{0}" is prohibited as a username for security reasons.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
"{0}" is prohibited as a username for security reasons.
-
Hudson_Permissions_Title
KeyHudson.Permissions.Title
:Overall
.- Returns:
Overall
-
_Hudson_Permissions_Title
public static org.jvnet.localizer.Localizable _Hudson_Permissions_Title()KeyHudson.Permissions.Title
:Overall
.- Returns:
Overall
-
Cause_UserCause_ShortDescription
KeyCause.UserCause.ShortDescription
:Started by user {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by user {0}
-
_Cause_UserCause_ShortDescription
KeyCause.UserCause.ShortDescription
:Started by user {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by user {0}
-
UpdateCenter_init
KeyUpdateCenter.init
:Initialing update center
.- Returns:
Initialing update center
-
_UpdateCenter_init
public static org.jvnet.localizer.Localizable _UpdateCenter_init()KeyUpdateCenter.init
:Initialing update center
.- Returns:
Initialing update center
-
AbstractProject_Aborted
KeyAbstractProject.Aborted
:Aborted
.- Returns:
Aborted
-
_AbstractProject_Aborted
public static org.jvnet.localizer.Localizable _AbstractProject_Aborted()KeyAbstractProject.Aborted
:Aborted
.- Returns:
Aborted
-
AbstractProject_Disabled
KeyAbstractProject.Disabled
:Build disabled
.- Returns:
Build disabled
-
_AbstractProject_Disabled
public static org.jvnet.localizer.Localizable _AbstractProject_Disabled()KeyAbstractProject.Disabled
:Build disabled
.- Returns:
Build disabled
-
Computer_NoSuchSlaveExistsWithoutAdvice
KeyComputer.NoSuchSlaveExistsWithoutAdvice
:No such agent "{0}" exists.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such agent "{0}" exists.
-
_Computer_NoSuchSlaveExistsWithoutAdvice
KeyComputer.NoSuchSlaveExistsWithoutAdvice
:No such agent "{0}" exists.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such agent "{0}" exists.
-
Job_Pronoun
KeyJob.Pronoun
:Project
.- Returns:
Project
-
_Job_Pronoun
public static org.jvnet.localizer.Localizable _Job_Pronoun()KeyJob.Pronoun
:Project
.- Returns:
Project
-
UpdateCenter_Status_CheckingInternet
KeyUpdateCenter.Status.CheckingInternet
:Checking internet connectivity
.- Returns:
Checking internet connectivity
-
_UpdateCenter_Status_CheckingInternet
public static org.jvnet.localizer.Localizable _UpdateCenter_Status_CheckingInternet()KeyUpdateCenter.Status.CheckingInternet
:Checking internet connectivity
.- Returns:
Checking internet connectivity
-
UpdateCenter_PluginCategory_upload
KeyUpdateCenter.PluginCategory.upload
:Artifact Uploaders
.- Returns:
Artifact Uploaders
-
_UpdateCenter_PluginCategory_upload
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_upload()KeyUpdateCenter.PluginCategory.upload
:Artifact Uploaders
.- Returns:
Artifact Uploaders
-
Jenkins_CheckDisplayName_DisplayNameNotUniqueWarning
KeyJenkins.CheckDisplayName.DisplayNameNotUniqueWarning
:The display name, "{0}", is already in use by another job and could cause confusion and delay.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The display name, "{0}", is already in use by another job and could cause confusion and delay.
-
_Jenkins_CheckDisplayName_DisplayNameNotUniqueWarning
public static org.jvnet.localizer.Localizable _Jenkins_CheckDisplayName_DisplayNameNotUniqueWarning(Object arg0) KeyJenkins.CheckDisplayName.DisplayNameNotUniqueWarning
:The display name, "{0}", is already in use by another job and could cause confusion and delay.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The display name, "{0}", is already in use by another job and could cause confusion and delay.
-
AbstractBuild_BuildingRemotely
KeyAbstractBuild.BuildingRemotely
:Building remotely on {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Building remotely on {0}
-
_AbstractBuild_BuildingRemotely
KeyAbstractBuild.BuildingRemotely
:Building remotely on {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Building remotely on {0}
-
Computer_DeletePermission_Description
KeyComputer.DeletePermission.Description
:This permission allows users to delete existing agents.
.- Returns:
This permission allows users to delete existing agents.
-
_Computer_DeletePermission_Description
public static org.jvnet.localizer.Localizable _Computer_DeletePermission_Description()KeyComputer.DeletePermission.Description
:This permission allows users to delete existing agents.
.- Returns:
This permission allows users to delete existing agents.
-
ResultTrend_NotBuilt
KeyResultTrend.NotBuilt
:Not built
.- Returns:
Not built
-
_ResultTrend_NotBuilt
public static org.jvnet.localizer.Localizable _ResultTrend_NotBuilt()KeyResultTrend.NotBuilt
:Not built
.- Returns:
Not built
-
AbstractItem_NoSuchJobExists
KeyAbstractItem.NoSuchJobExists
:No such job â{0}â exists. Perhaps you meant â{1}â?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such job â{0}â exists. Perhaps you meant â{1}â?
-
_AbstractItem_NoSuchJobExists
public static org.jvnet.localizer.Localizable _AbstractItem_NoSuchJobExists(Object arg0, Object arg1) KeyAbstractItem.NoSuchJobExists
:No such job â{0}â exists. Perhaps you meant â{1}â?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such job â{0}â exists. Perhaps you meant â{1}â?
-
Permalink_LastCompletedBuild
KeyPermalink.LastCompletedBuild
:Last completed build
.- Returns:
Last completed build
-
_Permalink_LastCompletedBuild
public static org.jvnet.localizer.Localizable _Permalink_LastCompletedBuild()KeyPermalink.LastCompletedBuild
:Last completed build
.- Returns:
Last completed build
-
Permalink_LastSuccessfulBuild
KeyPermalink.LastSuccessfulBuild
:Last successful build
.- Returns:
Last successful build
-
_Permalink_LastSuccessfulBuild
public static org.jvnet.localizer.Localizable _Permalink_LastSuccessfulBuild()KeyPermalink.LastSuccessfulBuild
:Last successful build
.- Returns:
Last successful build
-
UserPreferencesProperty_DisplayName
KeyUserPreferencesProperty.DisplayName
:Preferences
.- Returns:
Preferences
-
_UserPreferencesProperty_DisplayName
public static org.jvnet.localizer.Localizable _UserPreferencesProperty_DisplayName()KeyUserPreferencesProperty.DisplayName
:Preferences
.- Returns:
Preferences
-
AbstractBuild_Building
KeyAbstractBuild_Building
:Building
.- Returns:
Building
-
_AbstractBuild_Building
public static org.jvnet.localizer.Localizable _AbstractBuild_Building()KeyAbstractBuild_Building
:Building
.- Returns:
Building
-
UpdateCenter_PluginCategory_report
KeyUpdateCenter.PluginCategory.report
:Build Reports
.- Returns:
Build Reports
-
_UpdateCenter_PluginCategory_report
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_report()KeyUpdateCenter.PluginCategory.report
:Build Reports
.- Returns:
Build Reports
-
LoadStatistics_Legends_BusyExecutors
KeyLoadStatistics.Legends.BusyExecutors
:Busy executors
.- Returns:
Busy executors
-
_LoadStatistics_Legends_BusyExecutors
public static org.jvnet.localizer.Localizable _LoadStatistics_Legends_BusyExecutors()KeyLoadStatistics.Legends.BusyExecutors
:Busy executors
.- Returns:
Busy executors
-
AbstractProject_WorkspaceTitle
KeyAbstractProject.WorkspaceTitle
:Workspace of {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Workspace of {0}
-
_AbstractProject_WorkspaceTitle
KeyAbstractProject.WorkspaceTitle
:Workspace of {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Workspace of {0}
-
LabelExpression_NoMatch
KeyLabelExpression.NoMatch
:No agent/cloud matches this label expression.
.- Returns:
No agent/cloud matches this label expression.
-
_LabelExpression_NoMatch
public static org.jvnet.localizer.Localizable _LabelExpression_NoMatch()KeyLabelExpression.NoMatch
:No agent/cloud matches this label expression.
.- Returns:
No agent/cloud matches this label expression.
-
BallColor_Disabled
KeyBallColor.Disabled
:Disabled
.- Returns:
Disabled
-
_BallColor_Disabled
public static org.jvnet.localizer.Localizable _BallColor_Disabled()KeyBallColor.Disabled
:Disabled
.- Returns:
Disabled
-
BallColor_Success
KeyBallColor.Success
:Success
.- Returns:
Success
-
_BallColor_Success
public static org.jvnet.localizer.Localizable _BallColor_Success()KeyBallColor.Success
:Success
.- Returns:
Success
-
Run_Permissions_Title
KeyRun.Permissions.Title
:Run
.- Returns:
Run
-
_Run_Permissions_Title
public static org.jvnet.localizer.Localizable _Run_Permissions_Title()KeyRun.Permissions.Title
:Run
.- Returns:
Run
-
AbstractProject_NoBuilds
KeyAbstractProject.NoBuilds
:No existing build. Scheduling a new one.
.- Returns:
No existing build. Scheduling a new one.
-
_AbstractProject_NoBuilds
public static org.jvnet.localizer.Localizable _AbstractProject_NoBuilds()KeyAbstractProject.NoBuilds
:No existing build. Scheduling a new one.
.- Returns:
No existing build. Scheduling a new one.
-
Cause_UserIdCause_ShortDescription
KeyCause.UserIdCause.ShortDescription
:Started by user {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by user {0}
-
_Cause_UserIdCause_ShortDescription
KeyCause.UserIdCause.ShortDescription
:Started by user {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by user {0}
-
BallColor_Unstable
KeyBallColor.Unstable
:Unstable
.- Returns:
Unstable
-
_BallColor_Unstable
public static org.jvnet.localizer.Localizable _BallColor_Unstable()KeyBallColor.Unstable
:Unstable
.- Returns:
Unstable
-
Computer_Permissions_Title
KeyComputer.Permissions.Title
:Agent
.- Returns:
Agent
-
_Computer_Permissions_Title
public static org.jvnet.localizer.Localizable _Computer_Permissions_Title()KeyComputer.Permissions.Title
:Agent
.- Returns:
Agent
-
View_DeletePermission_Description
KeyView.DeletePermission.Description
:This permission allows users to delete existing views.
.- Returns:
This permission allows users to delete existing views.
-
_View_DeletePermission_Description
public static org.jvnet.localizer.Localizable _View_DeletePermission_Description()KeyView.DeletePermission.Description
:This permission allows users to delete existing views.
.- Returns:
This permission allows users to delete existing views.
-
UpdateCenter_PluginCategory_api_plugin
KeyUpdateCenter.PluginCategory.api-plugin
:Library plugins (for use by other plugins)
.- Returns:
Library plugins (for use by other plugins)
-
_UpdateCenter_PluginCategory_api_plugin
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_api_plugin()KeyUpdateCenter.PluginCategory.api-plugin
:Library plugins (for use by other plugins)
.- Returns:
Library plugins (for use by other plugins)
-
Run_DeletePermission_Description
KeyRun.DeletePermission.Description
:This permission allows users to manually delete specific builds from the build history.
.- Returns:
This permission allows users to manually delete specific builds from the build history.
-
_Run_DeletePermission_Description
public static org.jvnet.localizer.Localizable _Run_DeletePermission_Description()KeyRun.DeletePermission.Description
:This permission allows users to manually delete specific builds from the build history.
.- Returns:
This permission allows users to manually delete specific builds from the build history.
-
AbstractProject_AwaitingBuildForWorkspace
KeyAbstractProject.AwaitingBuildForWorkspace
:Awaiting build to get a workspace.
.- Returns:
Awaiting build to get a workspace.
-
_AbstractProject_AwaitingBuildForWorkspace
public static org.jvnet.localizer.Localizable _AbstractProject_AwaitingBuildForWorkspace()KeyAbstractProject.AwaitingBuildForWorkspace
:Awaiting build to get a workspace.
.- Returns:
Awaiting build to get a workspace.
-
Hudson_NotANegativeNumber
KeyHudson.NotANegativeNumber
:Not a negative number
.- Returns:
Not a negative number
-
_Hudson_NotANegativeNumber
public static org.jvnet.localizer.Localizable _Hudson_NotANegativeNumber()KeyHudson.NotANegativeNumber
:Not a negative number
.- Returns:
Not a negative number
-
AbstractProject_NoWorkspace
KeyAbstractProject.NoWorkspace
:No workspace is available, so canât check for updates.
.- Returns:
No workspace is available, so canât check for updates.
-
_AbstractProject_NoWorkspace
public static org.jvnet.localizer.Localizable _AbstractProject_NoWorkspace()KeyAbstractProject.NoWorkspace
:No workspace is available, so canât check for updates.
.- Returns:
No workspace is available, so canât check for updates.
-
UpdateCenter_PluginCategory_ios
KeyUpdateCenter.PluginCategory.ios
:iOS Development
.- Returns:
iOS Development
-
_UpdateCenter_PluginCategory_ios
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_ios()KeyUpdateCenter.PluginCategory.ios
:iOS Development
.- Returns:
iOS Development
-
Job_AllRecentBuildFailed
KeyJob.AllRecentBuildFailed
:All recent builds failed.
.- Returns:
All recent builds failed.
-
_Job_AllRecentBuildFailed
public static org.jvnet.localizer.Localizable _Job_AllRecentBuildFailed()KeyJob.AllRecentBuildFailed
:All recent builds failed.
.- Returns:
All recent builds failed.
-
ResultTrend_Fixed
KeyResultTrend.Fixed
:Fixed
.- Returns:
Fixed
-
_ResultTrend_Fixed
public static org.jvnet.localizer.Localizable _ResultTrend_Fixed()KeyResultTrend.Fixed
:Fixed
.- Returns:
Fixed
-
AbstractProject_WipeOutPermission_Description
KeyAbstractProject.WipeOutPermission.Description
:This permission grants the ability to wipe out the contents of a workspace.
.- Returns:
This permission grants the ability to wipe out the contents of a workspace.
-
_AbstractProject_WipeOutPermission_Description
public static org.jvnet.localizer.Localizable _AbstractProject_WipeOutPermission_Description()KeyAbstractProject.WipeOutPermission.Description
:This permission grants the ability to wipe out the contents of a workspace.
.- Returns:
This permission grants the ability to wipe out the contents of a workspace.
-
Computer_Caption
KeyComputer.Caption
:Agent {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Agent {0}
-
_Computer_Caption
KeyComputer.Caption
:Agent {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Agent {0}
-
AbstractProject_CustomWorkspaceEmpty
KeyAbstractProject.CustomWorkspaceEmpty
:Custom workspace is empty.
.- Returns:
Custom workspace is empty.
-
_AbstractProject_CustomWorkspaceEmpty
public static org.jvnet.localizer.Localizable _AbstractProject_CustomWorkspaceEmpty()KeyAbstractProject.CustomWorkspaceEmpty
:Custom workspace is empty.
.- Returns:
Custom workspace is empty.
-
UpdateCenter_PluginCategory_database
KeyUpdateCenter.PluginCategory.database
:Database
.- Returns:
Database
-
_UpdateCenter_PluginCategory_database
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_database()KeyUpdateCenter.PluginCategory.database
:Database
.- Returns:
Database
-
UpdateCenter_Status_UnknownHostException
KeyUpdateCenter.Status.UnknownHostException
:<span class=error>Failed to resolve host name {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
<span class=error>Failed to resolve host name {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
-
_UpdateCenter_Status_UnknownHostException
public static org.jvnet.localizer.Localizable _UpdateCenter_Status_UnknownHostException(Object arg0, Object arg1) KeyUpdateCenter.Status.UnknownHostException
:<span class=error>Failed to resolve host name {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
<span class=error>Failed to resolve host name {0}. Perhaps you need to <a href="{1}manage/configure">configure HTTP proxy?</a></span>
-
Jenkins_IsRestarting
KeyJenkins.IsRestarting
:Jenkins is restarting
.- Returns:
Jenkins is restarting
-
_Jenkins_IsRestarting
public static org.jvnet.localizer.Localizable _Jenkins_IsRestarting()KeyJenkins.IsRestarting
:Jenkins is restarting
.- Returns:
Jenkins is restarting
-
Queue_HudsonIsAboutToShutDown
KeyQueue.HudsonIsAboutToShutDown
:Jenkins is about to shut down
.- Returns:
Jenkins is about to shut down
-
_Queue_HudsonIsAboutToShutDown
public static org.jvnet.localizer.Localizable _Queue_HudsonIsAboutToShutDown()KeyQueue.HudsonIsAboutToShutDown
:Jenkins is about to shut down
.- Returns:
Jenkins is about to shut down
-
Slave_InvalidConfig_Executors
KeySlave.InvalidConfig.Executors
:Invalid agent configuration for {0}. Invalid number of executors.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Invalid agent configuration for {0}. Invalid number of executors.
-
_Slave_InvalidConfig_Executors
KeySlave.InvalidConfig.Executors
:Invalid agent configuration for {0}. Invalid number of executors.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Invalid agent configuration for {0}. Invalid number of executors.
-
Slave_Network_Mounted_File_System_Warning
KeySlave.Network.Mounted.File.System.Warning
:Are you sure you want to use network mounted file system for FS root? Note that this directory does not need to be visible to the controller.
.- Returns:
Are you sure you want to use network mounted file system for FS root? Note that this directory does not need to be visible to the controller.
-
_Slave_Network_Mounted_File_System_Warning
public static org.jvnet.localizer.Localizable _Slave_Network_Mounted_File_System_Warning()KeySlave.Network.Mounted.File.System.Warning
:Are you sure you want to use network mounted file system for FS root? Note that this directory does not need to be visible to the controller.
.- Returns:
Are you sure you want to use network mounted file system for FS root? Note that this directory does not need to be visible to the controller.
-
AbstractProject_WorkspaceTitleOnComputer
KeyAbstractProject.WorkspaceTitleOnComputer
:Workspace of {0} on {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Workspace of {0} on {1}
-
_AbstractProject_WorkspaceTitleOnComputer
public static org.jvnet.localizer.Localizable _AbstractProject_WorkspaceTitleOnComputer(Object arg0, Object arg1) KeyAbstractProject.WorkspaceTitleOnComputer
:Workspace of {0} on {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Workspace of {0} on {1}
-
Hudson_BadPortNumber
KeyHudson.BadPortNumber
:Bad port number {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Bad port number {0}
-
_Hudson_BadPortNumber
KeyHudson.BadPortNumber
:Bad port number {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Bad port number {0}
-
Cause_UpstreamCause_CausedBy
KeyCause.UpstreamCause.CausedBy
:originally caused by:
.- Returns:
originally caused by:
-
_Cause_UpstreamCause_CausedBy
public static org.jvnet.localizer.Localizable _Cause_UpstreamCause_CausedBy()KeyCause.UpstreamCause.CausedBy
:originally caused by:
.- Returns:
originally caused by:
-
UpdateCenter_n_a
KeyUpdateCenter.n_a
:N/A
.- Returns:
N/A
-
_UpdateCenter_n_a
public static org.jvnet.localizer.Localizable _UpdateCenter_n_a()KeyUpdateCenter.n_a
:N/A
.- Returns:
N/A
-
Hudson_Computer_DisplayName
KeyHudson.Computer.DisplayName
:Built-In Node
.- Returns:
Built-In Node
-
_Hudson_Computer_DisplayName
public static org.jvnet.localizer.Localizable _Hudson_Computer_DisplayName()KeyHudson.Computer.DisplayName
:Built-In Node
.- Returns:
Built-In Node
-
UpdateCenter_PluginCategory_scm
KeyUpdateCenter.PluginCategory.scm
:Source Code Management
.- Returns:
Source Code Management
-
_UpdateCenter_PluginCategory_scm
public static org.jvnet.localizer.Localizable _UpdateCenter_PluginCategory_scm()KeyUpdateCenter.PluginCategory.scm
:Source Code Management
.- Returns:
Source Code Management
-
Hudson_AdministerPermission_Description
KeyHudson.AdministerPermission.Description
:This permission grants the ability to make system-wide configuration changes, as well as perform highly sensitive operations that amounts to full local system access (within the scope granted by the underlying OS.)
.- Returns:
This permission grants the ability to make system-wide configuration changes, as well as perform highly sensitive operations that amounts to full local system access (within the scope granted by the underlying OS.)
-
_Hudson_AdministerPermission_Description
public static org.jvnet.localizer.Localizable _Hudson_AdministerPermission_Description()KeyHudson.AdministerPermission.Description
:This permission grants the ability to make system-wide configuration changes, as well as perform highly sensitive operations that amounts to full local system access (within the scope granted by the underlying OS.)
.- Returns:
This permission grants the ability to make system-wide configuration changes, as well as perform highly sensitive operations that amounts to full local system access (within the scope granted by the underlying OS.)
-
Run_Summary_BrokenForALongTime
KeyRun.Summary.BrokenForALongTime
:broken for a long time
.- Returns:
broken for a long time
-
_Run_Summary_BrokenForALongTime
public static org.jvnet.localizer.Localizable _Run_Summary_BrokenForALongTime()KeyRun.Summary.BrokenForALongTime
:broken for a long time
.- Returns:
broken for a long time
-
Run_Summary_Unknown
KeyRun.Summary.Unknown
:?
.- Returns:
?
-
_Run_Summary_Unknown
public static org.jvnet.localizer.Localizable _Run_Summary_Unknown()KeyRun.Summary.Unknown
:?
.- Returns:
?
-
Job_NoRenameWhileBuilding
KeyJob.NoRenameWhileBuilding
:Unable to rename a job while it is building.
.- Returns:
Unable to rename a job while it is building.
-
_Job_NoRenameWhileBuilding
public static org.jvnet.localizer.Localizable _Job_NoRenameWhileBuilding()KeyJob.NoRenameWhileBuilding
:Unable to rename a job while it is building.
.- Returns:
Unable to rename a job while it is building.
-
Jenkins_CheckDisplayName_NameNotUniqueWarning
KeyJenkins.CheckDisplayName.NameNotUniqueWarning
:The display name, "{0}", is used as a name by a job and could cause confusing search results.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The display name, "{0}", is used as a name by a job and could cause confusing search results.
-
_Jenkins_CheckDisplayName_NameNotUniqueWarning
public static org.jvnet.localizer.Localizable _Jenkins_CheckDisplayName_NameNotUniqueWarning(Object arg0) KeyJenkins.CheckDisplayName.NameNotUniqueWarning
:The display name, "{0}", is used as a name by a job and could cause confusing search results.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The display name, "{0}", is used as a name by a job and could cause confusing search results.
-