@NameWith(value=ApprendaCredentials.NameProvider.class, priority=8) public class ApprendaCredentials extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
ApprendaCredentials.DescriptorImpl |
static class |
ApprendaCredentials.NameProvider |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor| Modifier and Type | Field and Description |
|---|---|
protected boolean |
bypassSSL |
static ApprendaCredentials.DescriptorImpl |
DESCRIPTOR |
protected hudson.util.Secret |
password |
protected String |
tenant |
protected String |
url |
protected String |
username |
| Constructor and Description |
|---|
ApprendaCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String tenant,
String username,
String password,
String url,
boolean bypassSSL,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getbypassSSL() |
hudson.util.Secret |
getPassword() |
String |
getTenant() |
String |
getUrl() |
String |
getUsername() |
equals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitprotected final String tenant
protected final String username
protected final hudson.util.Secret password
protected final String url
protected final boolean bypassSSL
public static final ApprendaCredentials.DescriptorImpl DESCRIPTOR
@DataBoundConstructor
public ApprendaCredentials(@CheckForNull
com.cloudbees.plugins.credentials.CredentialsScope scope,
@CheckForNull
String id,
@CheckForNull
String tenant,
@CheckForNull
String username,
@CheckForNull
String password,
@CheckForNull
String url,
@CheckForNull
boolean bypassSSL,
String description)
public String getTenant()
public String getUsername()
getUsername in interface com.cloudbees.plugins.credentials.common.UsernameCredentialspublic hudson.util.Secret getPassword()
getPassword in interface com.cloudbees.plugins.credentials.common.PasswordCredentialspublic String getUrl()
public boolean getbypassSSL()
Copyright © 2016–2018 Apprenda. All rights reserved.