Uses of Class
com.nirima.jenkins.plugins.docker.DockerCloud
Packages that use DockerCloud
Package
Description
-
Uses of DockerCloud in com.nirima.jenkins.plugins.docker
Methods in com.nirima.jenkins.plugins.docker that return DockerCloudMethods in com.nirima.jenkins.plugins.docker that return types with arguments of type DockerCloudModifier and TypeMethodDescriptionprotected List<DockerCloud>DockerContainerWatchdog.getAllClouds()static List<DockerCloud>DockerCloud.instances()Constructors in com.nirima.jenkins.plugins.docker with parameters of type DockerCloudModifierConstructorDescriptionDockerCloud(String name, DockerCloud source) ServerDetail(DockerCloud cloud) -
Uses of DockerCloud in com.nirima.jenkins.plugins.docker.builder
Methods in com.nirima.jenkins.plugins.docker.builder that return DockerCloud -
Uses of DockerCloud in com.nirima.jenkins.plugins.docker.utils
Methods in com.nirima.jenkins.plugins.docker.utils that return DockerCloudModifier and TypeMethodDescriptionstatic DockerCloudJenkinsUtils.getCloudByNameOrThrow(String serverName) Finds theDockerCloudwith theCloud.getDisplayName()matching the specified name.Methods in com.nirima.jenkins.plugins.docker.utils that return types with arguments of type DockerCloudModifier and TypeMethodDescriptionstatic Optional<DockerCloud>JenkinsUtils.getCloudForBuild(AbstractBuild build) If the build was on a docker cloud, get the cloud.static Optional<DockerCloud>JenkinsUtils.getCloudForChannel(hudson.remoting.VirtualChannel channel) If the build was workflow, get the ID of that channel.static Optional<DockerCloud>JenkinsUtils.getCloudThatWeBuiltOn(Run<?, ?> build, Launcher launcher) -
Uses of DockerCloud in io.jenkins.docker
Methods in io.jenkins.docker that return DockerCloud