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)
           
 String getAwsAccessKeyId()
           
 com.amazonaws.auth.AWSCredentialsProvider getAwsCredentials()
           
 String getAwsSecretSharedKey()
           
static Set<AWSEBCredentials> getCredentials()
           
static AWSEBCredentials getCredentialsByName(String credentialsName)
           
 String getDisplayName()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()

getCredentialsByName

public static AWSEBCredentials getCredentialsByName(String credentialsName)


Copyright © 2014. All Rights Reserved.