public class CodeBuildCredentials extends CodeBuildBaseCredentials implements com.amazonaws.auth.AWSCredentialsProvider
Modifier and Type | Class and Description |
---|---|
static class |
CodeBuildCredentials.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
BASIC_AWS_CREDS, DEFAULT_CHAIN_CREDS, IAM_ROLE_CREDS, ROLE_SESSION_NAME, 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() |
void |
refresh() |
getCredentialsDescriptor
equals, getDescription, getId, hashCode
getDescriptor, getScope
public com.amazonaws.auth.AWSCredentials getCredentials()
getCredentials
in interface com.amazonaws.auth.AWSCredentialsProvider
getCredentials
in class CodeBuildBaseCredentials
public void refresh()
refresh
in interface com.amazonaws.auth.AWSCredentialsProvider
refresh
in class CodeBuildBaseCredentials
Copyright © 2016–2023. All rights reserved.