Interface SourceControl.UpdateStages.WithFolderPath

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

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

    Modifier and Type
    Method
    Description
    withFolderPath(String folderPath)
    Specifies the folderPath property: The folder path of the source control.
  • Method Details

    • withFolderPath

      SourceControl.Update withFolderPath(String folderPath)
      Specifies the folderPath property: The folder path of the source control. Path must be relative..
      Parameters:
      folderPath - The folder path of the source control. Path must be relative.
      Returns:
      the next definition stage.