Class DockerClientParameters


  • public class DockerClientParameters
    extends java.lang.Object
    Object that configures the Docker executable and the additional environment variables to use when executing the executable.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getEnvironment()  
      java.lang.String getExecutable()  
      void setEnvironment​(java.util.Map<java.lang.String,​java.lang.String> environment)  
      void setExecutable​(java.lang.String executable)  
      • Methods inherited from class java.lang.Object

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

      • DockerClientParameters

        public DockerClientParameters()
    • Method Detail

      • getExecutable

        @Input
        @Nullable
        @Optional
        public java.lang.String getExecutable()
      • setExecutable

        public void setExecutable​(java.lang.String executable)
      • getEnvironment

        @Input
        @Optional
        public java.util.Map<java.lang.String,​java.lang.String> getEnvironment()
      • setEnvironment

        public void setEnvironment​(java.util.Map<java.lang.String,​java.lang.String> environment)