Package io.jenkins.plugins.util
Class Messages
java.lang.Object
io.jenkins.plugins.util.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.LocalizableKeyFieldValidator.Error.DefaultEncoding:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>.static org.jvnet.localizer.Localizable_FieldValidator_Error_WrongIdFormat(Object arg0, Object arg1) KeyFieldValidator.Error.WrongIdFormat:An ID must match the regexp pattern {0}, but {1} does not..static org.jvnet.localizer.LocalizableKeyQualityGate.Failure:Fail the build.static org.jvnet.localizer.LocalizableKeyQualityGate.FailureRun:Fail the step and the build.static org.jvnet.localizer.LocalizableKeyQualityGate.FailureStage:Fail the step but not the build.static org.jvnet.localizer.LocalizableKeyQualityGate.Unstable:Mark the build as unstable.static org.jvnet.localizer.LocalizableKeyQualityGate.UnstableRun:Mark the step and the build as unstable.static org.jvnet.localizer.LocalizableKeyQualityGate.UnstableStage:Mark the step as unstable.static StringKeyFieldValidator.Error.DefaultEncoding:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>.static StringFieldValidator_Error_WrongIdFormat(Object arg0, Object arg1) KeyFieldValidator.Error.WrongIdFormat:An ID must match the regexp pattern {0}, but {1} does not..static StringKeyQualityGate.Failure:Fail the build.static StringKeyQualityGate.FailureRun:Fail the step and the build.static StringKeyQualityGate.FailureStage:Fail the step but not the build.static StringKeyQualityGate.Unstable:Mark the build as unstable.static StringKeyQualityGate.UnstableRun:Mark the step and the build as unstable.static StringKeyQualityGate.UnstableStage:Mark the step as unstable.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
QualityGate_Failure
KeyQualityGate.Failure:Fail the build.- Returns:
Fail the build
-
_QualityGate_Failure
public static org.jvnet.localizer.Localizable _QualityGate_Failure()KeyQualityGate.Failure:Fail the build.- Returns:
Fail the build
-
QualityGate_FailureStage
KeyQualityGate.FailureStage:Fail the step but not the build.- Returns:
Fail the step but not the build
-
_QualityGate_FailureStage
public static org.jvnet.localizer.Localizable _QualityGate_FailureStage()KeyQualityGate.FailureStage:Fail the step but not the build.- Returns:
Fail the step but not the build
-
QualityGate_UnstableRun
KeyQualityGate.UnstableRun:Mark the step and the build as unstable.- Returns:
Mark the step and the build as unstable
-
_QualityGate_UnstableRun
public static org.jvnet.localizer.Localizable _QualityGate_UnstableRun()KeyQualityGate.UnstableRun:Mark the step and the build as unstable.- Returns:
Mark the step and the build as unstable
-
QualityGate_UnstableStage
KeyQualityGate.UnstableStage:Mark the step as unstable.- Returns:
Mark the step as unstable
-
_QualityGate_UnstableStage
public static org.jvnet.localizer.Localizable _QualityGate_UnstableStage()KeyQualityGate.UnstableStage:Mark the step as unstable.- Returns:
Mark the step as unstable
-
QualityGate_Unstable
KeyQualityGate.Unstable:Mark the build as unstable.- Returns:
Mark the build as unstable
-
_QualityGate_Unstable
public static org.jvnet.localizer.Localizable _QualityGate_Unstable()KeyQualityGate.Unstable:Mark the build as unstable.- Returns:
Mark the build as unstable
-
QualityGate_FailureRun
KeyQualityGate.FailureRun:Fail the step and the build.- Returns:
Fail the step and the build
-
_QualityGate_FailureRun
public static org.jvnet.localizer.Localizable _QualityGate_FailureRun()KeyQualityGate.FailureRun:Fail the step and the build.- Returns:
Fail the step and the build
-
FieldValidator_Error_WrongIdFormat
KeyFieldValidator.Error.WrongIdFormat:An ID must match the regexp pattern {0}, but {1} does not..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
An ID must match the regexp pattern {0}, but {1} does not.
-
_FieldValidator_Error_WrongIdFormat
public static org.jvnet.localizer.Localizable _FieldValidator_Error_WrongIdFormat(Object arg0, Object arg1) KeyFieldValidator.Error.WrongIdFormat:An ID must match the regexp pattern {0}, but {1} does not..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
An ID must match the regexp pattern {0}, but {1} does not.
-
FieldValidator_Error_DefaultEncoding
KeyFieldValidator.Error.DefaultEncoding:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
-
_FieldValidator_Error_DefaultEncoding
KeyFieldValidator.Error.DefaultEncoding:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
-