Constant Field Values
Contents
com.bmuschko.*
-
com.bmuschko.gradle.docker.DockerConventionJvmApplicationPlugin<EXT extends DockerConventionJvmApplicationExtension> Modifier and Type Constant Field Value public static final String
BUILD_IMAGE_TASK_NAME
"dockerBuildImage"
public static final String
DOCKERFILE_TASK_NAME
"dockerCreateDockerfile"
public static final String
PUSH_IMAGE_TASK_NAME
"dockerPushImage"
public static final String
SYNC_BUILD_CONTEXT_TASK_NAME
"dockerSyncBuildContext"
-
com.bmuschko.gradle.docker.DockerJavaApplicationPlugin Modifier and Type Constant Field Value public static final String
JAVA_APPLICATION_EXTENSION_NAME
"javaApplication"
-
com.bmuschko.gradle.docker.DockerRegistryCredentials Modifier and Type Constant Field Value public static final String
DEFAULT_URL
"https://index.docker.io/v1/"
-
com.bmuschko.gradle.docker.DockerRemoteApiPlugin Modifier and Type Constant Field Value public static final String
DEFAULT_TASK_GROUP
"Docker"
public static final String
EXTENSION_NAME
"docker"
-
com.bmuschko.gradle.docker.DockerSpringBootApplicationPlugin Modifier and Type Constant Field Value public static final String
SPRING_BOOT_APPLICATION_EXTENSION_NAME
"springBootApplication"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.AddFileInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"ADD"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.ArgInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"ARG"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.CommentInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"#"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.CopyFileInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"COPY"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.DefaultCommandInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"CMD"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.EntryPointInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"ENTRYPOINT"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.EnvironmentVariableInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"ENV"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.ExposePortInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"EXPOSE"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.FromInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"FROM"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.LabelInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"LABEL"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.OnBuildInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"ONBUILD"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.RunCommandInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"RUN"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.UserInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"USER"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.VolumeInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"VOLUME"
-
com.bmuschko.gradle.docker.tasks.image.Dockerfile.WorkDirInstruction Modifier and Type Constant Field Value public static final String
KEYWORD
"WORKDIR"