Class GitConfigSource.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • configurationSourceProviderId

        public GitConfigSource.Builder configurationSourceProviderId​(String configurationSourceProviderId)
        The OCID of the Git configuration source.
        Parameters:
        configurationSourceProviderId - the value to set
        Returns:
        this builder
      • repositoryUrl

        public GitConfigSource.Builder repositoryUrl​(String repositoryUrl)
        The URL of the Git repository for the configuration source.
        Parameters:
        repositoryUrl - the value to set
        Returns:
        this builder
      • branchName

        public GitConfigSource.Builder branchName​(String branchName)
        The name of the branch in the Git repository for the configuration source.
        Parameters:
        branchName - the value to set
        Returns:
        this builder