Package jenkins.model.run
Class Messages
java.lang.Object
jenkins.model.run.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyEditRunAction.DisplayName.Update:Edit build information.static org.jvnet.localizer.LocalizableKeyEditRunAction.DisplayName.View:View build information.static org.jvnet.localizer.LocalizableKeyKeepRunAction.DisplayName.Keep:Keep build forever.static org.jvnet.localizer.LocalizableKeyKeepRunAction.DisplayName.UnKeep:Don''t keep this build forever.static org.jvnet.localizer.Localizable_StopRunAction_confirm(Object arg0) KeyStopRunAction.confirm:Are you sure you want to cancel {0}?.static StringKeyEditRunAction.DisplayName.Update:Edit build information.static StringKeyEditRunAction.DisplayName.View:View build information.static StringKeyKeepRunAction.DisplayName.Keep:Keep build forever.static StringKeyKeepRunAction.DisplayName.UnKeep:Don''t keep this build forever.static StringStopRunAction_confirm(Object arg0) KeyStopRunAction.confirm:Are you sure you want to cancel {0}?.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
EditRunAction_DisplayName_Update
KeyEditRunAction.DisplayName.Update:Edit build information.- Returns:
Edit build information
-
_EditRunAction_DisplayName_Update
public static org.jvnet.localizer.Localizable _EditRunAction_DisplayName_Update()KeyEditRunAction.DisplayName.Update:Edit build information.- Returns:
Edit build information
-
KeepRunAction_DisplayName_UnKeep
KeyKeepRunAction.DisplayName.UnKeep:Don''t keep this build forever.- Returns:
Don''t keep this build forever
-
_KeepRunAction_DisplayName_UnKeep
public static org.jvnet.localizer.Localizable _KeepRunAction_DisplayName_UnKeep()KeyKeepRunAction.DisplayName.UnKeep:Don''t keep this build forever.- Returns:
Don''t keep this build forever
-
StopRunAction_confirm
KeyStopRunAction.confirm:Are you sure you want to cancel {0}?.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Are you sure you want to cancel {0}?
-
_StopRunAction_confirm
KeyStopRunAction.confirm:Are you sure you want to cancel {0}?.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Are you sure you want to cancel {0}?
-
EditRunAction_DisplayName_View
KeyEditRunAction.DisplayName.View:View build information.- Returns:
View build information
-
_EditRunAction_DisplayName_View
public static org.jvnet.localizer.Localizable _EditRunAction_DisplayName_View()KeyEditRunAction.DisplayName.View:View build information.- Returns:
View build information
-
KeepRunAction_DisplayName_Keep
KeyKeepRunAction.DisplayName.Keep:Keep build forever.- Returns:
Keep build forever
-
_KeepRunAction_DisplayName_Keep
public static org.jvnet.localizer.Localizable _KeepRunAction_DisplayName_Keep()KeyKeepRunAction.DisplayName.Keep:Keep build forever.- Returns:
Keep build forever
-