org.jenkinsci.plugins.mesos
Class MesosSlaveInfo.URI

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

public static class MesosSlaveInfo.URI
extends Object


Constructor Summary
MesosSlaveInfo.URI(String value, boolean executable, boolean extract)
           
 
Method Summary
 String getValue()
           
 boolean isExecutable()
           
 boolean isExtract()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MesosSlaveInfo.URI

@DataBoundConstructor
public MesosSlaveInfo.URI(String value,
                                               boolean executable,
                                               boolean extract)
Method Detail

getValue

public String getValue()

isExecutable

public boolean isExecutable()

isExtract

public boolean isExtract()


Copyright © 2004-2014. All Rights Reserved.