org.jenkinsci.plugins.mesos
Class MesosSlaveInfo.ContainerInfo

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

public static class MesosSlaveInfo.ContainerInfo
extends Object


Constructor Summary
MesosSlaveInfo.ContainerInfo(String type, String dockerImage, List<MesosSlaveInfo.Volume> volumes)
           
 
Method Summary
 String getDockerImage()
           
 String getType()
           
 List<MesosSlaveInfo.Volume> getVolumes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MesosSlaveInfo.ContainerInfo

@DataBoundConstructor
public MesosSlaveInfo.ContainerInfo(String type,
                                                         String dockerImage,
                                                         List<MesosSlaveInfo.Volume> volumes)
                             throws hudson.model.Descriptor.FormException
Throws:
hudson.model.Descriptor.FormException
Method Detail

getType

public String getType()

getDockerImage

public String getDockerImage()

getVolumes

public List<MesosSlaveInfo.Volume> getVolumes()


Copyright © 2004-2014. All Rights Reserved.