Class DockerRemoteApiPlugin

  • All Implemented Interfaces:
    Plugin<Project>

    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 implement RegistryCredentialsAware.

    • Constructor Detail

      • DockerRemoteApiPlugin

        public DockerRemoteApiPlugin()