public class BlazemeterCredentialsBAImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements BlazemeterCredentials, com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
BlazemeterCredentialsBAImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials.NameProvider| Modifier and Type | Field and Description |
|---|---|
static BlazemeterCredentialsBAImpl |
EMPTY |
| Constructor and Description |
|---|
BlazemeterCredentialsBAImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String username,
String password)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.util.Secret |
getPassword() |
String |
getUsername() |
equals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, getIdpublic static BlazemeterCredentialsBAImpl EMPTY
@DataBoundConstructor public BlazemeterCredentialsBAImpl(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @CheckForNull String username, @CheckForNull String password)
scope - the credentials scopeid - the ID or null to generate a new one.description - the description.username - the username.password - the password.@NotNull public hudson.util.Secret getPassword()
getPassword in interface com.cloudbees.plugins.credentials.common.PasswordCredentials@NotNull public String getUsername()
getUsername in interface com.cloudbees.plugins.credentials.common.UsernameCredentialsCopyright © July 2012-2018 BlazeMeterInc. All Rights Reserved.