public abstract class Info extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,ResultData> |
buildResults |
protected boolean |
isConfig |
protected String |
name |
| Constructor and Description |
|---|
Info() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,ResultData> |
getBuildPackageResults() |
ResultData |
getBuildResult(Integer buildNumber) |
abstract Map<String,? extends Info> |
getChildren() |
String |
getName() |
boolean |
isConfig() |
void |
setBuildPackageResults(Map<Integer,ResultData> buildResults) |
void |
setConfig(boolean config) |
void |
setName(String name) |
protected String name
protected boolean isConfig
protected Map<Integer,ResultData> buildResults
public String getName()
public void setName(String name)
public Map<Integer,ResultData> getBuildPackageResults()
public ResultData getBuildResult(Integer buildNumber)
public void setBuildPackageResults(Map<Integer,ResultData> buildResults)
public boolean isConfig()
public void setConfig(boolean config)
Copyright © 2016–2018. All rights reserved.