Package it.dockins.dockerslaves.spec
Class DockerfileContainerDefinition
java.lang.Object
it.dockins.dockerslaves.spec.ContainerDefinition
it.dockins.dockerslaves.spec.DockerfileContainerDefinition
- All Implemented Interfaces:
Describable<ContainerDefinition>
- Author:
- Nicolas De Loof
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDockerfileContainerDefinition(String contextPath, String dockerfile, boolean forcePull) -
Method Summary
Modifier and TypeMethodDescriptiongetImage(DockerDriver driver, FilePath workspace, TaskListener listener) booleanMethods inherited from class it.dockins.dockerslaves.spec.ContainerDefinition
getDescriptor, getHints, setHints, setupEnvironment
-
Constructor Details
-
DockerfileContainerDefinition
-
-
Method Details
-
getDockerfile
-
getContextPath
-
getImage
public String getImage(DockerDriver driver, FilePath workspace, TaskListener listener) throws IOException, InterruptedException - Specified by:
getImagein classContainerDefinition- Throws:
IOExceptionInterruptedException
-
isForcePull
public boolean isForcePull()
-