|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jenkinsci.plugins.buildenvironment.actions.utils.StringPair
public class StringPair
Represents a String pair object.
| Constructor Summary | |
|---|---|
StringPair(String first,
String second)
Constructor method. |
|
| Method Summary | |
|---|---|
boolean |
areDifferent()
Checks if the two pair Strings are different. |
String |
getFirst()
Returns the first String object of the pair. |
String |
getSecond()
Returns the 2nd String object of the pair. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringPair(String first,
String second)
first - 1st String object.second - 2nd String object.| Method Detail |
|---|
public String getFirst()
public String getSecond()
public boolean areDifferent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||