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.
  • Konstruktordetails

    • Messages

      public Messages()
  • Methodendetails

    • SourceCodeRetention_NEVER

      public static String SourceCodeRetention_NEVER()
      Key SourceCodeRetention.NEVER: Never store source code.
      Gibt zurück:
      Never store source code
    • _SourceCodeRetention_NEVER

      public static org.jvnet.localizer.Localizable _SourceCodeRetention_NEVER()
      Key SourceCodeRetention.NEVER: Never store source code.
      Gibt zurück:
      Never store source code
    • SourceCodeRetention_EVERY_BUILD

      public static String SourceCodeRetention_EVERY_BUILD()
      Key SourceCodeRetention.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()
      Key SourceCodeRetention.EVERY_BUILD: Store source code of every build.
      Gibt zurück:
      Store source code of every build
    • SourceCodeRetention_LAST_BUILD

      public static String SourceCodeRetention_LAST_BUILD()
      Key SourceCodeRetention.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()
      Key SourceCodeRetention.LAST_BUILD: Store source code of last build only.
      Gibt zurück:
      Store source code of last build only
    • SourceCodeRetention_MODIFIED

      public static String SourceCodeRetention_MODIFIED()
      Key SourceCodeRetention.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()
      Key SourceCodeRetention.MODIFIED: Store source code of modified files only.
      Gibt zurück:
      Store source code of modified files only
    • FieldValidator_Error_DefaultEncoding

      public static String FieldValidator_Error_DefaultEncoding(Object arg0)
      Key FieldValidator.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}, as String.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

      public static org.jvnet.localizer.Localizable _FieldValidator_Error_DefaultEncoding(Object arg0)
      Key FieldValidator.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}, as String.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>