Package flexagon.fd.plugin.jenkins.utils
Class Credential
- All Implemented Interfaces:
Describable<Credential>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCredential(String name, String username, Secret password, String credentialsId, boolean useGlobalCredential) -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getName()booleanstatic com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentialslookupSystemCredentials(String credentialsId) booleantoString()Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
Credential
-
-
Method Details
-
getCredentialsId
-
getKey
-
getName
-
getUsername
-
getPassword
-
isUseGlobalCredential
public boolean isUseGlobalCredential() -
showGolbalCredentials
public boolean showGolbalCredentials() -
toString
-
lookupSystemCredentials
public static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials lookupSystemCredentials(String credentialsId)
-