Class AbstractDockerTask<T extends AbstractDockerTask<T,​P>,​P extends AbstractDockerTaskProperties>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected @Nullable java.lang.String environmentVariables  
      protected @Nullable java.lang.String workingSubdirectory  
      • Fields inherited from class com.atlassian.bamboo.specs.api.builders.task.Task

        conditions, description, requirements, taskEnabled
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T environmentVariables​(java.lang.String environmentVariables)
      Environment variables which will be passed to Docker process.
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      T workingSubdirectory​(java.lang.String workingSubdirectory)
      An alternative subdirectory as working directory for this task.
      • Methods inherited from class com.atlassian.bamboo.specs.api.builders.task.Task

        build, conditions, description, enabled, requirements, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • environmentVariables

        @Nullable
        protected @Nullable java.lang.String environmentVariables
      • workingSubdirectory

        @Nullable
        protected @Nullable java.lang.String workingSubdirectory
    • Constructor Detail

      • AbstractDockerTask

        public AbstractDockerTask()
    • Method Detail

      • environmentVariables

        public T environmentVariables​(java.lang.String environmentVariables)
        Environment variables which will be passed to Docker process.
      • workingSubdirectory

        public T workingSubdirectory​(java.lang.String workingSubdirectory)
        An alternative subdirectory as working directory for this task.