org.jenkinsci.plugins.mesos
Class MesosSlaveInfo.Volume
java.lang.Object
org.jenkinsci.plugins.mesos.MesosSlaveInfo.Volume
- Enclosing class:
- MesosSlaveInfo
public static class MesosSlaveInfo.Volume
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MesosSlaveInfo.Volume
@DataBoundConstructor
public MesosSlaveInfo.Volume(String containerPath,
String hostPath,
boolean readOnly)
getContainerPath
public String getContainerPath()
getHostPath
public String getHostPath()
isReadOnly
public boolean isReadOnly()
Copyright © 2004-2014. All Rights Reserved.