org.jfrog.build.api
Class MatrixParameter

java.lang.Object
  extended by org.jfrog.build.api.MatrixParameter
All Implemented Interfaces:
java.io.Serializable

public class MatrixParameter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MatrixParameter()
          Default constructor
MatrixParameter(java.lang.String key, java.lang.String value)
          Main constructor
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatrixParameter

public MatrixParameter()
Default constructor


MatrixParameter

public MatrixParameter(java.lang.String key,
                       java.lang.String value)
Main constructor

Parameters:
key - Agent name
value - Agent version
Method Detail

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)