public class BusinessManagerAuthCredentialsImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements BusinessManagerAuthCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessManagerAuthCredentialsImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorBusinessManagerAuthCredentials.NameProvider| Constructor and Description |
|---|
BusinessManagerAuthCredentialsImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.Secret |
getPassword() |
String |
getUsername() |
equals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait@DataBoundConstructor public BusinessManagerAuthCredentialsImpl(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @CheckForNull String username, @CheckForNull String password)
public String getUsername()
getUsername in interface BusinessManagerAuthCredentialspublic hudson.util.Secret getPassword()
getPassword in interface BusinessManagerAuthCredentialsCopyright © 2016–2019. All rights reserved.