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 Details

    • 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 registry
      password - the password for Docker Hub or the docker registry
      Returns:
      the next stage of the definition