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
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
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>
.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.Localizable
KeyQualityGate.Failure
:Fail the build
.static org.jvnet.localizer.Localizable
KeyQualityGate.FailureRun
:Fail the step and the build
.static org.jvnet.localizer.Localizable
KeyQualityGate.FailureStage
:Fail the step but not the build
.static org.jvnet.localizer.Localizable
KeyQualityGate.Unstable
:Mark the build as unstable
.static org.jvnet.localizer.Localizable
KeyQualityGate.UnstableRun
:Mark the step and the build as unstable
.static org.jvnet.localizer.Localizable
KeyQualityGate.UnstableStage
:Mark the step as unstable
.static String
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>
.static String
FieldValidator_Error_WrongIdFormat
(Object arg0, Object arg1) KeyFieldValidator.Error.WrongIdFormat
:An ID must match the regexp pattern {0}, but {1} does not.
.static String
KeyQualityGate.Failure
:Fail the build
.static String
KeyQualityGate.FailureRun
:Fail the step and the build
.static String
KeyQualityGate.FailureStage
:Fail the step but not the build
.static String
KeyQualityGate.Unstable
:Mark the build as unstable
.static String
KeyQualityGate.UnstableRun
:Mark the step and the build as unstable
.static String
KeyQualityGate.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:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, 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:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, 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>
-