Class AnsiblePlaybookStep
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.AnsiblePlaybookStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class AnsiblePlaybookStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
The Ansible playbook 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 TypeMethodDescriptionint
getForks()
getLimit()
getTags()
boolean
isBecome()
boolean
boolean
boolean
boolean
boolean
Deprecated.boolean
isSudo()
void
setBecome
(boolean become) void
setBecomeUser
(String becomeUser) void
setCheckMode
(boolean checkMode) void
setColorized
(boolean colorized) void
setCredentialsId
(String credentialsId) void
setDisableHostKeyChecking
(boolean disableHostKeyChecking) void
setDynamicInventory
(boolean dynamicInventory) void
void
setExtraVars
(Map extraVars) void
setForks
(int forks) void
setHostKeyChecking
(boolean hostKeyChecking) Deprecated.void
setInstallation
(String installation) void
setInventory
(String inventory) void
setInventoryContent
(String inventoryContent) void
void
setSkippedTags
(String skippedTags) void
setStartAtTask
(String startAtTask) void
setSudo
(boolean sudo) void
setSudoUser
(String sudoUser) 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
-
AnsiblePlaybookStep
-
-
Method Details
-
setInventory
-
setInventoryContent
-
setDynamicInventory
@DataBoundSetter public void setDynamicInventory(boolean dynamicInventory) -
setCredentialsId
-
setVaultCredentialsId
-
setVaultTmpPath
-
setBecome
@DataBoundSetter public void setBecome(boolean become) -
setBecomeUser
-
setCheckMode
@DataBoundSetter public void setCheckMode(boolean checkMode) -
setSudo
@DataBoundSetter public void setSudo(boolean sudo) -
setSudoUser
-
setInstallation
-
setLimit
-
setTags
-
setSkippedTags
-
setStartAtTask
-
setExtraVars
-
setExtras
-
setColorized
@DataBoundSetter public void setColorized(boolean colorized) -
setForks
@DataBoundSetter public void setForks(int forks) -
setDisableHostKeyChecking
@DataBoundSetter public void setDisableHostKeyChecking(boolean disableHostKeyChecking) -
setHostKeyChecking
Deprecated. -
getInstallation
-
getPlaybook
-
getInventory
-
getInventoryContent
-
isDynamicInventory
public boolean isDynamicInventory() -
getCredentialsId
-
getVaultCredentialsId
-
getVaultTmpPath
-
isBecome
public boolean isBecome() -
getBecomeUser
-
isCheckMode
public boolean isCheckMode() -
isSudo
public boolean isSudo() -
getSudoUser
-
getLimit
-
getTags
-
getSkippedTags
-
getStartAtTask
-
getExtraVars
-
getExtras
-
isDisableHostKeyChecking
public boolean isDisableHostKeyChecking() -
isHostKeyChecking
Deprecated. -
getForks
public int getForks() -
isColorized
public boolean isColorized()
-