Interface SourceControl.UpdateStages.WithAutoSync

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

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

    Modifier and Type
    Method
    Description
    Specifies the autoSync property: The auto sync of the source control.
  • Method Details

    • withAutoSync

      SourceControl.Update withAutoSync(Boolean autoSync)
      Specifies the autoSync property: The auto sync of the source control. Default is false..
      Parameters:
      autoSync - The auto sync of the source control. Default is false.
      Returns:
      the next definition stage.