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,
List<MesosSlaveInfo.Parameter> parameters)
throws hudson.model.Descriptor.FormException
- Throws:
hudson.model.Descriptor.FormException
getType
public String getType()
getDockerImage
public String getDockerImage()
getVolumes
public List<MesosSlaveInfo.Volume> getVolumes()
getParameters
public List<MesosSlaveInfo.Parameter> getParameters()
Copyright © 2004-2015. All Rights Reserved.