| Package | Description | 
|---|---|
| com.github.kostyasha.yad | |
| com.github.kostyasha.yad.other.cloudorder | |
| com.github.kostyasha.yad.utils | 
| Modifier and Type | Method and Description | 
|---|---|
DockerCloud | 
DockerComputer.getCloud()  | 
DockerCloud | 
DockerSlave.getCloud()  | 
static DockerCloud | 
DockerCloud.getCloudByName(String name)  | 
DockerCloud | 
DockerCloud.setConnector(DockerConnector connector)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<DockerCloud> | 
RandomLeastLoadedDockerCloudOrder.getAvailableDockerClouds(hudson.model.Label label)
Get a list of available DockerCloud clouds which are not at max
 capacity. 
 | 
abstract List<DockerCloud> | 
DockerCloudOrder.getDockerClouds(hudson.model.Label label)
List of clouds that will be used for provisioning attempt one by one. 
 | 
List<DockerCloud> | 
AsIsDockerCloudOrder.getDockerClouds(hudson.model.Label label)  | 
List<DockerCloud> | 
RandomLeastLoadedDockerCloudOrder.getDockerClouds(hudson.model.Label label)  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<DockerCloud> | 
DockerFunctions.getAllDockerClouds()
Get the list of Docker servers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
DockerCloudLoadComparator.compare(DockerCloud a1,
       DockerCloud a2)  | 
static int | 
DockerFunctions.countCurrentDockerSlaves(DockerCloud cloud)
Count the number of current docker slaves for a given DockerCloud. 
 | 
Copyright © 2016–2020. All rights reserved.