Package io.jenkins.plugins.prism
Klasse Messages
java.lang.Object
io.jenkins.plugins.prism.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic 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
KeySourceCodeRetention.EVERY_BUILD
:Store source code of every build
.static org.jvnet.localizer.Localizable
KeySourceCodeRetention.LAST_BUILD
:Store source code of last build only
.static org.jvnet.localizer.Localizable
KeySourceCodeRetention.MODIFIED
:Store source code of modified files only
.static org.jvnet.localizer.Localizable
KeySourceCodeRetention.NEVER
:Never store source code
.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
KeySourceCodeRetention.EVERY_BUILD
:Store source code of every build
.static String
KeySourceCodeRetention.LAST_BUILD
:Store source code of last build only
.static String
KeySourceCodeRetention.MODIFIED
:Store source code of modified files only
.static String
KeySourceCodeRetention.NEVER
:Never store source code
.
-
Konstruktordetails
-
Messages
public Messages()
-
-
Methodendetails
-
SourceCodeRetention_NEVER
KeySourceCodeRetention.NEVER
:Never store source code
.- Gibt zurück:
Never store source code
-
_SourceCodeRetention_NEVER
public static org.jvnet.localizer.Localizable _SourceCodeRetention_NEVER()KeySourceCodeRetention.NEVER
:Never store source code
.- Gibt zurück:
Never store source code
-
SourceCodeRetention_EVERY_BUILD
KeySourceCodeRetention.EVERY_BUILD
:Store source code of every build
.- Gibt zurück:
Store source code of every build
-
_SourceCodeRetention_EVERY_BUILD
public static org.jvnet.localizer.Localizable _SourceCodeRetention_EVERY_BUILD()KeySourceCodeRetention.EVERY_BUILD
:Store source code of every build
.- Gibt zurück:
Store source code of every build
-
SourceCodeRetention_LAST_BUILD
KeySourceCodeRetention.LAST_BUILD
:Store source code of last build only
.- Gibt zurück:
Store source code of last build only
-
_SourceCodeRetention_LAST_BUILD
public static org.jvnet.localizer.Localizable _SourceCodeRetention_LAST_BUILD()KeySourceCodeRetention.LAST_BUILD
:Store source code of last build only
.- Gibt zurück:
Store source code of last build only
-
SourceCodeRetention_MODIFIED
KeySourceCodeRetention.MODIFIED
:Store source code of modified files only
.- Gibt zurück:
Store source code of modified files only
-
_SourceCodeRetention_MODIFIED
public static org.jvnet.localizer.Localizable _SourceCodeRetention_MODIFIED()KeySourceCodeRetention.MODIFIED
:Store source code of modified files only
.- Gibt zurück:
Store source code of modified files only
-
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>
-