Interface WebAppSourceControl.DefinitionStages.WithGitHubBranch<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
WebAppSourceControl.Definition<ParentT>
- Enclosing interface:
- WebAppSourceControl.DefinitionStages
public static interface WebAppSourceControl.DefinitionStages.WithGitHubBranch<ParentT>
A web app source control definition allowing branch to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithBranch
(String branch) Specifies the branch in the repository to use.
-
Method Details
-
withBranch
Specifies the branch in the repository to use.- Parameters:
branch
- the branch to use- Returns:
- the next stage of the definition
-