Package com.google.jenkins.plugins.util
Class NameValuePair<N,V>
java.lang.Object
com.google.jenkins.plugins.util.NameValuePair<N,V>
- Type Parameters:
N
- The type for the nameV
- The type for the value
A name-value pair helper class.
-
Constructor Summary
ConstructorsConstructorDescriptionNameValuePair
(N name, V value) Construct a pair from the given name and value. -
Method Summary
-
Constructor Details
-
NameValuePair
Construct a pair from the given name and value.
-
-
Method Details
-
getName
Fetches the name -
getValue
Fetches the value
-