public class CodeBuildCredentials
extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
implements com.amazonaws.auth.AWSCredentialsProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeBuildCredentials.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
CodeBuildCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String accessKey,
String secretKey,
String proxyHost,
String proxyPort,
String iamRoleArn,
String externalId) |
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.auth.AWSCredentials |
getCredentials() |
String |
getCredentialsDescriptor() |
void |
refresh() |
equals, getDescription, getId, hashCodegetDescriptor, getScopepublic static final long serialVersionUID
public String getCredentialsDescriptor()
public com.amazonaws.auth.AWSCredentials getCredentials()
getCredentials in interface com.amazonaws.auth.AWSCredentialsProviderpublic void refresh()
refresh in interface com.amazonaws.auth.AWSCredentialsProviderCopyright © 2016–2019. All rights reserved.