Class Messages
java.lang.Object
org.jenkinsci.plugins.workflow.flow.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
KeyFlowDurabilityHint.MAX_SURVIVABILITY.description
:Maximum survivability/durability but slowest
.static org.jvnet.localizer.Localizable
KeyFlowDurabilityHint.MAX_SURVIVABILITY.tooltip
:Writes data with every step, using atomic writes for integrity. Provides maximum ability to retain running pipeline data and resume in the event of a Jenkins failure.
.static org.jvnet.localizer.Localizable
KeyFlowDurabilityHint.PERFORMANCE_OPTIMIZED.description
:Performance-optimized: much faster (requires clean shutdown to save running pipelines)
.static org.jvnet.localizer.Localizable
KeyFlowDurabilityHint.PERFORMANCE_OPTIMIZED.tooltip
:Avoids writing data with every step, avoids atomic writes of data. Pipelines can resume if Jenkins shuts down cleanly, but running pipelines lose step information and cannot resume if Jenkins unexpectedly fails.
.static org.jvnet.localizer.Localizable
KeyFlowDurabilityHint.SURVIVABLE_NONATOMIC.description
:Less durability, a bit faster (specialty use only)
.static org.jvnet.localizer.Localizable
KeyFlowDurabilityHint.SURVIVABLE_NONATOMIC.tooltip
:Writes data with every step but avoids atomic writes. On some file systems this is faster than maximum durability mode, but running pipeline data may be lost if disk writes are interrupted or fail.
.static String
KeyFlowDurabilityHint.MAX_SURVIVABILITY.description
:Maximum survivability/durability but slowest
.static String
KeyFlowDurabilityHint.MAX_SURVIVABILITY.tooltip
:Writes data with every step, using atomic writes for integrity. Provides maximum ability to retain running pipeline data and resume in the event of a Jenkins failure.
.static String
KeyFlowDurabilityHint.PERFORMANCE_OPTIMIZED.description
:Performance-optimized: much faster (requires clean shutdown to save running pipelines)
.static String
KeyFlowDurabilityHint.PERFORMANCE_OPTIMIZED.tooltip
:Avoids writing data with every step, avoids atomic writes of data. Pipelines can resume if Jenkins shuts down cleanly, but running pipelines lose step information and cannot resume if Jenkins unexpectedly fails.
.static String
KeyFlowDurabilityHint.SURVIVABLE_NONATOMIC.description
:Less durability, a bit faster (specialty use only)
.static String
KeyFlowDurabilityHint.SURVIVABLE_NONATOMIC.tooltip
:Writes data with every step but avoids atomic writes. On some file systems this is faster than maximum durability mode, but running pipeline data may be lost if disk writes are interrupted or fail.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
FlowDurabilityHint_PERFORMANCE_OPTIMIZED_description
KeyFlowDurabilityHint.PERFORMANCE_OPTIMIZED.description
:Performance-optimized: much faster (requires clean shutdown to save running pipelines)
.- Returns:
Performance-optimized: much faster (requires clean shutdown to save running pipelines)
-
_FlowDurabilityHint_PERFORMANCE_OPTIMIZED_description
public static org.jvnet.localizer.Localizable _FlowDurabilityHint_PERFORMANCE_OPTIMIZED_description()KeyFlowDurabilityHint.PERFORMANCE_OPTIMIZED.description
:Performance-optimized: much faster (requires clean shutdown to save running pipelines)
.- Returns:
Performance-optimized: much faster (requires clean shutdown to save running pipelines)
-
FlowDurabilityHint_SURVIVABLE_NONATOMIC_description
KeyFlowDurabilityHint.SURVIVABLE_NONATOMIC.description
:Less durability, a bit faster (specialty use only)
.- Returns:
Less durability, a bit faster (specialty use only)
-
_FlowDurabilityHint_SURVIVABLE_NONATOMIC_description
public static org.jvnet.localizer.Localizable _FlowDurabilityHint_SURVIVABLE_NONATOMIC_description()KeyFlowDurabilityHint.SURVIVABLE_NONATOMIC.description
:Less durability, a bit faster (specialty use only)
.- Returns:
Less durability, a bit faster (specialty use only)
-
FlowDurabilityHint_MAX_SURVIVABILITY_description
KeyFlowDurabilityHint.MAX_SURVIVABILITY.description
:Maximum survivability/durability but slowest
.- Returns:
Maximum survivability/durability but slowest
-
_FlowDurabilityHint_MAX_SURVIVABILITY_description
public static org.jvnet.localizer.Localizable _FlowDurabilityHint_MAX_SURVIVABILITY_description()KeyFlowDurabilityHint.MAX_SURVIVABILITY.description
:Maximum survivability/durability but slowest
.- Returns:
Maximum survivability/durability but slowest
-
FlowDurabilityHint_MAX_SURVIVABILITY_tooltip
KeyFlowDurabilityHint.MAX_SURVIVABILITY.tooltip
:Writes data with every step, using atomic writes for integrity. Provides maximum ability to retain running pipeline data and resume in the event of a Jenkins failure.
.- Returns:
Writes data with every step, using atomic writes for integrity. Provides maximum ability to retain running pipeline data and resume in the event of a Jenkins failure.
-
_FlowDurabilityHint_MAX_SURVIVABILITY_tooltip
public static org.jvnet.localizer.Localizable _FlowDurabilityHint_MAX_SURVIVABILITY_tooltip()KeyFlowDurabilityHint.MAX_SURVIVABILITY.tooltip
:Writes data with every step, using atomic writes for integrity. Provides maximum ability to retain running pipeline data and resume in the event of a Jenkins failure.
.- Returns:
Writes data with every step, using atomic writes for integrity. Provides maximum ability to retain running pipeline data and resume in the event of a Jenkins failure.
-
FlowDurabilityHint_SURVIVABLE_NONATOMIC_tooltip
KeyFlowDurabilityHint.SURVIVABLE_NONATOMIC.tooltip
:Writes data with every step but avoids atomic writes. On some file systems this is faster than maximum durability mode, but running pipeline data may be lost if disk writes are interrupted or fail.
.- Returns:
Writes data with every step but avoids atomic writes. On some file systems this is faster than maximum durability mode, but running pipeline data may be lost if disk writes are interrupted or fail.
-
_FlowDurabilityHint_SURVIVABLE_NONATOMIC_tooltip
public static org.jvnet.localizer.Localizable _FlowDurabilityHint_SURVIVABLE_NONATOMIC_tooltip()KeyFlowDurabilityHint.SURVIVABLE_NONATOMIC.tooltip
:Writes data with every step but avoids atomic writes. On some file systems this is faster than maximum durability mode, but running pipeline data may be lost if disk writes are interrupted or fail.
.- Returns:
Writes data with every step but avoids atomic writes. On some file systems this is faster than maximum durability mode, but running pipeline data may be lost if disk writes are interrupted or fail.
-
FlowDurabilityHint_PERFORMANCE_OPTIMIZED_tooltip
KeyFlowDurabilityHint.PERFORMANCE_OPTIMIZED.tooltip
:Avoids writing data with every step, avoids atomic writes of data. Pipelines can resume if Jenkins shuts down cleanly, but running pipelines lose step information and cannot resume if Jenkins unexpectedly fails.
.- Returns:
Avoids writing data with every step, avoids atomic writes of data. Pipelines can resume if Jenkins shuts down cleanly, but running pipelines lose step information and cannot resume if Jenkins unexpectedly fails.
-
_FlowDurabilityHint_PERFORMANCE_OPTIMIZED_tooltip
public static org.jvnet.localizer.Localizable _FlowDurabilityHint_PERFORMANCE_OPTIMIZED_tooltip()KeyFlowDurabilityHint.PERFORMANCE_OPTIMIZED.tooltip
:Avoids writing data with every step, avoids atomic writes of data. Pipelines can resume if Jenkins shuts down cleanly, but running pipelines lose step information and cannot resume if Jenkins unexpectedly fails.
.- Returns:
Avoids writing data with every step, avoids atomic writes of data. Pipelines can resume if Jenkins shuts down cleanly, but running pipelines lose step information and cannot resume if Jenkins unexpectedly fails.
-