Interface SourceControl.UpdateStages.WithPublishRunbook

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

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

    Modifier and Type
    Method
    Description
    withPublishRunbook(Boolean publishRunbook)
    Specifies the publishRunbook property: The auto publish of the source control.
  • Method Details

    • withPublishRunbook

      SourceControl.Update withPublishRunbook(Boolean publishRunbook)
      Specifies the publishRunbook property: The auto publish of the source control. Default is true..
      Parameters:
      publishRunbook - The auto publish of the source control. Default is true.
      Returns:
      the next definition stage.