Class RestDataVolume
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.build.docker.RestDataVolume
-
public class RestDataVolume extends Object
-
-
Constructor Summary
Constructors Constructor Description RestDataVolume(@NotNull DataVolume dataVolume)
RestDataVolume(@Nullable String hostDirectory, @NotNull String containerDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getContainerDirectory()
String
getHostDirectory()
int
hashCode()
DataVolume
toDataVolume()
-
-
-
Constructor Detail
-
RestDataVolume
public RestDataVolume(@NotNull @NotNull DataVolume dataVolume)
-
-
Method Detail
-
toDataVolume
public DataVolume toDataVolume()
-
getHostDirectory
public String getHostDirectory()
-
getContainerDirectory
public String getContainerDirectory()
-
-