Class AnsibleTowerStep
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_tower.AnsibleTowerStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class AnsibleTowerStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionAnsibleTowerStep(String towerServer, String towerCredentialsId, String jobTemplate, String jobType) AnsibleTowerStep(String towerServer, String towerCredentialsId, String jobTemplate, String jobType, String extraVars, String jobTags, String skipJobTags, String limit, String inventory, String credential, String scmBranch, Boolean verbose, Boolean importTowerLogs, Boolean removeColor, String templateType, Boolean importWorkflowChildLogs, Boolean throwExceptionWhenFail, Boolean async) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetAsync()getLimit()booleanvoidvoidsetCredential(String credential) voidsetExtraVars(String extraVars) voidsetImportTowerLogs(Boolean importTowerLogs) voidsetImportWorkflowChildLogs(Boolean importWorkflowChildLogs) voidsetInventory(String inventory) voidsetJobTags(String jobTags) voidsetJobTemplate(String jobTemplate) voidsetJobType(String jobType) voidvoidsetRemoveColor(Boolean removeColor) voidsetScmBranch(String scmBranch) voidsetSkipJobTags(String skipJobTags) voidsetTemplateType(String templateType) voidsetThrowExceptionWhenFail(Boolean throwExceptionWhenFail) voidsetTowerCredentialsId(String towerCredentialsId) voidsetTowerLogLevel(String importTowerLogs) voidsetTowerServer(String towerServer) voidsetVerbose(Boolean verbose) Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, startMethods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
AnsibleTowerStep
@Deprecated public AnsibleTowerStep(@NonNull String towerServer, @NonNull String towerCredentialsId, @NonNull String jobTemplate, String jobType, String extraVars, String jobTags, String skipJobTags, String limit, String inventory, String credential, String scmBranch, Boolean verbose, Boolean importTowerLogs, Boolean removeColor, String templateType, Boolean importWorkflowChildLogs, Boolean throwExceptionWhenFail, Boolean async) Deprecated. -
AnsibleTowerStep
@DataBoundConstructor public AnsibleTowerStep(@NonNull String towerServer, @NonNull String towerCredentialsId, @NonNull String jobTemplate, String jobType) - Since:
- 0.16.0
-
-
Method Details
-
getTowerServer
-
getJobTemplate
-
getTowerCredentialsId
-
getExtraVars
-
getJobTags
-
getSkipJobTags
-
getJobType
-
getLimit
-
getInventory
-
getCredential
-
getScmBranch
-
getVerbose
-
getImportTowerLogs
-
getTowerLogLevel
-
getRemoveColor
-
getTemplateType
-
getImportWorkflowChildLogs
-
getThrowExceptionWhenFail
-
getAsync
-
setTowerServer
-
setJobTemplate
-
setTowerCredentialsId
-
setExtraVars
-
setJobTags
-
setSkipJobTags
-
setJobType
-
setLimit
-
setInventory
-
setCredential
-
setScmBranch
-
setVerbose
-
setImportTowerLogs
-
setTowerLogLevel
-
setRemoveColor
-
setTemplateType
-
setImportWorkflowChildLogs
-
setThrowExceptionWhenFail
-
setAsync
-
isGlobalColorAllowed
public boolean isGlobalColorAllowed()
-