public class AnsibleTowerProjectRevisionStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Modifier and Type | Class and Description |
---|---|
static class |
AnsibleTowerProjectRevisionStep.AnsibleTowerProjectRevisionStepExecution |
static class |
AnsibleTowerProjectRevisionStep.DescriptorImpl |
Constructor and Description |
---|
AnsibleTowerProjectRevisionStep(String towerServer,
String towerCredentialsId,
String project,
String revision,
Boolean verbose,
Boolean throwExceptionWhenFail) |
Modifier and Type | Method and Description |
---|---|
String |
getProject() |
String |
getRevision() |
Boolean |
getThrowExceptionWhenFail() |
String |
getTowerCredentialsId() |
String |
getTowerServer() |
Boolean |
getVerbose() |
void |
setProject(String project) |
void |
setRevision(String revision) |
void |
setThrowExceptionWhenFail(Boolean throwExceptionWhenFail) |
void |
setTowerCredentialsId(String towerCredentialsId) |
void |
setTowerServer(String towerServer) |
void |
setVerbose(Boolean verbose) |
public String getTowerCredentialsId()
public String getRevision()
public Boolean getVerbose()
public Boolean getThrowExceptionWhenFail()
@DataBoundSetter public void setTowerServer(String towerServer)
@DataBoundSetter public void setTowerCredentialsId(String towerCredentialsId)
@DataBoundSetter public void setProject(String project)
@DataBoundSetter public void setRevision(String revision)
@DataBoundSetter public void setVerbose(Boolean verbose)
@DataBoundSetter public void setThrowExceptionWhenFail(Boolean throwExceptionWhenFail)
Copyright © 2016–2020. All rights reserved.