Interface WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach<ParentT>

Type Parameters:
ParentT - the return type of Attachable.InUpdate.attach()
All Superinterfaces:
Attachable.InUpdate<ParentT>, WebAppSourceControl.UpdateDefinitionStages.WithAttach<ParentT>, WebAppSourceControl.UpdateDefinitionStages.WithGitHubAccessToken<ParentT>
All Known Subinterfaces:
WebAppSourceControl.UpdateDefinition<ParentT>
Enclosing interface:
WebAppSourceControl.UpdateDefinitionStages

public static interface WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach<ParentT> extends WebAppSourceControl.UpdateDefinitionStages.WithAttach<ParentT>, WebAppSourceControl.UpdateDefinitionStages.WithGitHubAccessToken<ParentT>
The final stage of the web app source control definition that binds to a GitHub account.

At this stage, any remaining optional settings can be specified, or the web app source control definition can be attached to the parent web app update using Attachable.InUpdate.attach().