public class AnsibleTowerProjectSyncStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Modifier and Type | Class and Description |
---|---|
static class |
AnsibleTowerProjectSyncStep.AnsibleTowerProjectSyncStepExecution |
static class |
AnsibleTowerProjectSyncStep.DescriptorImpl |
Constructor and Description |
---|
AnsibleTowerProjectSyncStep(String towerServer,
String towerCredentialsId,
String project,
Boolean verbose,
Boolean importTowerLogs,
Boolean removeColor,
Boolean throwExceptionWhenFail,
Boolean async) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAsync() |
Boolean |
getImportTowerLogs() |
String |
getProject() |
Boolean |
getRemoveColor() |
Boolean |
getThrowExceptionWhenFail() |
String |
getTowerCredentialsId() |
String |
getTowerServer() |
Boolean |
getVerbose() |
boolean |
isGlobalColorAllowed() |
void |
setAsync(Boolean async) |
void |
setImportTowerLogs(Boolean importTowerLogs) |
void |
setProject(String project) |
void |
setRemoveColor(Boolean removeColor) |
void |
setThrowExceptionWhenFail(Boolean throwExceptionWhenFail) |
void |
setTowerCredentialsId(String towerCredentialsId) |
void |
setTowerServer(String towerServer) |
void |
setVerbose(Boolean verbose) |
public String getTowerCredentialsId()
public Boolean getVerbose()
public Boolean getImportTowerLogs()
public Boolean getRemoveColor()
public Boolean getThrowExceptionWhenFail()
public Boolean getAsync()
@DataBoundSetter public void setTowerServer(String towerServer)
@DataBoundSetter public void setTowerCredentialsId(String towerCredentialsId)
@DataBoundSetter public void setProject(String project)
@DataBoundSetter public void setVerbose(Boolean verbose)
@DataBoundSetter public void setImportTowerLogs(Boolean importTowerLogs)
@DataBoundSetter public void setRemoveColor(Boolean removeColor)
@DataBoundSetter public void setThrowExceptionWhenFail(Boolean throwExceptionWhenFail)
@DataBoundSetter public void setAsync(Boolean async)
public boolean isGlobalColorAllowed()
Copyright © 2016–2020. All rights reserved.