Interface DeploymentSlotBase.UpdateStages.WithCredentials<FluentT>
- All Known Subinterfaces:
DeploymentSlot.Update
,DeploymentSlotBase.Update<FluentT>
- Enclosing interface:
- DeploymentSlotBase.UpdateStages
public static interface DeploymentSlotBase.UpdateStages.WithCredentials<FluentT>
A deployment slot update allowing docker hub credentials to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithCredentials
(String username, String password) Specifies the username and password for Docker Hub.
-
Method Details
-
withCredentials
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
-