public class AnsibleTowerProjectRevisionFreestyle extends Builder
Modifier and Type | Class and Description |
---|---|
static class |
AnsibleTowerProjectRevisionFreestyle.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
BuildStep.PublisherList
BUILDERS, PUBLISHERS
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(AbstractBuild<?,?> build,
Launcher launcher,
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
getProjectAction, getProjectAction, getProjectActions, perform, 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(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
perform
in interface BuildStep
perform
in class BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2016–2025. All rights reserved.