Class DockerSpec.DockerRegistrySpec
java.lang.Object
org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
- Enclosing class:
DockerSpec
Encapsulates Docker registry authentication configuration options.
- Since:
- 2.4.0
- Author:
- Wei Jiang, Scott Frederick
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Returns the email address associated with the Docker registry username.Returns the password to use when authenticating to the Docker registry.getToken()
Returns the identity token to use when authenticating to the Docker registry.getUrl()
Returns the Docker registry URL.Returns the username to use when authenticating to the Docker registry.
-
Constructor Details
-
DockerRegistrySpec
public DockerRegistrySpec()
-
-
Method Details
-
getUsername
-
getPassword
-
getUrl
-
getEmail
-
getToken
-