org.jenkinsci.plugins.mesos
Class MesosSlaveInfo.ExternalContainerInfo

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

public static class MesosSlaveInfo.ExternalContainerInfo
extends Object


Constructor Summary
MesosSlaveInfo.ExternalContainerInfo(String image, String options)
           
 
Method Summary
 String getImage()
           
 String getOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MesosSlaveInfo.ExternalContainerInfo

@DataBoundConstructor
public MesosSlaveInfo.ExternalContainerInfo(String image,
                                                                 String options)
Method Detail

getOptions

public String getOptions()

getImage

public String getImage()


Copyright © 2004-2014. All Rights Reserved.