@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static org.jvnet.localizer.Localizable |
_AbstractFolder_BeingDeleted(Object arg0)
Key
AbstractFolder.BeingDeleted : {0} is currently being
deleted . |
static org.jvnet.localizer.Localizable |
_AbstractFolder_FailureToStopBuilds(Object arg0,
Object arg1)
Key
AbstractFolder.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 |
_Folder_DefaultPronoun()
Key
Folder.DefaultPronoun : Item . |
static org.jvnet.localizer.Localizable |
_Folder_Description()
Key
Folder.Description : {@code Creates a container that stores
nested items in it. |
static org.jvnet.localizer.Localizable |
_Folder_DisplayName()
Key
Folder.DisplayName : Folder . |
static org.jvnet.localizer.Localizable |
_Hudson_ViewAlreadyExists(Object arg0)
Key
Hudson.ViewAlreadyExists : A view already exists
with the name "{0}" . |
static org.jvnet.localizer.Localizable |
_RelocateAction_displayName()
Key
RelocateAction.displayName : Move . |
static org.jvnet.localizer.Localizable |
_RelocateAction_permission_desc()
Key
RelocateAction.permission.desc : Required to move a
job from one folder (or Jenkins root) to another. . |
static String |
AbstractFolder_BeingDeleted(Object arg0)
Key
AbstractFolder.BeingDeleted : {0} is currently being
deleted . |
static String |
AbstractFolder_FailureToStopBuilds(Object arg0,
Object arg1)
Key
AbstractFolder.FailureToStopBuilds : Failed to
interrupt and stop {0,choice,1#{0,number,integer}
build|1<{0,number,integer} builds} of {1} . |
static String |
Folder_DefaultPronoun()
Key
Folder.DefaultPronoun : Item . |
static String |
Folder_Description()
Key
Folder.Description : {@code Creates a container that stores
nested items in it. |
static String |
Folder_DisplayName()
Key
Folder.DisplayName : Folder . |
static String |
Hudson_ViewAlreadyExists(Object arg0)
Key
Hudson.ViewAlreadyExists : A view already exists
with the name "{0}" . |
static String |
RelocateAction_displayName()
Key
RelocateAction.displayName : Move . |
static String |
RelocateAction_permission_desc()
Key
RelocateAction.permission.desc : Required to move a
job from one folder (or Jenkins root) to another. . |
public static String Folder_DisplayName()
Folder.DisplayName
: Folder
.Folder
public static org.jvnet.localizer.Localizable _Folder_DisplayName()
Folder.DisplayName
: Folder
.Folder
public static String AbstractFolder_BeingDeleted(Object arg0)
AbstractFolder.BeingDeleted
: {0} is currently being
deleted
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} is currently being deleted
public static org.jvnet.localizer.Localizable _AbstractFolder_BeingDeleted(Object arg0)
AbstractFolder.BeingDeleted
: {0} is currently being
deleted
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} is currently being deleted
public static String RelocateAction_permission_desc()
RelocateAction.permission.desc
: Required to move a
job from one folder (or Jenkins root) to another.
.Required to move a job from one folder (or Jenkins root) to
another.
public static org.jvnet.localizer.Localizable _RelocateAction_permission_desc()
RelocateAction.permission.desc
: Required to move a
job from one folder (or Jenkins root) to another.
.Required to move a job from one folder (or Jenkins root) to
another.
public static String AbstractFolder_FailureToStopBuilds(Object arg0, Object arg1)
AbstractFolder.FailureToStopBuilds
: Failed to
interrupt and stop {0,choice,1#{0,number,integer}
build|1<{0,number,integer} builds} of {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, a number.Failed to interrupt and stop {0,choice,1#{0,number,integer}
build|1<{0,number,integer} builds} of {1}
public static org.jvnet.localizer.Localizable _AbstractFolder_FailureToStopBuilds(Object arg0, Object arg1)
AbstractFolder.FailureToStopBuilds
: Failed to
interrupt and stop {0,choice,1#{0,number,integer}
build|1<{0,number,integer} builds} of {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, a number.Failed to interrupt and stop {0,choice,1#{0,number,integer}
build|1<{0,number,integer} builds} of {1}
public static String Folder_DefaultPronoun()
Folder.DefaultPronoun
: Item
.Item
public static org.jvnet.localizer.Localizable _Folder_DefaultPronoun()
Folder.DefaultPronoun
: Item
.Item
public static String Hudson_ViewAlreadyExists(Object arg0)
Hudson.ViewAlreadyExists
: A view already exists
with the name "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.A view already exists with the name "{0}"
public static org.jvnet.localizer.Localizable _Hudson_ViewAlreadyExists(Object arg0)
Hudson.ViewAlreadyExists
: A view already exists
with the name "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.A view already exists with the name "{0}"
public static String Folder_Description()
Folder.Description
: Creates a container that stores
nested items in it. Useful for grouping things together. Unlike view,
which is just a filter, a folder creates a separate namespace, so you
can have multiple things of the same name as long as they are in
different folders.
.Creates a container that stores nested items in it. Useful for
grouping things together. Unlike view, which is just a filter, a
folder creates a separate namespace, so you can have multiple things
of the same name as long as they are in different folders.
public static org.jvnet.localizer.Localizable _Folder_Description()
Folder.Description
: Creates a container that stores
nested items in it. Useful for grouping things together. Unlike view,
which is just a filter, a folder creates a separate namespace, so you
can have multiple things of the same name as long as they are in
different folders.
.Creates a container that stores nested items in it. Useful for
grouping things together. Unlike view, which is just a filter, a
folder creates a separate namespace, so you can have multiple things
of the same name as long as they are in different folders.
public static String RelocateAction_displayName()
RelocateAction.displayName
: Move
.Move
public static org.jvnet.localizer.Localizable _RelocateAction_displayName()
RelocateAction.displayName
: Move
.Move
Copyright © 2016–2020. All rights reserved.