Interface GitHubLocation.Builder

    • Method Detail

      • repository

        GitHubLocation.Builder repository​(String repository)

        The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

        Specified as account/repository.

        Parameters:
        repository - The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

        Specified as account/repository.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commitId

        GitHubLocation.Builder commitId​(String commitId)

        The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

        Parameters:
        commitId - The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.