public class CloudCause
extends hudson.model.Cause
Modifier and Type | Class and Description |
---|---|
static class |
CloudCause.JobStatus |
Constructor and Description |
---|
CloudCause() |
CloudCause(String workId,
net.sf.json.JSONObject returnProps) |
Modifier and Type | Method and Description |
---|---|
void |
addStep(String name,
String status,
String message,
boolean isFatal) |
DRAData |
getDRAData() |
net.sf.json.JSONObject |
getDRADataJson() |
net.sf.json.JSONObject |
getReturnProps() |
String |
getShortDescription() |
SourceData |
getSourceData() |
net.sf.json.JSONObject |
getSourceDataJson() |
net.sf.json.JSONArray |
getStepsArray() |
Boolean |
isCreatedByCR() |
void |
setDRAData(DRAData draData) |
void |
setSourceData(SourceData sourceData) |
void |
updateLastStep(String name,
String status,
String message,
boolean isFatal) |
public CloudCause(String workId, net.sf.json.JSONObject returnProps)
public CloudCause()
public String getShortDescription()
getShortDescription
in class hudson.model.Cause
public void setSourceData(SourceData sourceData)
public SourceData getSourceData()
public void setDRAData(DRAData draData)
public DRAData getDRAData()
public net.sf.json.JSONObject getSourceDataJson()
public net.sf.json.JSONObject getDRADataJson()
public void updateLastStep(String name, String status, String message, boolean isFatal)
public Boolean isCreatedByCR()
public net.sf.json.JSONObject getReturnProps()
public net.sf.json.JSONArray getStepsArray()
Copyright © 2016–2018. All rights reserved.