org.jenkinsci.plugins.mesos
Class MesosSlaveInfo.Parameter

java.lang.Object
  extended by org.jenkinsci.plugins.mesos.MesosSlaveInfo.Parameter
Enclosing class:
MesosSlaveInfo

public static class MesosSlaveInfo.Parameter
extends Object


Constructor Summary
MesosSlaveInfo.Parameter(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MesosSlaveInfo.Parameter

@DataBoundConstructor
public MesosSlaveInfo.Parameter(String key,
                                                     String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()


Copyright © 2004-2015. All Rights Reserved.