| Package | Description |
|---|---|
| com.nirima.jenkins.plugins.docker |
| Modifier and Type | Method and Description |
|---|---|
DockerImagePullStrategy |
DockerTemplate.getPullStrategy() |
static DockerImagePullStrategy |
DockerImagePullStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerImagePullStrategy[] |
DockerImagePullStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DockerTemplate.setPullStrategy(DockerImagePullStrategy pullStrategy) |
protected boolean |
DockerCloud.shouldPullImage(String imageName,
DockerImagePullStrategy pullStrategy) |
| Constructor and Description |
|---|
DockerTemplate(DockerTemplateBase dockerTemplateBase,
String labelString,
String remoteFs,
String remoteFsMapping,
String instanceCapStr,
List<? extends hudson.slaves.NodeProperty<?>> nodeProperties,
hudson.model.Node.Mode mode,
int numExecutors,
DockerComputerLauncher launcher,
hudson.slaves.RetentionStrategy retentionStrategy,
boolean removeVolumes,
DockerImagePullStrategy pullStrategy)
Contains all available arguments
|
Copyright © 2016–2017. All rights reserved.