WebAppSourceControl.DefinitionStages.WithGitHubAccessToken<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface WebAppSourceControl.DefinitionStages.WithGitHubAccessToken<ParentT>
A web app source control definition allowing GitHub access token to be specified.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Git |
withGitHubAccessToken(String personalAccessToken)
Specifies the Git |
Method Details
withGitHubAccessToken
public abstract WebAppSourceControl.DefinitionStages.GitHubWithAttach<ParentT> withGitHubAccessToken(String personalAccessToken)
Specifies the GitHub personal access token. You can acquire one from https://github.com/settings/tokens.
Parameters:
Returns: