Interface DockerImagePullActionBuilder<R,T extends TestAction,B extends DockerImagePullActionBuilder<R,T,B>>
- All Superinterfaces:
DockerActionBuilderBase<R,,T, B> TestActionBuilder<T>
public interface DockerImagePullActionBuilder<R,T extends TestAction,B extends DockerImagePullActionBuilder<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
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
-
image
Sets the image id parameter. -
tag
Sets the tag parameter. -
repository
Sets the repository command parameter. -
registry
Sets the registry command parameter.
-