Package jenkins.plugins.jclouds.cli
Class Messages
java.lang.Object
jenkins.plugins.jclouds.cli.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
_AMBIGUOUS_TEMPLATE
(Object arg0) KeyAMBIGUOUS_TEMPLATE
:Template "{0}" is ambiguous. Please specify profile name.
.static org.jvnet.localizer.Localizable
_BUGURL()
KeyBUGURL
:https://www.jenkins.io/participate/report-issue/redirect/#16529/jclouds-jenkins
.static org.jvnet.localizer.Localizable
KeyCopyCloudCommand_shortDescription
:Duplicates an existing JClouds cloud profile to a different name.
.static org.jvnet.localizer.Localizable
KeyCopyTemplateCommand_shortDescription
:Duplicates an existing node template to a different name in the same profile.
.static org.jvnet.localizer.Localizable
KeyCreateCloudCommand_shortDescription
:Creates a new cloud profile by reading XML from stdin.
.static org.jvnet.localizer.Localizable
KeyCreateTemplateCommand_shortDescription
:Creates a new node template by reading XML from stdin.
.static org.jvnet.localizer.Localizable
KeyCreateUserdataCommand_shortDescription
:Creates new jcloud userdata reading XML from stdin.
.static org.jvnet.localizer.Localizable
KeyDELETED_CAUSE
:Agent is pending removal.
.static org.jvnet.localizer.Localizable
KeyExpireCommand_shortDescription
:Sets a node's retention time to 0 in order to get it deleted at next cleanup.
.static org.jvnet.localizer.Localizable
KeyGetCloudCommand_shortDescription
:Exports a cloud profile as XML to stdout.
.static org.jvnet.localizer.Localizable
KeyGetTemplateCommand_shortDescription
:Exports a template as XML to stdout.
.static org.jvnet.localizer.Localizable
KeyGetUserdataCommand_shortDescription
:Exports all jclouds userdata as XML to stdout.
.static org.jvnet.localizer.Localizable
_INSTANCE_CAP_REACHED
(Object arg0, Object arg1) KeyINSTANCE_CAP_REACHED
:Instance cap for this cloud is now reached for cloud profile: "{0}", template "{1}"
.static org.jvnet.localizer.Localizable
_NO_SUCH_NODE_EXISTS
(Object arg0) KeyNO_SUCH_NODE_EXISTS
:No such node "{0}" exists.
.static org.jvnet.localizer.Localizable
_NO_SUCH_PROFILE_EXISTS
(Object arg0, Object arg1) KeyNO_SUCH_PROFILE_EXISTS
:No such profile "{0}" exists. Did you mean "{1}"?
.static org.jvnet.localizer.Localizable
_NO_SUCH_TEMPLATE_EXISTS
(Object arg0, Object arg1) KeyNO_SUCH_TEMPLATE_EXISTS
:No such template "{0}" exists. Did you mean "{1}"?
.static org.jvnet.localizer.Localizable
_NODE_NOT_FROM_JCLOUDS
(Object arg0) KeyNODE_NOT_FROM_JCLOUDS
:Node "{0}" was not provided by JClouds.
.static org.jvnet.localizer.Localizable
KeyONE_OFF_CAUSE
: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 org.jvnet.localizer.Localizable
KeyUpdateCloudCommand_shortDescription
:Updates an existing JClouds profile by reading XML from stdin.
.static org.jvnet.localizer.Localizable
KeyUpdateTemplateCommand_shortDescription
:Updates an existing JClouds template by reading XML from stdin.
.static String
AMBIGUOUS_TEMPLATE
(Object arg0) KeyAMBIGUOUS_TEMPLATE
:Template "{0}" is ambiguous. Please specify profile name.
.static String
BUGURL()
KeyBUGURL
:https://www.jenkins.io/participate/report-issue/redirect/#16529/jclouds-jenkins
.static String
KeyCopyCloudCommand_shortDescription
:Duplicates an existing JClouds cloud profile to a different name.
.static String
KeyCopyTemplateCommand_shortDescription
:Duplicates an existing node template to a different name in the same profile.
.static String
KeyCreateCloudCommand_shortDescription
:Creates a new cloud profile by reading XML from stdin.
.static String
KeyCreateTemplateCommand_shortDescription
:Creates a new node template by reading XML from stdin.
.static String
KeyCreateUserdataCommand_shortDescription
:Creates new jcloud userdata reading XML from stdin.
.static String
KeyDELETED_CAUSE
:Agent is pending removal.
.static String
KeyExpireCommand_shortDescription
:Sets a node's retention time to 0 in order to get it deleted at next cleanup.
.static String
KeyGetCloudCommand_shortDescription
:Exports a cloud profile as XML to stdout.
.static String
KeyGetTemplateCommand_shortDescription
:Exports a template as XML to stdout.
.static String
KeyGetUserdataCommand_shortDescription
:Exports all jclouds userdata as XML to stdout.
.static String
INSTANCE_CAP_REACHED
(Object arg0, Object arg1) KeyINSTANCE_CAP_REACHED
:Instance cap for this cloud is now reached for cloud profile: "{0}", template "{1}"
.static String
NO_SUCH_NODE_EXISTS
(Object arg0) KeyNO_SUCH_NODE_EXISTS
:No such node "{0}" exists.
.static String
NO_SUCH_PROFILE_EXISTS
(Object arg0, Object arg1) KeyNO_SUCH_PROFILE_EXISTS
:No such profile "{0}" exists. Did you mean "{1}"?
.static String
NO_SUCH_TEMPLATE_EXISTS
(Object arg0, Object arg1) KeyNO_SUCH_TEMPLATE_EXISTS
:No such template "{0}" exists. Did you mean "{1}"?
.static String
NODE_NOT_FROM_JCLOUDS
(Object arg0) KeyNODE_NOT_FROM_JCLOUDS
:Node "{0}" was not provided by JClouds.
.static String
KeyONE_OFF_CAUSE
: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.
.static String
KeyUpdateCloudCommand_shortDescription
:Updates an existing JClouds profile by reading XML from stdin.
.static String
KeyUpdateTemplateCommand_shortDescription
:Updates an existing JClouds template by reading XML from stdin.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
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.
-
UpdateTemplateCommand_shortDescription
KeyUpdateTemplateCommand_shortDescription
:Updates an existing JClouds template by reading XML from stdin.
.- Returns:
Updates an existing JClouds template by reading XML from stdin.
-
_UpdateTemplateCommand_shortDescription
public static org.jvnet.localizer.Localizable _UpdateTemplateCommand_shortDescription()KeyUpdateTemplateCommand_shortDescription
:Updates an existing JClouds template by reading XML from stdin.
.- Returns:
Updates an existing JClouds template by reading XML from stdin.
-
AMBIGUOUS_TEMPLATE
KeyAMBIGUOUS_TEMPLATE
:Template "{0}" is ambiguous. Please specify profile name.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Template "{0}" is ambiguous. Please specify profile name.
-
_AMBIGUOUS_TEMPLATE
KeyAMBIGUOUS_TEMPLATE
:Template "{0}" is ambiguous. Please specify profile name.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Template "{0}" is ambiguous. Please specify profile name.
-
ONE_OFF_CAUSE
KeyONE_OFF_CAUSE
:Single-use agent has already been used and is pending removal.
.- Returns:
Single-use agent has already been used and is pending removal.
-
_ONE_OFF_CAUSE
public static org.jvnet.localizer.Localizable _ONE_OFF_CAUSE()KeyONE_OFF_CAUSE
:Single-use agent has already been used and is pending removal.
.- Returns:
Single-use agent has already been used and is pending removal.
-
UpdateCloudCommand_shortDescription
KeyUpdateCloudCommand_shortDescription
:Updates an existing JClouds profile by reading XML from stdin.
.- Returns:
Updates an existing JClouds profile by reading XML from stdin.
-
_UpdateCloudCommand_shortDescription
public static org.jvnet.localizer.Localizable _UpdateCloudCommand_shortDescription()KeyUpdateCloudCommand_shortDescription
:Updates an existing JClouds profile by reading XML from stdin.
.- Returns:
Updates an existing JClouds profile by reading XML from stdin.
-
ExpireCommand_shortDescription
KeyExpireCommand_shortDescription
:Sets a node's retention time to 0 in order to get it deleted at next cleanup.
.- Returns:
Sets a node's retention time to 0 in order to get it deleted at next cleanup.
-
_ExpireCommand_shortDescription
public static org.jvnet.localizer.Localizable _ExpireCommand_shortDescription()KeyExpireCommand_shortDescription
:Sets a node's retention time to 0 in order to get it deleted at next cleanup.
.- Returns:
Sets a node's retention time to 0 in order to get it deleted at next cleanup.
-
GetCloudCommand_shortDescription
KeyGetCloudCommand_shortDescription
:Exports a cloud profile as XML to stdout.
.- Returns:
Exports a cloud profile as XML to stdout.
-
_GetCloudCommand_shortDescription
public static org.jvnet.localizer.Localizable _GetCloudCommand_shortDescription()KeyGetCloudCommand_shortDescription
:Exports a cloud profile as XML to stdout.
.- Returns:
Exports a cloud profile as XML to stdout.
-
GetTemplateCommand_shortDescription
KeyGetTemplateCommand_shortDescription
:Exports a template as XML to stdout.
.- Returns:
Exports a template as XML to stdout.
-
_GetTemplateCommand_shortDescription
public static org.jvnet.localizer.Localizable _GetTemplateCommand_shortDescription()KeyGetTemplateCommand_shortDescription
:Exports a template as XML to stdout.
.- Returns:
Exports a template as XML to stdout.
-
CopyCloudCommand_shortDescription
KeyCopyCloudCommand_shortDescription
:Duplicates an existing JClouds cloud profile to a different name.
.- Returns:
Duplicates an existing JClouds cloud profile to a different name.
-
_CopyCloudCommand_shortDescription
public static org.jvnet.localizer.Localizable _CopyCloudCommand_shortDescription()KeyCopyCloudCommand_shortDescription
:Duplicates an existing JClouds cloud profile to a different name.
.- Returns:
Duplicates an existing JClouds cloud profile to a different name.
-
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.
-
CopyTemplateCommand_shortDescription
KeyCopyTemplateCommand_shortDescription
:Duplicates an existing node template to a different name in the same profile.
.- Returns:
Duplicates an existing node template to a different name in the same profile.
-
_CopyTemplateCommand_shortDescription
public static org.jvnet.localizer.Localizable _CopyTemplateCommand_shortDescription()KeyCopyTemplateCommand_shortDescription
:Duplicates an existing node template to a different name in the same profile.
.- Returns:
Duplicates an existing node template to a different name in the same profile.
-
CreateCloudCommand_shortDescription
KeyCreateCloudCommand_shortDescription
:Creates a new cloud profile by reading XML from stdin.
.- Returns:
Creates a new cloud profile by reading XML from stdin.
-
_CreateCloudCommand_shortDescription
public static org.jvnet.localizer.Localizable _CreateCloudCommand_shortDescription()KeyCreateCloudCommand_shortDescription
:Creates a new cloud profile by reading XML from stdin.
.- Returns:
Creates a new cloud profile by reading XML from stdin.
-
NO_SUCH_NODE_EXISTS
KeyNO_SUCH_NODE_EXISTS
:No such node "{0}" exists.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such node "{0}" exists.
-
_NO_SUCH_NODE_EXISTS
KeyNO_SUCH_NODE_EXISTS
:No such node "{0}" exists.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such node "{0}" exists.
-
INSTANCE_CAP_REACHED
KeyINSTANCE_CAP_REACHED
:Instance cap for this cloud is now reached for cloud profile: "{0}", template "{1}"
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Instance cap for this cloud is now reached for cloud profile: "{0}", template "{1}"
-
_INSTANCE_CAP_REACHED
KeyINSTANCE_CAP_REACHED
:Instance cap for this cloud is now reached for cloud profile: "{0}", template "{1}"
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Instance cap for this cloud is now reached for cloud profile: "{0}", template "{1}"
-
NODE_NOT_FROM_JCLOUDS
KeyNODE_NOT_FROM_JCLOUDS
:Node "{0}" was not provided by JClouds.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Node "{0}" was not provided by JClouds.
-
_NODE_NOT_FROM_JCLOUDS
KeyNODE_NOT_FROM_JCLOUDS
:Node "{0}" was not provided by JClouds.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Node "{0}" was not provided by JClouds.
-
BUGURL
KeyBUGURL
:https://www.jenkins.io/participate/report-issue/redirect/#16529/jclouds-jenkins
.- Returns:
https://www.jenkins.io/participate/report-issue/redirect/#16529/jclouds-jenkins
-
_BUGURL
public static org.jvnet.localizer.Localizable _BUGURL()KeyBUGURL
:https://www.jenkins.io/participate/report-issue/redirect/#16529/jclouds-jenkins
.- Returns:
https://www.jenkins.io/participate/report-issue/redirect/#16529/jclouds-jenkins
-
GetUserdataCommand_shortDescription
KeyGetUserdataCommand_shortDescription
:Exports all jclouds userdata as XML to stdout.
.- Returns:
Exports all jclouds userdata as XML to stdout.
-
_GetUserdataCommand_shortDescription
public static org.jvnet.localizer.Localizable _GetUserdataCommand_shortDescription()KeyGetUserdataCommand_shortDescription
:Exports all jclouds userdata as XML to stdout.
.- Returns:
Exports all jclouds userdata as XML to stdout.
-
NO_SUCH_TEMPLATE_EXISTS
KeyNO_SUCH_TEMPLATE_EXISTS
: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}"?
-
_NO_SUCH_TEMPLATE_EXISTS
KeyNO_SUCH_TEMPLATE_EXISTS
: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}"?
-
CreateUserdataCommand_shortDescription
KeyCreateUserdataCommand_shortDescription
:Creates new jcloud userdata reading XML from stdin.
.- Returns:
Creates new jcloud userdata reading XML from stdin.
-
_CreateUserdataCommand_shortDescription
public static org.jvnet.localizer.Localizable _CreateUserdataCommand_shortDescription()KeyCreateUserdataCommand_shortDescription
:Creates new jcloud userdata reading XML from stdin.
.- Returns:
Creates new jcloud userdata reading XML from stdin.
-
NO_SUCH_PROFILE_EXISTS
KeyNO_SUCH_PROFILE_EXISTS
: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}"?
-
_NO_SUCH_PROFILE_EXISTS
KeyNO_SUCH_PROFILE_EXISTS
: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}"?
-
DELETED_CAUSE
KeyDELETED_CAUSE
:Agent is pending removal.
.- Returns:
Agent is pending removal.
-
_DELETED_CAUSE
public static org.jvnet.localizer.Localizable _DELETED_CAUSE()KeyDELETED_CAUSE
:Agent is pending removal.
.- Returns:
Agent is pending removal.
-
CreateTemplateCommand_shortDescription
KeyCreateTemplateCommand_shortDescription
:Creates a new node template by reading XML from stdin.
.- Returns:
Creates a new node template by reading XML from stdin.
-
_CreateTemplateCommand_shortDescription
public static org.jvnet.localizer.Localizable _CreateTemplateCommand_shortDescription()KeyCreateTemplateCommand_shortDescription
:Creates a new node template by reading XML from stdin.
.- Returns:
Creates a new node template by reading XML from stdin.
-