Package com.atlassian.bamboo.docker
Class DockerConfigurationHelper
- java.lang.Object
-
- com.atlassian.bamboo.docker.DockerConfigurationHelper
-
public class DockerConfigurationHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Function<Map<String,Object>,List<String>>ADDITIONAL_ARGUMENTS_CONFIG_EXTRACTORstatic StringCONTAINER_DIRECTORY_PREFIXstatic Function<Map<String,Object>,List<DataVolume>>DATA_VOLUME_FROM_CONFIG_EXTRACTORstatic List<DataVolume>DEFAULT_VOLUMESstatic StringHOST_DIRECTORY_PREFIX
-
Constructor Summary
Constructors Constructor Description DockerConfigurationHelper()
-
-
-
Field Detail
-
HOST_DIRECTORY_PREFIX
public static final String HOST_DIRECTORY_PREFIX
-
CONTAINER_DIRECTORY_PREFIX
public static final String CONTAINER_DIRECTORY_PREFIX
-
DEFAULT_VOLUMES
public static final List<DataVolume> DEFAULT_VOLUMES
-
DATA_VOLUME_FROM_CONFIG_EXTRACTOR
public static final Function<Map<String,Object>,List<DataVolume>> DATA_VOLUME_FROM_CONFIG_EXTRACTOR
-
-