Uses of Class
org.jenkinsci.plugins.mesos.MesosSlaveInfo

Packages that use MesosSlaveInfo
org.jenkinsci.plugins.mesos   
 

Uses of MesosSlaveInfo in org.jenkinsci.plugins.mesos
 

Methods in org.jenkinsci.plugins.mesos that return MesosSlaveInfo
 MesosSlaveInfo MesosSlave.getSlaveInfo()
           
 

Methods in org.jenkinsci.plugins.mesos that return types with arguments of type MesosSlaveInfo
 List<MesosSlaveInfo> MesosCloud.getSlaveInfos()
           
 

Method parameters in org.jenkinsci.plugins.mesos with type arguments of type MesosSlaveInfo
 void MesosCloud.setSlaveInfos(List<MesosSlaveInfo> slaveInfos)
           
 

Constructors in org.jenkinsci.plugins.mesos with parameters of type MesosSlaveInfo
Mesos.SlaveRequest(Mesos.JenkinsSlave slave, double cpus, int mem, MesosSlaveInfo slaveInfo)
           
MesosSlave(String name, int numExecutors, MesosSlaveInfo slaveInfo)
           
 

Constructor parameters in org.jenkinsci.plugins.mesos with type arguments of type MesosSlaveInfo
MesosCloud(String nativeLibraryPath, String master, String description, String frameworkName, List<MesosSlaveInfo> slaveInfos, boolean checkpoint, boolean onDemandRegistration)
           
 



Copyright © 2004-2014. All Rights Reserved.