org.jenkinsci.plugins.mesos
Class MesosSlaveInfo.ContainerInfo
java.lang.Object
org.jenkinsci.plugins.mesos.MesosSlaveInfo.ContainerInfo
- Enclosing class:
- MesosSlaveInfo
public static class MesosSlaveInfo.ContainerInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MesosSlaveInfo.ContainerInfo
@DataBoundConstructor
public MesosSlaveInfo.ContainerInfo(String type,
String dockerImage,
List<MesosSlaveInfo.Volume> volumes)
throws hudson.model.Descriptor.FormException
- Throws:
hudson.model.Descriptor.FormException
getType
public String getType()
getDockerImage
public String getDockerImage()
getVolumes
public List<MesosSlaveInfo.Volume> getVolumes()
Copyright © 2004-2014. All Rights Reserved.