Interface WebApp.DefinitionStages.WithCredentials
- All Known Subinterfaces:
WebApp.Definition
- Enclosing interface:
- WebApp.DefinitionStages
public static interface WebApp.DefinitionStages.WithCredentials
A web app definition allowing docker registry credentials to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithCredentials
(String username, String password) Specifies the username and password for Docker Hub or the docker registry.
-
Method Details
-
withCredentials
Specifies the username and password for Docker Hub or the docker registry.- Parameters:
username
- the username for Docker Hub or the docker registrypassword
- the password for Docker Hub or the docker registry- Returns:
- the next stage of the definition
-