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>
  • Method Details

    • image

      B image(String id)
      Sets the image id parameter.
    • tag

      B tag(String tag)
      Sets the tag parameter.
    • repository

      B repository(String repository)
      Sets the repository command parameter.
    • registry

      B registry(String registry)
      Sets the registry command parameter.