public class ConjurSecretApplianceCredentialsImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements ConjurSecretApplianceCredentials
Modifier and Type | Class and Description |
---|---|
static class |
ConjurSecretApplianceCredentialsImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
ConjurSecretApplianceCredentials.NameProvider
Constructor and Description |
---|
ConjurSecretApplianceCredentialsImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String variablePath,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getAccount() |
String |
getApplianceURL() |
hudson.util.Secret |
getcjPassword() |
String |
getcjUser() |
String |
getCredentialID() |
static String |
getDescriptorDisplayName() |
String |
getDisplayName() |
String |
getNameTag() |
hudson.util.Secret |
getSecret(String sPath) |
void |
setAccount(String account) |
void |
setApplianceURL(String applianceURL) |
void |
setcjPassword(hudson.util.Secret cjPassword) |
void |
setcjUser(String cjUser) |
void |
setContext(hudson.model.Run<?,?> context) |
void |
setCredentialID(String credentialID) |
equals, getDescription, getId, hashCode
getDescriptor, getScope
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getLogger
@DataBoundConstructor public ConjurSecretApplianceCredentialsImpl(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String variablePath, @CheckForNull String description)
public static String getDescriptorDisplayName()
public String getCredentialID()
@DataBoundSetter public void setCredentialID(String credentialID)
public String getDisplayName()
getDisplayName
in interface ConjurSecretApplianceCredentials
public String getNameTag()
getNameTag
in interface ConjurSecretApplianceCredentials
public hudson.util.Secret getSecret(String sPath)
getSecret
in interface ConjurSecretApplianceCredentials
public void setContext(hudson.model.Run<?,?> context)
setContext
in interface ConjurSecretApplianceCredentials
public String getAccount()
getAccount
in interface ConjurSecretApplianceCredentials
@DataBoundSetter public void setAccount(String account)
public String getApplianceURL()
getApplianceURL
in interface ConjurSecretApplianceCredentials
@DataBoundSetter public void setApplianceURL(String applianceURL)
public String getcjUser()
getcjUser
in interface ConjurSecretApplianceCredentials
@DataBoundSetter public void setcjUser(String cjUser)
public hudson.util.Secret getcjPassword()
getcjPassword
in interface ConjurSecretApplianceCredentials
@DataBoundSetter public void setcjPassword(hudson.util.Secret cjPassword)
Copyright © 2016–2020. All rights reserved.