java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.common.Docker

@Immutable public class Docker extends Object
  • Constructor Details

    • Docker

      public Docker(@NotNull @NotNull String image, @NotNull @NotNull Map<String,String> volumes, @NotNull @NotNull List<String> dockerRunArguments, boolean useDefaultVolumes)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getImage

      @NotNull public @NotNull String getImage()
    • getVolumes

      @NotNull public @NotNull Map<String,String> getVolumes()
    • isUseDefaultVolumes

      public boolean isUseDefaultVolumes()
    • getDockerRunArguments

      @NotNull public @NotNull List<String> getDockerRunArguments()