public class AmazonECSRegistryCredential
extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
implements com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials
AWSCredentials
when a credential for Amazon ECS Registry end point is needed.com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials.NameProvider| Constructor and Description |
|---|
AmazonECSRegistryCredential(com.cloudbees.plugins.credentials.CredentialsScope scope,
String credentialsId,
com.amazonaws.regions.Regions region,
String description,
hudson.model.ItemGroup itemGroup) |
AmazonECSRegistryCredential(com.cloudbees.plugins.credentials.CredentialsScope scope,
String credentialsId,
String description,
hudson.model.ItemGroup itemGroup) |
| Modifier and Type | Method and Description |
|---|---|
com.cloudbees.jenkins.plugins.awscredentials.AmazonWebServicesCredentials |
getCredentials() |
String |
getCredentialsId() |
String |
getDescription() |
String |
getEmail() |
hudson.util.Secret |
getPassword() |
String |
getUsername() |
equals, getId, hashCodegetDescriptor, getScopepublic AmazonECSRegistryCredential(com.cloudbees.plugins.credentials.CredentialsScope scope,
@NonNull
String credentialsId,
String description,
hudson.model.ItemGroup itemGroup)
public String getCredentialsId()
@CheckForNull public com.cloudbees.jenkins.plugins.awscredentials.AmazonWebServicesCredentials getCredentials()
public String getDescription()
getDescription in interface com.cloudbees.plugins.credentials.common.StandardCredentialsgetDescription in class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials@NonNull public hudson.util.Secret getPassword()
getPassword in interface com.cloudbees.plugins.credentials.common.PasswordCredentials@NonNull public String getUsername()
getUsername in interface com.cloudbees.plugins.credentials.common.UsernameCredentialspublic String getEmail()
Copyright © 2016. All rights reserved.