|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jenkinsci.plugins.buildenvironment.data.Data
public abstract class Data
Basic definition of a Data object(holds specific information). Methods and Attributes every such object should have.
| Field Summary | |
|---|---|
protected TreeMap<String,String> |
data
This is where information is being held, relation variable<->value as map. |
| Constructor Summary | |
|---|---|
Data(String name,
String id)
Constructor method. |
|
| Method Summary | |
|---|---|
TreeMap<String,String> |
getData()
Returns the data. |
String |
getId()
Returns id. |
String |
getName()
Returns the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TreeMap<String,String> data
| Constructor Detail |
|---|
public Data(String name,
String id)
project - AbstractProject.build - AbstractBuild.name - Name as String.id - ID as String.| Method Detail |
|---|
public String getName()
public TreeMap<String,String> getData()
public String getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||