Interface WebAppSourceControl.DefinitionStages.WithBranch<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.WithBranch<ParentT>A web app source control definition allowing branch to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppSourceControl.DefinitionStages.WithAttach<ParentT>withBranch(String branch)Specifies the branch in the repository to use.
-
-
-
Method Detail
-
withBranch
WebAppSourceControl.DefinitionStages.WithAttach<ParentT> withBranch(String branch)
Specifies the branch in the repository to use.- Parameters:
branch- the branch to use- Returns:
- the next stage of the definition
-
-