类 DockerSpec.DockerRegistrySpec
java.lang.Object
org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
- 封闭类:
DockerSpec
Encapsulates Docker registry authentication configuration options.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getEmail()
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.
-
构造器详细资料
-
DockerRegistrySpec
public DockerRegistrySpec()
-
-
方法详细资料
-
getUsername
Returns the username to use when authenticating to the Docker registry.- 返回:
- the registry username
-
getPassword
Returns the password to use when authenticating to the Docker registry.- 返回:
- the registry password
-
getUrl
Returns the Docker registry URL.- 返回:
- the registry URL
-
getEmail
Returns the email address associated with the Docker registry username.- 返回:
- the registry email address
-
getToken
Returns the identity token to use when authenticating to the Docker registry.- 返回:
- the registry identity token
-