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 branch which will trigger the auto deployment.
      Parameters:
      branch - The branch which will trigger the auto deployment.
      Returns:
      the next definition stage.