Class Messages
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.causes.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.LocalizableKeyRestartedDeclarativePipelineCause.ShortDescription:Restarted from build #{0}, stage {1}.static StringKeyRestartedDeclarativePipelineCause.ShortDescription:Restarted from build #{0}, stage {1}.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
RestartedDeclarativePipelineCause_ShortDescription
KeyRestartedDeclarativePipelineCause.ShortDescription:Restarted from build #{0}, stage {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Restarted from build #{0}, stage {1}
-
_RestartedDeclarativePipelineCause_ShortDescription
public static org.jvnet.localizer.Localizable _RestartedDeclarativePipelineCause_ShortDescription(Object arg0, Object arg1) KeyRestartedDeclarativePipelineCause.ShortDescription:Restarted from build #{0}, stage {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Restarted from build #{0}, stage {1}
-