Interface SourceControl.UpdateStages.WithBranch

All Known Subinterfaces:
SourceControl.Update
Enclosing interface:
SourceControl.UpdateStages

public static interface SourceControl.UpdateStages.WithBranch
The stage of the SourceControl update allowing to specify branch.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the branch property: The repo branch of the source control..
  • Method Details

    • withBranch

      SourceControl.Update withBranch(String branch)
      Specifies the branch property: The repo branch of the source control..
      Parameters:
      branch - The repo branch of the source control.
      Returns:
      the next definition stage.