Package io.jenkins.plugins.util
Klasse 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.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic 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 step if the quality gate has been missed.static org.jvnet.localizer.LocalizableKeyQualityGate.Unstable:Set the build status to unstable if the quality gate has been missed.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 step if the quality gate has been missed.static StringKeyQualityGate.Unstable:Set the build status to unstable if the quality gate has been missed.
-
Konstruktordetails
-
Messages
public Messages()
-
-
Methodendetails
-
QualityGate_Failure
KeyQualityGate.Failure:Fail the step if the quality gate has been missed.- Gibt zurück:
Fail the step if the quality gate has been missed
-
_QualityGate_Failure
public static org.jvnet.localizer.Localizable _QualityGate_Failure()KeyQualityGate.Failure:Fail the step if the quality gate has been missed.- Gibt zurück:
Fail the step if the quality gate has been missed
-
QualityGate_Unstable
KeyQualityGate.Unstable:Set the build status to unstable if the quality gate has been missed.- Gibt zurück:
Set the build status to unstable if the quality gate has been missed
-
_QualityGate_Unstable
public static org.jvnet.localizer.Localizable _QualityGate_Unstable()KeyQualityGate.Unstable:Set the build status to unstable if the quality gate has been missed.- Gibt zurück:
Set the build status to unstable if the quality gate has been missed
-
FieldValidator_Error_WrongIdFormat
KeyFieldValidator.Error.WrongIdFormat:An ID must match the regexp pattern {0}, but {1} does not..- Parameter:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Gibt zurück:
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..- Parameter:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Gibt zurück:
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>.- Parameter:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Gibt zurück:
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>.- Parameter:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Gibt zurück:
Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
-