Class Messages
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.model.conditions.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.LocalizableKeyAborted.Description:Run when the build status is "Aborted".static org.jvnet.localizer.LocalizableKeyAlways.Description:Always run, regardless of build status.static org.jvnet.localizer.LocalizableKeyChanged.Description:Run if the current build's status is different than the previous build's status.static org.jvnet.localizer.LocalizableKeyCleanup.Description:Always run after all other conditions, regardless of build status.static org.jvnet.localizer.LocalizableKeyFailure.Description:Run if the build status is "Failure".static org.jvnet.localizer.LocalizableKeyFixed.Description:Run if the previous build was not successful and the current build's status is "Success".static org.jvnet.localizer.LocalizableKeyNotBuilt.Description:Run if the build status is "Not Built".static org.jvnet.localizer.LocalizableKeyRegression.Description:Run if the current build's status is worse than the previous build's status.static org.jvnet.localizer.LocalizableKeySuccess.Description:Run if the build status is "Success" or hasn't been set yet.static org.jvnet.localizer.LocalizableKeyUnstable.Description:Run if the build status is "Unstable".static org.jvnet.localizer.LocalizableKeyUnsuccessful.Description:Run if the current build's status is "Aborted", "Failure" or "Unstable".static StringKeyAborted.Description:Run when the build status is "Aborted".static StringKeyAlways.Description:Always run, regardless of build status.static StringKeyChanged.Description:Run if the current build's status is different than the previous build's status.static StringKeyCleanup.Description:Always run after all other conditions, regardless of build status.static StringKeyFailure.Description:Run if the build status is "Failure".static StringKeyFixed.Description:Run if the previous build was not successful and the current build's status is "Success".static StringKeyNotBuilt.Description:Run if the build status is "Not Built".static StringKeyRegression.Description:Run if the current build's status is worse than the previous build's status.static StringKeySuccess.Description:Run if the build status is "Success" or hasn't been set yet.static StringKeyUnstable.Description:Run if the build status is "Unstable".static StringKeyUnsuccessful.Description:Run if the current build's status is "Aborted", "Failure" or "Unstable".
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
Aborted_Description
KeyAborted.Description:Run when the build status is "Aborted".- Returns:
Run when the build status is "Aborted"
-
_Aborted_Description
public static org.jvnet.localizer.Localizable _Aborted_Description()KeyAborted.Description:Run when the build status is "Aborted".- Returns:
Run when the build status is "Aborted"
-
NotBuilt_Description
KeyNotBuilt.Description:Run if the build status is "Not Built".- Returns:
Run if the build status is "Not Built"
-
_NotBuilt_Description
public static org.jvnet.localizer.Localizable _NotBuilt_Description()KeyNotBuilt.Description:Run if the build status is "Not Built".- Returns:
Run if the build status is "Not Built"
-
Regression_Description
KeyRegression.Description:Run if the current build's status is worse than the previous build's status.- Returns:
Run if the current build's status is worse than the previous build's status
-
_Regression_Description
public static org.jvnet.localizer.Localizable _Regression_Description()KeyRegression.Description:Run if the current build's status is worse than the previous build's status.- Returns:
Run if the current build's status is worse than the previous build's status
-
Failure_Description
KeyFailure.Description:Run if the build status is "Failure".- Returns:
Run if the build status is "Failure"
-
_Failure_Description
public static org.jvnet.localizer.Localizable _Failure_Description()KeyFailure.Description:Run if the build status is "Failure".- Returns:
Run if the build status is "Failure"
-
Changed_Description
KeyChanged.Description:Run if the current build's status is different than the previous build's status.- Returns:
Run if the current build's status is different than the previous build's status
-
_Changed_Description
public static org.jvnet.localizer.Localizable _Changed_Description()KeyChanged.Description:Run if the current build's status is different than the previous build's status.- Returns:
Run if the current build's status is different than the previous build's status
-
Unstable_Description
KeyUnstable.Description:Run if the build status is "Unstable".- Returns:
Run if the build status is "Unstable"
-
_Unstable_Description
public static org.jvnet.localizer.Localizable _Unstable_Description()KeyUnstable.Description:Run if the build status is "Unstable".- Returns:
Run if the build status is "Unstable"
-
Unsuccessful_Description
KeyUnsuccessful.Description:Run if the current build's status is "Aborted", "Failure" or "Unstable".- Returns:
Run if the current build's status is "Aborted", "Failure" or "Unstable"
-
_Unsuccessful_Description
public static org.jvnet.localizer.Localizable _Unsuccessful_Description()KeyUnsuccessful.Description:Run if the current build's status is "Aborted", "Failure" or "Unstable".- Returns:
Run if the current build's status is "Aborted", "Failure" or "Unstable"
-
Fixed_Description
KeyFixed.Description:Run if the previous build was not successful and the current build's status is "Success".- Returns:
Run if the previous build was not successful and the current build's status is "Success"
-
_Fixed_Description
public static org.jvnet.localizer.Localizable _Fixed_Description()KeyFixed.Description:Run if the previous build was not successful and the current build's status is "Success".- Returns:
Run if the previous build was not successful and the current build's status is "Success"
-
Always_Description
KeyAlways.Description:Always run, regardless of build status.- Returns:
Always run, regardless of build status
-
_Always_Description
public static org.jvnet.localizer.Localizable _Always_Description()KeyAlways.Description:Always run, regardless of build status.- Returns:
Always run, regardless of build status
-
Success_Description
KeySuccess.Description:Run if the build status is "Success" or hasn't been set yet.- Returns:
Run if the build status is "Success" or hasn't been set yet
-
_Success_Description
public static org.jvnet.localizer.Localizable _Success_Description()KeySuccess.Description:Run if the build status is "Success" or hasn't been set yet.- Returns:
Run if the build status is "Success" or hasn't been set yet
-
Cleanup_Description
KeyCleanup.Description:Always run after all other conditions, regardless of build status.- Returns:
Always run after all other conditions, regardless of build status
-
_Cleanup_Description
public static org.jvnet.localizer.Localizable _Cleanup_Description()KeyCleanup.Description:Always run after all other conditions, regardless of build status.- Returns:
Always run after all other conditions, regardless of build status
-