public class DockerNodeProperty
extends hudson.slaves.NodeProperty<hudson.model.Node>
Modifier and Type | Class and Description |
---|---|
static class |
DockerNodeProperty.DescriptorImpl |
Constructor and Description |
---|
DockerNodeProperty() |
DockerNodeProperty(String containerId,
boolean containerIdCheck,
String cloudId,
boolean cloudIdCheck,
String dockerHost,
boolean dockerHostCheck) |
DockerNodeProperty(String containerId,
String cloudId,
String dockerHost) |
Modifier and Type | Method and Description |
---|---|
String |
getCloudId() |
String |
getContainerId() |
String |
getDockerHost() |
boolean |
isCloudIdCheck() |
boolean |
isContainerIdCheck() |
boolean |
isDockerHostCheck() |
Copyright © 2016–2020. All rights reserved.