Class Messages
java.lang.Object
org.jenkinsci.plugins.workflow.cps.replay.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
KeyReplay.permission.description
:Ability to perform a new Pipeline build with an edited script.
.static org.jvnet.localizer.Localizable
KeyReplayAction.displayName
:Replay
.static org.jvnet.localizer.Localizable
KeyReplayAction.rebuild.displayName
:Rebuild
.static org.jvnet.localizer.Localizable
KeyReplayCause.shortDescription
:Replayed #{0}
.static org.jvnet.localizer.Localizable
KeyReplayCommand.shortDescription
:Replay a Pipeline build with edited script taken from standard input
.static String
KeyReplay.permission.description
:Ability to perform a new Pipeline build with an edited script.
.static String
KeyReplayAction.displayName
:Replay
.static String
KeyReplayAction.rebuild.displayName
:Rebuild
.static String
KeyReplayCause.shortDescription
:Replayed #{0}
.static String
KeyReplayCommand.shortDescription
:Replay a Pipeline build with edited script taken from standard input
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
Replay_permission_description
KeyReplay.permission.description
:Ability to perform a new Pipeline build with an edited script.
.- Returns:
Ability to perform a new Pipeline build with an edited script.
-
_Replay_permission_description
public static org.jvnet.localizer.Localizable _Replay_permission_description()KeyReplay.permission.description
:Ability to perform a new Pipeline build with an edited script.
.- Returns:
Ability to perform a new Pipeline build with an edited script.
-
ReplayAction_displayName
KeyReplayAction.displayName
:Replay
.- Returns:
Replay
-
_ReplayAction_displayName
public static org.jvnet.localizer.Localizable _ReplayAction_displayName()KeyReplayAction.displayName
:Replay
.- Returns:
Replay
-
ReplayCommand_shortDescription
KeyReplayCommand.shortDescription
:Replay a Pipeline build with edited script taken from standard input
.- Returns:
Replay a Pipeline build with edited script taken from standard input
-
_ReplayCommand_shortDescription
public static org.jvnet.localizer.Localizable _ReplayCommand_shortDescription()KeyReplayCommand.shortDescription
:Replay a Pipeline build with edited script taken from standard input
.- Returns:
Replay a Pipeline build with edited script taken from standard input
-
ReplayCause_shortDescription
KeyReplayCause.shortDescription
:Replayed #{0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Replayed #{0}
-
_ReplayCause_shortDescription
KeyReplayCause.shortDescription
:Replayed #{0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Replayed #{0}
-
ReplayAction_rebuild_displayName
KeyReplayAction.rebuild.displayName
:Rebuild
.- Returns:
Rebuild
-
_ReplayAction_rebuild_displayName
public static org.jvnet.localizer.Localizable _ReplayAction_rebuild_displayName()KeyReplayAction.rebuild.displayName
:Rebuild
.- Returns:
Rebuild
-