public abstract class ContainerDefinition extends hudson.model.AbstractDescribableImpl<ContainerDefinition>
| Constructor and Description |
|---|
ContainerDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<Hint> |
getHints() |
abstract String |
getImage(DockerDriver driver,
hudson.FilePath workspace,
hudson.model.TaskListener listener) |
void |
setHints(List<Hint> hints) |
void |
setupEnvironment(hudson.EnvVars env) |
public abstract String getImage(DockerDriver driver, hudson.FilePath workspace, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void setupEnvironment(hudson.EnvVars env)
Copyright © 2016–2017. All rights reserved.