Class AnsibleTowerProjectRevisionStep

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.AnsibleTowerProjectRevisionStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class AnsibleTowerProjectRevisionStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
  • Constructor Details

    • AnsibleTowerProjectRevisionStep

      @DataBoundConstructor public AnsibleTowerProjectRevisionStep(@NonNull String towerServer, @NonNull String towerCredentialsId, @NonNull String project, String revision, Boolean verbose, Boolean throwExceptionWhenFail)
  • Method Details

    • getTowerServer

      @NonNull public String getTowerServer()
    • getTowerCredentialsId

      public String getTowerCredentialsId()
    • getProject

      @NonNull public String getProject()
    • getRevision

      public String getRevision()
    • getVerbose

      public Boolean getVerbose()
    • getThrowExceptionWhenFail

      public Boolean getThrowExceptionWhenFail()
    • setTowerServer

      @DataBoundSetter public void setTowerServer(String towerServer)
    • setTowerCredentialsId

      @DataBoundSetter public void setTowerCredentialsId(String towerCredentialsId)
    • setProject

      @DataBoundSetter public void setProject(String project)
    • setRevision

      @DataBoundSetter public void setRevision(String revision)
    • setVerbose

      @DataBoundSetter public void setVerbose(Boolean verbose)
    • setThrowExceptionWhenFail

      @DataBoundSetter public void setThrowExceptionWhenFail(Boolean throwExceptionWhenFail)