Interface WebApp.DefinitionStages.WithCredentials
-
- All Known Subinterfaces:
WebApp.Definition
- Enclosing interface:
- WebApp.DefinitionStages
public static interface WebApp.DefinitionStages.WithCredentialsA web app definition allowing docker registry credentials to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebApp.DefinitionStages.WithStartUpCommandwithCredentials(String username, String password)Specifies the username and password for Docker Hub or the docker registry.
-
-
-
Method Detail
-
withCredentials
WebApp.DefinitionStages.WithStartUpCommand withCredentials(String username, String password)
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
-
-