org.jenkinsci.plugins.mesos
Class MesosSlaveInfo.Volume

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

public static class MesosSlaveInfo.Volume
extends Object


Constructor Summary
MesosSlaveInfo.Volume(String containerPath, String hostPath, boolean readOnly)
           
 
Method Summary
 String getContainerPath()
           
 String getHostPath()
           
 boolean isReadOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MesosSlaveInfo.Volume

@DataBoundConstructor
public MesosSlaveInfo.Volume(String containerPath,
                                                  String hostPath,
                                                  boolean readOnly)
Method Detail

getContainerPath

public String getContainerPath()

getHostPath

public String getHostPath()

isReadOnly

public boolean isReadOnly()


Copyright © 2004-2014. All Rights Reserved.