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
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetForks()getLimit()getTags()booleanisBecome()booleanbooleanbooleanbooleanbooleanDeprecated.booleanisSudo()voidsetBecome(boolean become) voidsetBecomeUser(String becomeUser) voidsetCheckMode(boolean checkMode) voidsetColorized(boolean colorized) voidsetCredentialsId(String credentialsId) voidsetDisableHostKeyChecking(boolean disableHostKeyChecking) voidsetDynamicInventory(boolean dynamicInventory) voidvoidsetExtraVars(Map extraVars) voidsetForks(int forks) voidsetHostKeyChecking(boolean hostKeyChecking) Deprecated.voidsetInstallation(String installation) voidsetInventory(String inventory) voidsetInventoryContent(String inventoryContent) voidvoidsetSkippedTags(String skippedTags) voidsetStartAtTask(String startAtTask) voidsetSudo(boolean sudo) voidsetSudoUser(String sudoUser) voidvoidsetVaultCredentialsId(String vaultCredentialsId) voidsetVaultTmpPath(String vaultTmpPath) Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, startMethods 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()
-