Class DockerUtils

java.lang.Object
co.elastic.gradle.utils.docker.DockerUtils

public class DockerUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    DockerUtils(org.gradle.process.ExecOperations execOperations)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.process.ExecResult
    exec(org.gradle.api.Action<? super org.gradle.process.ExecSpec> action)
     
    org.gradle.process.ExecResult
    exec(org.gradle.api.Action<? super org.gradle.process.ExecSpec> action, boolean applyMacWorkaround)
     
    void
    pull(String tag)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DockerUtils

      public DockerUtils(org.gradle.process.ExecOperations execOperations)
  • Method Details

    • pull

      public void pull(String tag)
    • exec

      public org.gradle.process.ExecResult exec(org.gradle.api.Action<? super org.gradle.process.ExecSpec> action, boolean applyMacWorkaround)
    • exec

      public org.gradle.process.ExecResult exec(org.gradle.api.Action<? super org.gradle.process.ExecSpec> action)