|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jenkinsci.plugins.buildenvironment.data.DataDifferenceObject
public class DataDifferenceObject
Object representing the difference between two Data objects.
| Constructor Summary | |
|---|---|
DataDifferenceObject(Data data1,
Data data2)
Constructor method. |
|
| Method Summary | |
|---|---|
Map<String,StringPair> |
getDifferenceOnly()
Returns a map objects, containing only the different entries. |
int |
getDifferentCount()
Returns the number of entries that are different. |
Map<String,StringPair> |
getMap()
Returns the difference map. |
String |
getName()
Returns the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataDifferenceObject(Data data1,
Data data2)
data1 - 1st Data object.data2 - 2nd Data object.| Method Detail |
|---|
public String getName()
public Map<String,StringPair> getMap()
public int getDifferentCount()
public Map<String,StringPair> getDifferenceOnly()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||