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

    • noCache

      B noCache(Boolean noCache)
      Sets the noCache parameter.
    • basedir

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

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

      B remove(Boolean remove)
      Sets the remove parameter.
    • quiet

      B quiet(Boolean quiet)
      Sets the quiet parameter.
    • dockerFile

      B dockerFile(String filePath)
      Sets the docker file parameter.
    • dockerFile

      B dockerFile(Resource fileResource)
      Sets the docker file parameter.