Class Messages

java.lang.Object
jenkins.plugins.openstack.compute.Messages

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jvnet.localizer.Localizable
    Key DeletedCause: Slave is pending removal..
    static org.jvnet.localizer.Localizable
    Key OneOffCause: Single-use slave has already been used and is pending removal..
    static String
    Key DeletedCause: Slave is pending removal..
    static String
    Key OneOffCause: Single-use slave has already been used and is pending removal..

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • OneOffCause

      public static String OneOffCause()
      Key OneOffCause: Single-use slave has already been used and is pending removal..
      Returns:
      Single-use slave has already been used and is pending removal.
    • _OneOffCause

      public static org.jvnet.localizer.Localizable _OneOffCause()
      Key OneOffCause: Single-use slave has already been used and is pending removal..
      Returns:
      Single-use slave has already been used and is pending removal.
    • DeletedCause

      public static String DeletedCause()
      Key DeletedCause: Slave is pending removal..
      Returns:
      Slave is pending removal.
    • _DeletedCause

      public static org.jvnet.localizer.Localizable _DeletedCause()
      Key DeletedCause: Slave is pending removal..
      Returns:
      Slave is pending removal.