Class AnsibleAdhocStep
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.AnsibleAdhocStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class AnsibleAdhocStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
The Ansible adhoc 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()
getHosts()
boolean
isBecome()
boolean
boolean
boolean
void
setBecome
(boolean become) void
setBecomeUser
(String becomeUser) void
setColorized
(boolean colorized) void
setCredentialsId
(String credentialsId) void
setDynamicInventory
(boolean dynamicInventory) void
void
setExtraVars
(List<ExtraVar> extraVars) void
setForks
(int forks) void
setHostKeyChecking
(boolean hostKeyChecking) void
setInstallation
(String installation) void
setInventory
(String inventory) void
setInventoryContent
(String inventoryContent) void
void
setModuleArguments
(String moduleArguments) 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
-
AnsibleAdhocStep
-
-
Method Details
-
setModule
-
setModuleArguments
-
setInventory
-
setInventoryContent
-
setDynamicInventory
@DataBoundSetter public void setDynamicInventory(boolean dynamicInventory) -
setCredentialsId
-
setVaultCredentialsId
-
setVaultTmpPath
-
setBecome
@DataBoundSetter public void setBecome(boolean become) -
setBecomeUser
-
setInstallation
-
setExtraVars
-
setExtras
-
setColorized
@DataBoundSetter public void setColorized(boolean colorized) -
setForks
@DataBoundSetter public void setForks(int forks) -
setHostKeyChecking
@DataBoundSetter public void setHostKeyChecking(boolean hostKeyChecking) -
getInstallation
-
getHosts
-
getModule
-
getModuleArguments
-
getInventory
-
getInventoryContent
-
isDynamicInventory
public boolean isDynamicInventory() -
getCredentialsId
-
getVaultCredentialsId
-
getVaultTmpPath
-
isBecome
public boolean isBecome() -
getBecomeUser
-
getExtraVars
-
getExtras
-
isHostKeyChecking
public boolean isHostKeyChecking() -
getForks
public int getForks() -
isColorized
public boolean isColorized()
-