| Package | Description |
|---|---|
| org.jenkinsci.plugins.mesos |
| Modifier and Type | Method and Description |
|---|---|
static MesosCloud |
MesosCloud.get() |
MesosCloud |
MesosSlave.getCloud() |
| Modifier and Type | Method and Description |
|---|---|
static Mesos |
Mesos.getInstance(MesosCloud key) |
protected void |
JenkinsScheduler.setMesosCloud(MesosCloud mesosCloud) |
abstract void |
Mesos.startScheduler(String jenkinsMaster,
MesosCloud mesosCloud) |
void |
MesosImpl.startScheduler(String jenkinsMaster,
MesosCloud mesosCloud) |
abstract void |
Mesos.updateScheduler(String jenkinsMaster,
MesosCloud mesosCloud) |
void |
MesosImpl.updateScheduler(String jenkinsMaster,
MesosCloud mesosCloud) |
| Constructor and Description |
|---|
JenkinsScheduler(String jenkinsMaster,
MesosCloud mesosCloud) |
MesosCloud(String name,
MesosCloud source)
Copy constructor.
|
MesosComputerLauncher(MesosCloud cloud,
String _name) |
MesosSlave(MesosCloud cloud,
String name,
int numExecutors,
MesosSlaveInfo slaveInfo) |
Copyright © 2004-2016. All Rights Reserved.