Interface SourceControl.DefinitionStages.WithBranch

All Known Subinterfaces:
SourceControl.Definition, SourceControl.DefinitionStages.WithCreate
Enclosing interface:
SourceControl.DefinitionStages

public static interface SourceControl.DefinitionStages.WithBranch
The stage of the SourceControl definition allowing to specify branch.
  • Method Details

    • withBranch

      Specifies the branch property: The repo branch of the source control. Include branch as empty string for VsoTfvc..
      Parameters:
      branch - The repo branch of the source control. Include branch as empty string for VsoTfvc.
      Returns:
      the next definition stage.