public static interface WebAppSourceControl.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
WebAppSourceControl.DefinitionStages.Blank<ParentT>
The first stage of a web app source control definition as part of a definition of a web app.
|
static interface |
WebAppSourceControl.DefinitionStages.GitHubWithAttach<ParentT>
The final stage of the web app source control definition that binds to a GitHub account.
|
static interface |
WebAppSourceControl.DefinitionStages.WithAttach<ParentT>
The final stage of the web app source control definition.
|
static interface |
WebAppSourceControl.DefinitionStages.WithBranch<ParentT>
A web app source control definition allowing branch to be specified.
|
static interface |
WebAppSourceControl.DefinitionStages.WithGitHubAccessToken<ParentT>
A web app source control definition allowing GitHub access token to be specified.
|
static interface |
WebAppSourceControl.DefinitionStages.WithGitHubBranch<ParentT>
A web app source control definition allowing branch to be specified.
|
static interface |
WebAppSourceControl.DefinitionStages.WithRepositoryType<ParentT>
A web app source control definition allowing repository type to be specified.
|
Copyright © 2019. All rights reserved.