Class Messages
java.lang.Object
org.jenkinsci.plugins.workflow.job.properties.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
Keybuild_triggers
:Build triggers
.static org.jvnet.localizer.Localizable
Keydo_not_allow_concurrent_builds
:Do not allow concurrent builds
.static org.jvnet.localizer.Localizable
Keydo_not_allow_resume_if_master_restarts
:Do not allow the pipeline to resume if the controller restarts
.static org.jvnet.localizer.Localizable
Keyspeed_durability_override
:Pipeline speed/durability override
.static String
Keybuild_triggers
:Build triggers
.static String
Keydo_not_allow_concurrent_builds
:Do not allow concurrent builds
.static String
Keydo_not_allow_resume_if_master_restarts
:Do not allow the pipeline to resume if the controller restarts
.static String
Keyspeed_durability_override
:Pipeline speed/durability override
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
build_triggers
Keybuild_triggers
:Build triggers
.- Returns:
Build triggers
-
_build_triggers
public static org.jvnet.localizer.Localizable _build_triggers()Keybuild_triggers
:Build triggers
.- Returns:
Build triggers
-
do_not_allow_resume_if_master_restarts
Keydo_not_allow_resume_if_master_restarts
:Do not allow the pipeline to resume if the controller restarts
.- Returns:
Do not allow the pipeline to resume if the controller restarts
-
_do_not_allow_resume_if_master_restarts
public static org.jvnet.localizer.Localizable _do_not_allow_resume_if_master_restarts()Keydo_not_allow_resume_if_master_restarts
:Do not allow the pipeline to resume if the controller restarts
.- Returns:
Do not allow the pipeline to resume if the controller restarts
-
do_not_allow_concurrent_builds
Keydo_not_allow_concurrent_builds
:Do not allow concurrent builds
.- Returns:
Do not allow concurrent builds
-
_do_not_allow_concurrent_builds
public static org.jvnet.localizer.Localizable _do_not_allow_concurrent_builds()Keydo_not_allow_concurrent_builds
:Do not allow concurrent builds
.- Returns:
Do not allow concurrent builds
-
speed_durability_override
Keyspeed_durability_override
:Pipeline speed/durability override
.- Returns:
Pipeline speed/durability override
-
_speed_durability_override
public static org.jvnet.localizer.Localizable _speed_durability_override()Keyspeed_durability_override
:Pipeline speed/durability override
.- Returns:
Pipeline speed/durability override
-