Package hudson.plugins.ec2
Class Messages
java.lang.Object
hudson.plugins.ec2.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
KeyEC2Cloud.FailedToObtainCredentialsFromEC2
:Failed to obtain credentials from EC2 instance profile: %s
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.invalidKeySizeECInFIPSMode
:Invalid curve size, at least 224 is needed in FIPS mode.
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.invalidKeySizeInFIPSMode
:Invalid key size, at least 2048 is needed in FIPS mode.
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.keyIsMandatoryInFIPSMode
:The key is mandatory in FIPS mode.
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.keyIsNotApprovedInFIPSMode
:Key is not valid: {0}
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.MalformedUrl
:The URL is malformed. The default endpoint will be used
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.NonUniqName
:Cloud name must be unique across EC2 clouds
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.ntlmNotAllowedInFIPSMode
:NTLM is not FIPS-140 approved. Consider using a SSH server and UnixLauncher to connect to windows agents
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.passwordLengthInFIPSMode
:When running in FIPS compliance mode, the password must be at least 14 characters long.
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.selfSignedCertificateNotAllowedInFIPSMode
:Self-signed certificate is not allowed in FIPS mode
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.skipTlsVerifyNotAllowedInFIPSMode
:Skipping TLS verification is not allowed in FIPS mode
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.Success
:Success
.static org.jvnet.localizer.Localizable
KeyEC2Cloud.tlsIsRequiredInFIPSMode
:TLS is required in FIPS mode to avoid password leak
.static org.jvnet.localizer.Localizable
KeyEC2OndemandSlave.AmazonEC2
:Amazon EC2
.static org.jvnet.localizer.Localizable
KeyEC2OndemandSlave.OnDemand
:On Demand
.static org.jvnet.localizer.Localizable
KeyEC2SpotSlave.AmazonEC2SpotInstance
:Amazon EC2 Spot Instance
.static org.jvnet.localizer.Localizable
KeyEC2SpotSlave.Spot1
:Spot $
.static org.jvnet.localizer.Localizable
KeyEC2SpotSlave.Spot2
:max bid price
.static org.jvnet.localizer.Localizable
KeyGeneral.MissingPermission
:You do not have the Overall/Administer right to modify this field
.static String
KeyEC2Cloud.FailedToObtainCredentialsFromEC2
:Failed to obtain credentials from EC2 instance profile: %s
.static String
KeyEC2Cloud.invalidKeySizeECInFIPSMode
:Invalid curve size, at least 224 is needed in FIPS mode.
.static String
KeyEC2Cloud.invalidKeySizeInFIPSMode
:Invalid key size, at least 2048 is needed in FIPS mode.
.static String
KeyEC2Cloud.keyIsMandatoryInFIPSMode
:The key is mandatory in FIPS mode.
.static String
KeyEC2Cloud.keyIsNotApprovedInFIPSMode
:Key is not valid: {0}
.static String
KeyEC2Cloud.MalformedUrl
:The URL is malformed. The default endpoint will be used
.static String
KeyEC2Cloud.NonUniqName
:Cloud name must be unique across EC2 clouds
.static String
KeyEC2Cloud.ntlmNotAllowedInFIPSMode
:NTLM is not FIPS-140 approved. Consider using a SSH server and UnixLauncher to connect to windows agents
.static String
KeyEC2Cloud.passwordLengthInFIPSMode
:When running in FIPS compliance mode, the password must be at least 14 characters long.
.static String
KeyEC2Cloud.selfSignedCertificateNotAllowedInFIPSMode
:Self-signed certificate is not allowed in FIPS mode
.static String
KeyEC2Cloud.skipTlsVerifyNotAllowedInFIPSMode
:Skipping TLS verification is not allowed in FIPS mode
.static String
KeyEC2Cloud.Success
:Success
.static String
KeyEC2Cloud.tlsIsRequiredInFIPSMode
:TLS is required in FIPS mode to avoid password leak
.static String
KeyEC2OndemandSlave.AmazonEC2
:Amazon EC2
.static String
KeyEC2OndemandSlave.OnDemand
:On Demand
.static String
KeyEC2SpotSlave.AmazonEC2SpotInstance
:Amazon EC2 Spot Instance
.static String
KeyEC2SpotSlave.Spot1
:Spot $
.static String
KeyEC2SpotSlave.Spot2
:max bid price
.static String
KeyGeneral.MissingPermission
:You do not have the Overall/Administer right to modify this field
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
EC2Cloud_MalformedUrl
KeyEC2Cloud.MalformedUrl
:The URL is malformed. The default endpoint will be used
.- Returns:
The URL is malformed. The default endpoint will be used
-
_EC2Cloud_MalformedUrl
public static org.jvnet.localizer.Localizable _EC2Cloud_MalformedUrl()KeyEC2Cloud.MalformedUrl
:The URL is malformed. The default endpoint will be used
.- Returns:
The URL is malformed. The default endpoint will be used
-
General_MissingPermission
KeyGeneral.MissingPermission
:You do not have the Overall/Administer right to modify this field
.- Returns:
You do not have the Overall/Administer right to modify this field
-
_General_MissingPermission
public static org.jvnet.localizer.Localizable _General_MissingPermission()KeyGeneral.MissingPermission
:You do not have the Overall/Administer right to modify this field
.- Returns:
You do not have the Overall/Administer right to modify this field
-
EC2OndemandSlave_AmazonEC2
KeyEC2OndemandSlave.AmazonEC2
:Amazon EC2
.- Returns:
Amazon EC2
-
_EC2OndemandSlave_AmazonEC2
public static org.jvnet.localizer.Localizable _EC2OndemandSlave_AmazonEC2()KeyEC2OndemandSlave.AmazonEC2
:Amazon EC2
.- Returns:
Amazon EC2
-
EC2Cloud_invalidKeySizeECInFIPSMode
KeyEC2Cloud.invalidKeySizeECInFIPSMode
:Invalid curve size, at least 224 is needed in FIPS mode.
.- Returns:
Invalid curve size, at least 224 is needed in FIPS mode.
-
_EC2Cloud_invalidKeySizeECInFIPSMode
public static org.jvnet.localizer.Localizable _EC2Cloud_invalidKeySizeECInFIPSMode()KeyEC2Cloud.invalidKeySizeECInFIPSMode
:Invalid curve size, at least 224 is needed in FIPS mode.
.- Returns:
Invalid curve size, at least 224 is needed in FIPS mode.
-
EC2SpotSlave_Spot2
KeyEC2SpotSlave.Spot2
:max bid price
.- Returns:
max bid price
-
_EC2SpotSlave_Spot2
public static org.jvnet.localizer.Localizable _EC2SpotSlave_Spot2()KeyEC2SpotSlave.Spot2
:max bid price
.- Returns:
max bid price
-
EC2SpotSlave_Spot1
KeyEC2SpotSlave.Spot1
:Spot $
.- Returns:
Spot $
-
_EC2SpotSlave_Spot1
public static org.jvnet.localizer.Localizable _EC2SpotSlave_Spot1()KeyEC2SpotSlave.Spot1
:Spot $
.- Returns:
Spot $
-
EC2Cloud_Success
KeyEC2Cloud.Success
:Success
.- Returns:
Success
-
_EC2Cloud_Success
public static org.jvnet.localizer.Localizable _EC2Cloud_Success()KeyEC2Cloud.Success
:Success
.- Returns:
Success
-
EC2OndemandSlave_OnDemand
KeyEC2OndemandSlave.OnDemand
:On Demand
.- Returns:
On Demand
-
_EC2OndemandSlave_OnDemand
public static org.jvnet.localizer.Localizable _EC2OndemandSlave_OnDemand()KeyEC2OndemandSlave.OnDemand
:On Demand
.- Returns:
On Demand
-
EC2SpotSlave_AmazonEC2SpotInstance
KeyEC2SpotSlave.AmazonEC2SpotInstance
:Amazon EC2 Spot Instance
.- Returns:
Amazon EC2 Spot Instance
-
_EC2SpotSlave_AmazonEC2SpotInstance
public static org.jvnet.localizer.Localizable _EC2SpotSlave_AmazonEC2SpotInstance()KeyEC2SpotSlave.AmazonEC2SpotInstance
:Amazon EC2 Spot Instance
.- Returns:
Amazon EC2 Spot Instance
-
EC2Cloud_skipTlsVerifyNotAllowedInFIPSMode
KeyEC2Cloud.skipTlsVerifyNotAllowedInFIPSMode
:Skipping TLS verification is not allowed in FIPS mode
.- Returns:
Skipping TLS verification is not allowed in FIPS mode
-
_EC2Cloud_skipTlsVerifyNotAllowedInFIPSMode
public static org.jvnet.localizer.Localizable _EC2Cloud_skipTlsVerifyNotAllowedInFIPSMode()KeyEC2Cloud.skipTlsVerifyNotAllowedInFIPSMode
:Skipping TLS verification is not allowed in FIPS mode
.- Returns:
Skipping TLS verification is not allowed in FIPS mode
-
EC2Cloud_ntlmNotAllowedInFIPSMode
KeyEC2Cloud.ntlmNotAllowedInFIPSMode
:NTLM is not FIPS-140 approved. Consider using a SSH server and UnixLauncher to connect to windows agents
.- Returns:
NTLM is not FIPS-140 approved. Consider using a SSH server and UnixLauncher to connect to windows agents
-
_EC2Cloud_ntlmNotAllowedInFIPSMode
public static org.jvnet.localizer.Localizable _EC2Cloud_ntlmNotAllowedInFIPSMode()KeyEC2Cloud.ntlmNotAllowedInFIPSMode
:NTLM is not FIPS-140 approved. Consider using a SSH server and UnixLauncher to connect to windows agents
.- Returns:
NTLM is not FIPS-140 approved. Consider using a SSH server and UnixLauncher to connect to windows agents
-
EC2Cloud_invalidKeySizeInFIPSMode
KeyEC2Cloud.invalidKeySizeInFIPSMode
:Invalid key size, at least 2048 is needed in FIPS mode.
.- Returns:
Invalid key size, at least 2048 is needed in FIPS mode.
-
_EC2Cloud_invalidKeySizeInFIPSMode
public static org.jvnet.localizer.Localizable _EC2Cloud_invalidKeySizeInFIPSMode()KeyEC2Cloud.invalidKeySizeInFIPSMode
:Invalid key size, at least 2048 is needed in FIPS mode.
.- Returns:
Invalid key size, at least 2048 is needed in FIPS mode.
-
EC2Cloud_passwordLengthInFIPSMode
KeyEC2Cloud.passwordLengthInFIPSMode
:When running in FIPS compliance mode, the password must be at least 14 characters long.
.- Returns:
When running in FIPS compliance mode, the password must be at least 14 characters long.
-
_EC2Cloud_passwordLengthInFIPSMode
public static org.jvnet.localizer.Localizable _EC2Cloud_passwordLengthInFIPSMode()KeyEC2Cloud.passwordLengthInFIPSMode
:When running in FIPS compliance mode, the password must be at least 14 characters long.
.- Returns:
When running in FIPS compliance mode, the password must be at least 14 characters long.
-
EC2Cloud_keyIsNotApprovedInFIPSMode
KeyEC2Cloud.keyIsNotApprovedInFIPSMode
:Key is not valid: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Key is not valid: {0}
-
_EC2Cloud_keyIsNotApprovedInFIPSMode
KeyEC2Cloud.keyIsNotApprovedInFIPSMode
:Key is not valid: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Key is not valid: {0}
-
EC2Cloud_keyIsMandatoryInFIPSMode
KeyEC2Cloud.keyIsMandatoryInFIPSMode
:The key is mandatory in FIPS mode.
.- Returns:
The key is mandatory in FIPS mode.
-
_EC2Cloud_keyIsMandatoryInFIPSMode
public static org.jvnet.localizer.Localizable _EC2Cloud_keyIsMandatoryInFIPSMode()KeyEC2Cloud.keyIsMandatoryInFIPSMode
:The key is mandatory in FIPS mode.
.- Returns:
The key is mandatory in FIPS mode.
-
EC2Cloud_selfSignedCertificateNotAllowedInFIPSMode
KeyEC2Cloud.selfSignedCertificateNotAllowedInFIPSMode
:Self-signed certificate is not allowed in FIPS mode
.- Returns:
Self-signed certificate is not allowed in FIPS mode
-
_EC2Cloud_selfSignedCertificateNotAllowedInFIPSMode
public static org.jvnet.localizer.Localizable _EC2Cloud_selfSignedCertificateNotAllowedInFIPSMode()KeyEC2Cloud.selfSignedCertificateNotAllowedInFIPSMode
:Self-signed certificate is not allowed in FIPS mode
.- Returns:
Self-signed certificate is not allowed in FIPS mode
-
EC2Cloud_FailedToObtainCredentialsFromEC2
KeyEC2Cloud.FailedToObtainCredentialsFromEC2
:Failed to obtain credentials from EC2 instance profile: %s
.- Returns:
Failed to obtain credentials from EC2 instance profile: %s
-
_EC2Cloud_FailedToObtainCredentialsFromEC2
public static org.jvnet.localizer.Localizable _EC2Cloud_FailedToObtainCredentialsFromEC2()KeyEC2Cloud.FailedToObtainCredentialsFromEC2
:Failed to obtain credentials from EC2 instance profile: %s
.- Returns:
Failed to obtain credentials from EC2 instance profile: %s
-
EC2Cloud_NonUniqName
KeyEC2Cloud.NonUniqName
:Cloud name must be unique across EC2 clouds
.- Returns:
Cloud name must be unique across EC2 clouds
-
_EC2Cloud_NonUniqName
public static org.jvnet.localizer.Localizable _EC2Cloud_NonUniqName()KeyEC2Cloud.NonUniqName
:Cloud name must be unique across EC2 clouds
.- Returns:
Cloud name must be unique across EC2 clouds
-
EC2Cloud_tlsIsRequiredInFIPSMode
KeyEC2Cloud.tlsIsRequiredInFIPSMode
:TLS is required in FIPS mode to avoid password leak
.- Returns:
TLS is required in FIPS mode to avoid password leak
-
_EC2Cloud_tlsIsRequiredInFIPSMode
public static org.jvnet.localizer.Localizable _EC2Cloud_tlsIsRequiredInFIPSMode()KeyEC2Cloud.tlsIsRequiredInFIPSMode
:TLS is required in FIPS mode to avoid password leak
.- Returns:
TLS is required in FIPS mode to avoid password leak
-