public class AnsibleTowerProjectRevisionFreestyle
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
AnsibleTowerProjectRevisionFreestyle.DescriptorImpl |
Constructor and Description |
---|
AnsibleTowerProjectRevisionFreestyle(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() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setProject(String project) |
void |
setRevision(String revision) |
void |
setThrowExceptionWhenFail(Boolean throwExceptionWhenFail) |
void |
setTowerCredentialsId(String towerCredentialsId) |
void |
setTowerServer(String towerServer) |
void |
setVerbose(Boolean verbose) |
all, getDescriptor, getRequiredMonitorService, prebuild
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)
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2016–2020. All rights reserved.