Interface SourceControl.UpdateStages.WithRepoUrl

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

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

    Modifier and Type
    Method
    Description
    Specifies the repoUrl property: The repo url which will be integrated to ContainerApp..
  • Method Details

    • withRepoUrl

      SourceControl.Update withRepoUrl(String repoUrl)
      Specifies the repoUrl property: The repo url which will be integrated to ContainerApp..
      Parameters:
      repoUrl - The repo url which will be integrated to ContainerApp.
      Returns:
      the next definition stage.