Class AbstractStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.vmware.vra.jenkinsplugin.pipeline.AbstractStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,Serializable
- Direct Known Subclasses:
DeployFromCatalogStep,DeploymentAwareStep
public abstract class AbstractStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractStep() -
Method Summary
Modifier and Type Method Description VraApigetClient()StringgetDomain()StringgetPassword()StringgetToken()booleangetTrustSelfSignedCert()StringgetUsername()StringgetVraURL()booleanisTrustSelfSignedCert()StringresolveVraURL()voidsetDomain(String domain)voidsetPassword(String password)voidsetToken(String token)voidsetTrustSelfSignedCert(boolean trustSelfSignedCert)voidsetUsername(String username)voidsetVraURL(String vraURL)
-
Field Details
-
Constructor Details
-
AbstractStep
public AbstractStep()
-
-
Method Details
-
getClient
- Throws:
VRAException
-
getVraURL
-
setVraURL
-
resolveVraURL
-
getToken
-
setToken
-
isTrustSelfSignedCert
public boolean isTrustSelfSignedCert() -
getTrustSelfSignedCert
public boolean getTrustSelfSignedCert() -
setTrustSelfSignedCert
@DataBoundSetter public void setTrustSelfSignedCert(boolean trustSelfSignedCert) -
getDomain
-
setDomain
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-