Interface DockerImageBuildActionBuilder<R,T extends TestAction,B extends DockerImageBuildActionBuilder<R,T,B>>
- All Superinterfaces:
DockerActionBuilderBase<R,,T, B> TestActionBuilder<T>
public interface DockerImageBuildActionBuilder<R,T extends TestAction,B extends DockerImageBuildActionBuilder<R,T,B>>
extends DockerActionBuilderBase<R,T,B>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionSets the basedir parameter.dockerFile(String filePath) Sets the docker file parameter.dockerFile(Resource fileResource) Sets the docker file parameter.Sets the noCache parameter.Sets the quiet parameter.Sets the remove parameter.Sets the tag parameter.Methods inherited from interface org.citrusframework.actions.docker.DockerActionBuilderBase
client, mapper, result, validateCommandResult, validateCommandResult, validator, withParamMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
noCache
Sets the noCache parameter. -
basedir
Sets the basedir parameter. -
tag
Sets the tag parameter. -
remove
Sets the remove parameter. -
quiet
Sets the quiet parameter. -
dockerFile
Sets the docker file parameter. -
dockerFile
Sets the docker file parameter.
-