abstract class JenkinsCredential extends java.lang.Object
A class for a credential
Type | Name and description |
---|---|
java.lang.String |
id The Jenkins credential id |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.Map |
getBinding() Returns a map of the credential bindings |
|
java.util.Map |
getDockerEnvVars() Returns a map of the environment variables in which to store the credential values, for use in the docker run command |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |