public class ASECredentials
extends com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
Modifier and Type | Class and Description |
---|---|
static class |
ASECredentials.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials.NameProvider
Constructor and Description |
---|
ASECredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String username,
String password) |
ASECredentials(String id,
String description,
String username,
String password,
String url) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCookies() |
com.cloudbees.plugins.credentials.CredentialsDescriptor |
getDescriptor() |
String |
getServer() |
hudson.util.Secret |
getToken() |
String |
getUrl() |
void |
setCookies(List<String> cookies) |
void |
setToken(String connection) |
getPassword, getUsername, isUsernameSecret, setUsernameSecret
equals, getDescription, getId, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
@DataBoundConstructor public ASECredentials(String id, String description, String username, String password, String url)
public com.cloudbees.plugins.credentials.CredentialsDescriptor getDescriptor()
getDescriptor
in interface com.cloudbees.plugins.credentials.Credentials
getDescriptor
in interface hudson.model.Describable<com.cloudbees.plugins.credentials.Credentials>
getDescriptor
in class com.cloudbees.plugins.credentials.BaseCredentials
public String getServer()
public hudson.util.Secret getToken()
public void setToken(String connection)
public String getUrl()
Copyright © 2016–2024 HCL. All rights reserved.