Interface WebApp.UpdateStages.WithCredentials
-
- Enclosing interface:
- WebApp.UpdateStages
public static interface WebApp.UpdateStages.WithCredentialsA web app update allowing docker hub credentials to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebApp.UpdateStages.WithStartUpCommandwithCredentials(String username, String password)Specifies the username and password for Docker Hub.
-
-
-
Method Detail
-
withCredentials
WebApp.UpdateStages.WithStartUpCommand withCredentials(String username, String password)
Specifies the username and password for Docker Hub.- Parameters:
username- the username for Docker Hubpassword- the password for Docker Hub- Returns:
- the next stage of the web app update
-
-