Class RestDataVolume

java.lang.Object
com.atlassian.bamboo.rest.model.build.docker.RestDataVolume

public class RestDataVolume extends Object
  • Constructor Details

    • RestDataVolume

      public RestDataVolume(@NotNull @NotNull DataVolume dataVolume)
    • RestDataVolume

      public RestDataVolume(@Nullable @Nullable String hostDirectory, @NotNull @NotNull String containerDirectory)
  • Method Details

    • toDataVolume

      public DataVolume toDataVolume()
    • equals

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

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

      public String getHostDirectory()
    • getContainerDirectory

      public String getContainerDirectory()