Class Messages
java.lang.Object
com.cloudbees.jenkins.plugins.awscredentials.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
KeyAWSCredentialsImpl.CredentialsInValid
:These credentials are NOT valid: "{0}"
.static org.jvnet.localizer.Localizable
KeyAWSCredentialsImpl.CredentialsValidWithAccessToNZones
:These credentials are valid and have access to {0} availability zones
.static org.jvnet.localizer.Localizable
_AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone
(Object arg0, Object arg1, Object arg2) KeyAWSCredentialsImpl.CredentialsValidWithoutAccessToAwsServiceInZone
:These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
.static org.jvnet.localizer.Localizable
KeyAWSCredentialsImpl_DisplayName
:AWS Credentials
.static org.jvnet.localizer.Localizable
KeyAWSCredentialsImpl.NotAbleToAssumeRole
:There was an error assuming the specified IAM role, a MFA may be required by your organization.
.static org.jvnet.localizer.Localizable
KeyAWSCredentialsImpl.SpecifyAccessKeyId
:Please specify the Access Key ID
.static org.jvnet.localizer.Localizable
KeyAWSCredentialsImpl.SpecifyMFAToken
:If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
.static org.jvnet.localizer.Localizable
KeyAWSCredentialsImpl.SpecifySecretAccessKey
:Please specify the Secret Access Key
.static String
KeyAWSCredentialsImpl.CredentialsInValid
:These credentials are NOT valid: "{0}"
.static String
KeyAWSCredentialsImpl.CredentialsValidWithAccessToNZones
:These credentials are valid and have access to {0} availability zones
.static String
AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone
(Object arg0, Object arg1, Object arg2) KeyAWSCredentialsImpl.CredentialsValidWithoutAccessToAwsServiceInZone
:These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
.static String
KeyAWSCredentialsImpl_DisplayName
:AWS Credentials
.static String
KeyAWSCredentialsImpl.NotAbleToAssumeRole
:There was an error assuming the specified IAM role, a MFA may be required by your organization.
.static String
KeyAWSCredentialsImpl.SpecifyAccessKeyId
:Please specify the Access Key ID
.static String
KeyAWSCredentialsImpl.SpecifyMFAToken
:If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
.static String
KeyAWSCredentialsImpl.SpecifySecretAccessKey
:Please specify the Secret Access Key
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
AWSCredentialsImpl_SpecifySecretAccessKey
KeyAWSCredentialsImpl.SpecifySecretAccessKey
:Please specify the Secret Access Key
.- Returns:
Please specify the Secret Access Key
-
_AWSCredentialsImpl_SpecifySecretAccessKey
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_SpecifySecretAccessKey()KeyAWSCredentialsImpl.SpecifySecretAccessKey
:Please specify the Secret Access Key
.- Returns:
Please specify the Secret Access Key
-
AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone
public static String AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone(Object arg0, Object arg1, Object arg2) KeyAWSCredentialsImpl.CredentialsValidWithoutAccessToAwsServiceInZone
:These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
-
_AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone(Object arg0, Object arg1, Object arg2) KeyAWSCredentialsImpl.CredentialsValidWithoutAccessToAwsServiceInZone
:These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
-
AWSCredentialsImpl_CredentialsValidWithAccessToNZones
KeyAWSCredentialsImpl.CredentialsValidWithAccessToNZones
:These credentials are valid and have access to {0} availability zones
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are valid and have access to {0} availability zones
-
_AWSCredentialsImpl_CredentialsValidWithAccessToNZones
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_CredentialsValidWithAccessToNZones(Object arg0) KeyAWSCredentialsImpl.CredentialsValidWithAccessToNZones
:These credentials are valid and have access to {0} availability zones
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are valid and have access to {0} availability zones
-
AWSCredentialsImpl_SpecifyAccessKeyId
KeyAWSCredentialsImpl.SpecifyAccessKeyId
:Please specify the Access Key ID
.- Returns:
Please specify the Access Key ID
-
_AWSCredentialsImpl_SpecifyAccessKeyId
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_SpecifyAccessKeyId()KeyAWSCredentialsImpl.SpecifyAccessKeyId
:Please specify the Access Key ID
.- Returns:
Please specify the Access Key ID
-
AWSCredentialsImpl_CredentialsInValid
KeyAWSCredentialsImpl.CredentialsInValid
:These credentials are NOT valid: "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are NOT valid: "{0}"
-
_AWSCredentialsImpl_CredentialsInValid
KeyAWSCredentialsImpl.CredentialsInValid
:These credentials are NOT valid: "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are NOT valid: "{0}"
-
AWSCredentialsImpl_NotAbleToAssumeRole
KeyAWSCredentialsImpl.NotAbleToAssumeRole
:There was an error assuming the specified IAM role, a MFA may be required by your organization.
.- Returns:
There was an error assuming the specified IAM role, a MFA may be required by your organization.
-
_AWSCredentialsImpl_NotAbleToAssumeRole
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_NotAbleToAssumeRole()KeyAWSCredentialsImpl.NotAbleToAssumeRole
:There was an error assuming the specified IAM role, a MFA may be required by your organization.
.- Returns:
There was an error assuming the specified IAM role, a MFA may be required by your organization.
-
AWSCredentialsImpl_SpecifyMFAToken
KeyAWSCredentialsImpl.SpecifyMFAToken
:If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
.- Returns:
If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
-
_AWSCredentialsImpl_SpecifyMFAToken
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_SpecifyMFAToken()KeyAWSCredentialsImpl.SpecifyMFAToken
:If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
.- Returns:
If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
-
AWSCredentialsImpl_DisplayName
KeyAWSCredentialsImpl_DisplayName
:AWS Credentials
.- Returns:
AWS Credentials
-
_AWSCredentialsImpl_DisplayName
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_DisplayName()KeyAWSCredentialsImpl_DisplayName
:AWS Credentials
.- Returns:
AWS Credentials
-