public class TowerJob extends Object implements Serializable
Constructor and Description |
---|
TowerJob(TowerConnector connection) |
Modifier and Type | Method and Description |
---|---|
void |
cancelJob() |
HashMap<String,String> |
getExports() |
Integer |
getJobID() |
Vector<String> |
getLogs() |
boolean |
isComplete() |
void |
releaseToken() |
void |
setJobId(Integer jobId) |
void |
setTemplateType(String templateType) |
boolean |
wasSuccessful() |
public TowerJob(TowerConnector connection)
public void setTemplateType(String templateType) throws AnsibleTowerException
AnsibleTowerException
public void setJobId(Integer jobId)
public Integer getJobID()
public boolean isComplete() throws AnsibleTowerException
AnsibleTowerException
public boolean wasSuccessful() throws AnsibleTowerException
AnsibleTowerException
public Vector<String> getLogs() throws AnsibleTowerException
AnsibleTowerException
public HashMap<String,String> getExports() throws AnsibleTowerException
AnsibleTowerException
public void cancelJob() throws AnsibleTowerException
AnsibleTowerException
public void releaseToken() throws AnsibleTowerException
AnsibleTowerException
Copyright © 2016–2020. All rights reserved.