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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeybuild_triggers:Build triggers.static org.jvnet.localizer.LocalizableKeydo_not_allow_concurrent_builds:Do not allow concurrent builds.static org.jvnet.localizer.LocalizableKeydo_not_allow_resume_if_master_restarts:Do not allow the pipeline to resume if the controller restarts.static org.jvnet.localizer.LocalizableKeyspeed_durability_override:Pipeline speed/durability override.static StringKeybuild_triggers:Build triggers.static StringKeydo_not_allow_concurrent_builds:Do not allow concurrent builds.static StringKeydo_not_allow_resume_if_master_restarts:Do not allow the pipeline to resume if the controller restarts.static StringKeyspeed_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
-