All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractDockerRemoteApiTask ConventionPluginHelper CopyFileToContainer Class holding metadata for an arbitrary copy-file-to-container invocation.CopyUtils DefaultDockerConfigResolver DockerBuildImage DockerClientService Build service for Docker client.DockerClientService.Params Parameters for build service.DockerCommitImage DockerConfigResolver DockerConventionJvmApplicationExtension The extension for configuring a conventional JVM Docker plugin.DockerConventionJvmApplicationPlugin<EXT extends DockerConventionJvmApplicationExtension> The abstract class for all conventional JVM application plugins.DockerCopyFileFromContainer DockerCopyFileToContainer DockerCreateContainer DockerCreateContainer.ExposedPort DockerCreateContainer.HealthCheckConfig DockerCreateContainer.HostConfig DockerCreateContainer.HostConfig.LogConfig DockerCreateNetwork DockerCreateNetwork.Ipam DockerCreateNetwork.Ipam.Config DockerExecContainer DockerExistingContainer DockerExistingImage DockerExistingNetwork DockerExtension The extension for configuring the Docker communication via the remote API through theDockerRemoteApiPlugin
.Dockerfile Creates a Dockerfile based on the provided instructions.Dockerfile.AddFileInstruction Represents aADD
instruction.Dockerfile.ArgInstruction Represents aARG
instruction.Dockerfile.CommentInstruction Represents a comment instruction.Dockerfile.CopyFile Input data for aDockerfile.CopyFileInstruction
.Dockerfile.CopyFileInstruction Represents aCOPY
instruction.Dockerfile.DefaultCommandInstruction Represents aCMD
instruction.Dockerfile.EntryPointInstruction Represents aENTRYPOINT
instruction.Dockerfile.EnvironmentVariableInstruction Represents aENV
instruction.Dockerfile.ExposePortInstruction Represents aEXPOSE
instruction.Dockerfile.File Input data for aDockerfile.AddFileInstruction
orDockerfile.CopyFileInstruction
.Dockerfile.FileInstruction<T extends Dockerfile.File> An instruction whose value is a Dockerfile.File.Dockerfile.From Input data for aDockerfile.FromInstruction
.Dockerfile.FromInstruction Represents aFROM
instruction.Dockerfile.GenericInstruction An instruction that uses the provided value as-is without any additional formatting.Dockerfile.Instruction A representation of an instruction in a Dockerfile.Dockerfile.LabelInstruction Represents aLABEL
instruction.Dockerfile.MapInstruction An instruction whose value is a Map.Dockerfile.OnBuildInstruction Represents aONBUILD
instruction.Dockerfile.RunCommandInstruction Represents aRUN
instruction.Dockerfile.StringArrayInstruction An instruction whose value is a String array.Dockerfile.StringCommandInstruction An instruction whose value is a String.Dockerfile.UserInstruction Represents aUSER
instruction.Dockerfile.VolumeInstruction Dockerfile.WorkDirInstruction Represents aWORKDIR
instruction.DockerInfo DockerInspectContainer DockerInspectExecContainer Inspects task executed inside container withDockerExecContainer
command.DockerInspectImage DockerInspectNetwork DockerJavaApplication The extension for configuring a Java application via theDockerJavaApplicationPlugin
.DockerJavaApplicationPlugin Opinionated Gradle plugin for creating and pushing a Docker image for a Java application.DockerKillContainer DockerListImages DockerLoadImage DockerLogsContainer Copies the container logs into standard out/err, the same as the `docker logs` command.DockerOperation Passes the underlying `docker-java` client to the defined `onNext` closure if it exists.DockerPullImage DockerPushImage DockerRegistryCredentials The extension for configuring the Docker communication via the remote API through theDockerRemoteApiPlugin
.DockerRemoteApiPlugin Gradle plugin that provides custom tasks for interacting with Docker via its remote API.DockerRemoveContainer DockerRemoveImage DockerRemoveNetwork DockerRenameContainer DockerRestartContainer DockerSaveImage DockerSpringBootApplication The extension for configuring a Spring Boot application via theDockerSpringBootApplicationPlugin
.DockerSpringBootApplicationPlugin Opinionated Gradle plugin for creating and pushing a Docker image for a Spring Boot application.DockerStartContainer DockerStopContainer DockerTagImage DockerVersion DockerWaitContainer ExecProbe Class holding metadata for an arbitrary exec livenessProbe.IOUtils LivenessProbe Class holding metadata for an arbitrary liveness probe.MainClassFinder Original source from Spring Boot's loader tools licensed under Apache License Version 2.0.MainClassFinder.MainClass MainClassFinder.MainClassCallback<T> OsUtils OutputCollector A utility class that will collect strings until a new line is encountered.RegistryAuthLocator Utility class to get credentials information from extension of typeDockerRegistryCredentials
or from$DOCKER_CONFIG/.docker/config.json
file.RegistryAuthLocator.Factory RegistryCredentialsAware RegularFileToStringTransformer