Class AnsibleVaultStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
org.jenkinsci.plugins.ansible.workflow.AnsibleVaultStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class AnsibleVaultStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
The Ansible vault invocation step for the Jenkins workflow plugin.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInput()
void
void
setContent
(String content) void
void
setInstallation
(String installation) void
setNewVaultCredentialsId
(String newVaultCredentialsId) void
void
setVaultCredentialsId
(String vaultCredentialsId) void
setVaultTmpPath
(String vaultTmpPath) Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, start
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
AnsibleVaultStep
@DataBoundConstructor public AnsibleVaultStep()
-
-
Method Details
-
setAction
-
setVaultCredentialsId
-
setNewVaultCredentialsId
-
setVaultTmpPath
-
setContent
-
setInput
-
setOutput
-
setInstallation
-
getInstallation
-
getAction
-
getVaultCredentialsId
-
getNewVaultCredentialsId
-
getVaultTmpPath
-
getContent
-
getInput
-
getOutput
-