| Package | Description |
|---|---|
| org.jenkinsci.plugins.mesos |
| Modifier and Type | Method and Description |
|---|---|
MesosSlaveInfo |
MesosSlave.getSlaveInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<MesosSlaveInfo> |
MesosCloud.getSlaveInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
MesosCloud.setSlaveInfos(List<MesosSlaveInfo> slaveInfos) |
| Constructor and Description |
|---|
Mesos.SlaveRequest(Mesos.JenkinsSlave slave,
double cpus,
int mem,
MesosSlaveInfo slaveInfo) |
MesosSlave(MesosCloud cloud,
String name,
int numExecutors,
MesosSlaveInfo slaveInfo) |
| Constructor and Description |
|---|
MesosCloud(String nativeLibraryPath,
String master,
String description,
String frameworkName,
String slavesUser,
String principal,
String secret,
List<MesosSlaveInfo> slaveInfos,
boolean checkpoint,
boolean onDemandRegistration,
String jenkinsURL) |
MesosCloud(String cloudName,
String nativeLibraryPath,
String master,
String description,
String frameworkName,
String slavesUser,
String principal,
String secret,
List<MesosSlaveInfo> slaveInfos,
boolean checkpoint,
boolean onDemandRegistration,
String jenkinsURL)
Constructor, which also allows to specify a custom name.
|
Copyright © 2004-2016. All Rights Reserved.