public class Credential extends hudson.model.AbstractDescribableImpl<Credential>
| Modifier and Type | Class and Description |
|---|---|
static class |
Credential.CredentialDescriptor |
| Constructor and Description |
|---|
Credential(String name,
String username,
hudson.util.Secret password,
String credentialsId,
boolean useGlobalCredential) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsId() |
String |
getKey() |
String |
getName() |
hudson.util.Secret |
getPassword() |
String |
getUsername() |
boolean |
isUseGlobalCredential() |
static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials |
lookupSystemCredentials(String credentialsId) |
boolean |
showGolbalCredentials() |
String |
toString() |
public String getCredentialsId()
public String getKey()
public String getName()
public String getUsername()
public hudson.util.Secret getPassword()
public boolean isUseGlobalCredential()
public boolean showGolbalCredentials()
public static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials lookupSystemCredentials(String credentialsId)
Copyright © 2016–2017 Flexagon. All rights reserved.