Interface WebAppSourceControl.DefinitionStages
-
- Enclosing interface:
- WebAppSourceControl
public static interface WebAppSourceControl.DefinitionStagesGrouping of web app source control definition stages applicable as part of a web app creation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebAppSourceControl.DefinitionStages.Blank<ParentT>The first stage of a web app source control definition as part of a definition of a web app.static interfaceWebAppSourceControl.DefinitionStages.GitHubWithAttach<ParentT>The final stage of the web app source control definition that binds to a GitHub account.static interfaceWebAppSourceControl.DefinitionStages.WithAttach<ParentT>The final stage of the web app source control definition.static interfaceWebAppSourceControl.DefinitionStages.WithBranch<ParentT>A web app source control definition allowing branch to be specified.static interfaceWebAppSourceControl.DefinitionStages.WithGitHubAccessToken<ParentT>A web app source control definition allowing GitHub access token to be specified.static interfaceWebAppSourceControl.DefinitionStages.WithGitHubBranch<ParentT>A web app source control definition allowing branch to be specified.static interfaceWebAppSourceControl.DefinitionStages.WithRepositoryType<ParentT>A web app source control definition allowing repository type to be specified.
-