Package com.bmuschko.gradle.docker
Class DockerRemoteApiPlugin
- java.lang.Object
-
- com.bmuschko.gradle.docker.DockerRemoteApiPlugin
-
public class DockerRemoteApiPlugin extends Object implements Plugin<Project>
Gradle plugin that provides custom tasks for interacting with Docker via its remote API.Exposes the extension
DockerExtension
required to configure the communication and authentication with the Docker remote API. Provides Docker registry credential values from the extension to all custom tasks that implementRegistryCredentialsAware
.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_TASK_GROUP
The group for all tasks created by this plugin.static String
EXTENSION_NAME
The name of the extension.
-
Constructor Summary
Constructors Constructor Description DockerRemoteApiPlugin()
-
-
-
Field Detail
-
EXTENSION_NAME
public static final String EXTENSION_NAME
The name of the extension.- See Also:
- Constant Field Values
-
DEFAULT_TASK_GROUP
public static final String DEFAULT_TASK_GROUP
The group for all tasks created by this plugin.- See Also:
- Constant Field Values
-
-