public class AWSEBCredentials extends hudson.model.AbstractDescribableImpl<AWSEBCredentials> implements hudson.model.ModelObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSEBCredentials.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static AWSEBCredentials.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
AWSEBCredentials(String name,
String awsAccessKeyId,
String awsSecretSharedKey) |
| Modifier and Type | Method and Description |
|---|---|
static void |
configureCredentials(Collection<AWSEBCredentials> toAdd) |
boolean |
equals(Object o) |
String |
getAwsAccessKeyId() |
com.amazonaws.auth.AWSCredentialsProvider |
getAwsCredentials() |
com.amazonaws.regions.Regions |
getAwsRegion() |
String |
getAwsSecretSharedKey() |
static Set<AWSEBCredentials> |
getCredentials() |
static AWSEBCredentials |
getCredentialsByString(String credentialsString) |
AWSEBCredentials.DescriptorImpl |
getDescriptor() |
String |
getDisplayName() |
String |
getName() |
int |
hashCode() |
String |
toString() |
@Extension public static final AWSEBCredentials.DescriptorImpl DESCRIPTOR
public String getName()
public String getAwsAccessKeyId()
public String getAwsSecretSharedKey()
public com.amazonaws.regions.Regions getAwsRegion()
public String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectpublic com.amazonaws.auth.AWSCredentialsProvider getAwsCredentials()
public static void configureCredentials(Collection<AWSEBCredentials> toAdd)
public static Set<AWSEBCredentials> getCredentials()
public static AWSEBCredentials getCredentialsByString(String credentialsString)
public AWSEBCredentials.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<AWSEBCredentials>getDescriptor in class hudson.model.AbstractDescribableImpl<AWSEBCredentials>Copyright © 2014-2016. All Rights Reserved.