org.jenkinsci.plugins.awsbeanstalkpublisher
Class AWSEBCredentials

java.lang.Object
  extended by org.jenkinsci.plugins.awsbeanstalkpublisher.AWSEBCredentials
All Implemented Interfaces:
hudson.model.ModelObject

public class AWSEBCredentials
extends Object
implements hudson.model.ModelObject


Constructor Summary
AWSEBCredentials()
           
AWSEBCredentials(String name, String awsAccessKeyId, String awsSecretSharedKey)
           
 
Method Summary
static void configureCredentials(Collection<AWSEBCredentials> toAdd)
           
 boolean equals(Object o)
           
 String getAwsAccessKeyId()
           
 com.amazonaws.auth.AWSCredentialsProvider getAwsCredentials()
           
 String getAwsSecretSharedKey()
           
static Set<AWSEBCredentials> getCredentials()
           
static AWSEBCredentials getCredentialsByString(String credentialsString)
           
 String getDisplayName()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWSEBCredentials

public AWSEBCredentials()

AWSEBCredentials

@DataBoundConstructor
public AWSEBCredentials(String name,
                                             String awsAccessKeyId,
                                             String awsSecretSharedKey)
Method Detail

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. All Rights Reserved.