Class Messages
java.lang.Object
org.jenkinsci.plugins.durabletask.executors.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.LocalizableKeyContinuedTask._should_be_allowed_to_run_first:{0} should be allowed to run first.static StringKeyContinuedTask._should_be_allowed_to_run_first:{0} should be allowed to run first. 
- 
Constructor Details
- 
Messages
public Messages() 
 - 
 - 
Method Details
- 
ContinuedTask__should_be_allowed_to_run_first
KeyContinuedTask._should_be_allowed_to_run_first:{0} should be allowed to run first.- Parameters:
 arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
 {0} should be allowed to run first
 - 
_ContinuedTask__should_be_allowed_to_run_first
public static org.jvnet.localizer.Localizable _ContinuedTask__should_be_allowed_to_run_first(Object arg0) KeyContinuedTask._should_be_allowed_to_run_first:{0} should be allowed to run first.- Parameters:
 arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
 {0} should be allowed to run first
 
 -