类 Docker.DockerRegistry
java.lang.Object
org.springframework.boot.maven.Docker.DockerRegistry
- 封闭类:
Docker
Encapsulates Docker registry authentication configuration options.
-
构造器概要
构造器构造器说明DockerRegistry
(String token) DockerRegistry
(String username, String password, String url, String email) -
方法概要
修饰符和类型方法说明getEmail()
The email address that will be used for user authentication to the registry.The password that will be used for user authentication to the registry.getToken()
The token that will be used for token authentication to the registry.The username that will be used for user authentication to the registry.
-
构造器详细资料
-
DockerRegistry
public DockerRegistry() -
DockerRegistry
-
DockerRegistry
-
-
方法详细资料
-
getUsername
The username that will be used for user authentication to the registry.- 返回:
- the username
-
getPassword
The password that will be used for user authentication to the registry.- 返回:
- the password
-
getEmail
The email address that will be used for user authentication to the registry.- 返回:
- the email address
-
getToken
The token that will be used for token authentication to the registry.- 返回:
- the authentication token
-