public abstract class Info extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,ResultData> |
buildResults |
protected String |
name |
protected List<String> |
statuses |
| Constructor and Description |
|---|
Info() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evaluateStatusses(hudson.tasks.test.TestResult testResult) |
protected net.sf.json.JSONObject |
getBuildJson() |
Map<Integer,ResultData> |
getBuildPackageResults() |
net.sf.json.JSONArray |
getBuildStatuses() |
protected abstract net.sf.json.JSONObject |
getChildrensJson() |
net.sf.json.JSONObject |
getJsonObject() |
String |
getName() |
void |
setBuildPackageResults(Map<Integer,ResultData> buildResults) |
void |
setName(String name) |
protected String name
protected Map<Integer,ResultData> buildResults
public String getName()
public void setName(String name)
public Map<Integer,ResultData> getBuildPackageResults()
public void setBuildPackageResults(Map<Integer,ResultData> buildResults)
protected abstract net.sf.json.JSONObject getChildrensJson()
protected net.sf.json.JSONObject getBuildJson()
public net.sf.json.JSONArray getBuildStatuses()
public net.sf.json.JSONObject getJsonObject()
protected void evaluateStatusses(hudson.tasks.test.TestResult testResult)
Copyright © 2004-2016. All Rights Reserved.