Package jenkins.plugins.jclouds.compute
Class Messages
java.lang.Object
jenkins.plugins.jclouds.compute.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
KeydeletedCause
:Agent is pending removal.
.static org.jvnet.localizer.Localizable
KeyExpireCommand_shortDescription
:Expires a node.
.static org.jvnet.localizer.Localizable
KeyJClouds.NoSuchNodeExists
:No such node "{0}" exists.
.static org.jvnet.localizer.Localizable
_JClouds_NoSuchProfileExists
(Object arg0, Object arg1) KeyJClouds.NoSuchProfileExists
:No such profile "{0}" exists. Did you mean "{1}"?
.static org.jvnet.localizer.Localizable
_JClouds_NoSuchTemplateExists
(Object arg0, Object arg1) KeyJClouds.NoSuchTemplateExists
:No such template "{0}" exists. Did you mean "{1}"?
.static org.jvnet.localizer.Localizable
KeyJClouds.NotFromJClouds
:Node "{0}" was not created by JClouds.
.static org.jvnet.localizer.Localizable
KeyoneOffCause
:Single-use agent has already been used and is pending removal.
.static org.jvnet.localizer.Localizable
KeyProvisionCommand_shortDescription
:Provision a new node using a JClouds template.
.static org.jvnet.localizer.Localizable
KeyTemplatesCommand_shortDescription
:List all JClouds templates.
.static String
KeydeletedCause
:Agent is pending removal.
.static String
KeyExpireCommand_shortDescription
:Expires a node.
.static String
KeyJClouds.NoSuchNodeExists
:No such node "{0}" exists.
.static String
JClouds_NoSuchProfileExists
(Object arg0, Object arg1) KeyJClouds.NoSuchProfileExists
:No such profile "{0}" exists. Did you mean "{1}"?
.static String
JClouds_NoSuchTemplateExists
(Object arg0, Object arg1) KeyJClouds.NoSuchTemplateExists
:No such template "{0}" exists. Did you mean "{1}"?
.static String
JClouds_NotFromJClouds
(Object arg0) KeyJClouds.NotFromJClouds
:Node "{0}" was not created by JClouds.
.static String
KeyoneOffCause
:Single-use agent has already been used and is pending removal.
.static String
KeyProvisionCommand_shortDescription
:Provision a new node using a JClouds template.
.static String
KeyTemplatesCommand_shortDescription
:List all JClouds templates.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
JClouds_NoSuchNodeExists
KeyJClouds.NoSuchNodeExists
:No such node "{0}" exists.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such node "{0}" exists.
-
_JClouds_NoSuchNodeExists
KeyJClouds.NoSuchNodeExists
:No such node "{0}" exists.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such node "{0}" exists.
-
JClouds_NoSuchProfileExists
KeyJClouds.NoSuchProfileExists
:No such profile "{0}" exists. Did you mean "{1}"?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such profile "{0}" exists. Did you mean "{1}"?
-
_JClouds_NoSuchProfileExists
public static org.jvnet.localizer.Localizable _JClouds_NoSuchProfileExists(Object arg0, Object arg1) KeyJClouds.NoSuchProfileExists
:No such profile "{0}" exists. Did you mean "{1}"?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such profile "{0}" exists. Did you mean "{1}"?
-
ProvisionCommand_shortDescription
KeyProvisionCommand_shortDescription
:Provision a new node using a JClouds template.
.- Returns:
Provision a new node using a JClouds template.
-
_ProvisionCommand_shortDescription
public static org.jvnet.localizer.Localizable _ProvisionCommand_shortDescription()KeyProvisionCommand_shortDescription
:Provision a new node using a JClouds template.
.- Returns:
Provision a new node using a JClouds template.
-
JClouds_NotFromJClouds
KeyJClouds.NotFromJClouds
:Node "{0}" was not created by JClouds.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Node "{0}" was not created by JClouds.
-
_JClouds_NotFromJClouds
KeyJClouds.NotFromJClouds
:Node "{0}" was not created by JClouds.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Node "{0}" was not created by JClouds.
-
deletedCause
KeydeletedCause
:Agent is pending removal.
.- Returns:
Agent is pending removal.
-
_deletedCause
public static org.jvnet.localizer.Localizable _deletedCause()KeydeletedCause
:Agent is pending removal.
.- Returns:
Agent is pending removal.
-
ExpireCommand_shortDescription
KeyExpireCommand_shortDescription
:Expires a node.
.- Returns:
Expires a node.
-
_ExpireCommand_shortDescription
public static org.jvnet.localizer.Localizable _ExpireCommand_shortDescription()KeyExpireCommand_shortDescription
:Expires a node.
.- Returns:
Expires a node.
-
JClouds_NoSuchTemplateExists
KeyJClouds.NoSuchTemplateExists
:No such template "{0}" exists. Did you mean "{1}"?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such template "{0}" exists. Did you mean "{1}"?
-
_JClouds_NoSuchTemplateExists
public static org.jvnet.localizer.Localizable _JClouds_NoSuchTemplateExists(Object arg0, Object arg1) KeyJClouds.NoSuchTemplateExists
:No such template "{0}" exists. Did you mean "{1}"?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such template "{0}" exists. Did you mean "{1}"?
-
oneOffCause
KeyoneOffCause
:Single-use agent has already been used and is pending removal.
.- Returns:
Single-use agent has already been used and is pending removal.
-
_oneOffCause
public static org.jvnet.localizer.Localizable _oneOffCause()KeyoneOffCause
:Single-use agent has already been used and is pending removal.
.- Returns:
Single-use agent has already been used and is pending removal.
-
TemplatesCommand_shortDescription
KeyTemplatesCommand_shortDescription
:List all JClouds templates.
.- Returns:
List all JClouds templates.
-
_TemplatesCommand_shortDescription
public static org.jvnet.localizer.Localizable _TemplatesCommand_shortDescription()KeyTemplatesCommand_shortDescription
:List all JClouds templates.
.- Returns:
List all JClouds templates.
-