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
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()
getCredentialsByString
public static AWSEBCredentials getCredentialsByString(String credentialsString)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2014-2015. All Rights Reserved.