org.jenkinsci.plugins.awsbeanstalkpublisher
Class AWSEBCredentials
java.lang.Object
org.jenkinsci.plugins.awsbeanstalkpublisher.AWSEBCredentials
- All Implemented Interfaces:
- hudson.model.ModelObject
public class AWSEBCredentials
- extends Object
- implements hudson.model.ModelObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWSEBCredentials
public AWSEBCredentials()
AWSEBCredentials
@DataBoundConstructor
public AWSEBCredentials(String name,
String awsAccessKeyId,
String awsSecretSharedKey)
getName
public String getName()
getAwsAccessKeyId
public String getAwsAccessKeyId()
getAwsSecretSharedKey
public String getAwsSecretSharedKey()
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interface hudson.model.ModelObject
getAwsCredentials
public com.amazonaws.auth.AWSCredentialsProvider getAwsCredentials()
configureCredentials
public static void configureCredentials(Collection<AWSEBCredentials> toAdd)
getCredentials
public static Set<AWSEBCredentials> getCredentials()
getCredentialsByName
public static AWSEBCredentials getCredentialsByName(String credentialsName)
Copyright © 2014. All Rights Reserved.