Interface Target.Builder

    • Method Detail

      • repositoryName

        Target.Builder repositoryName​(String repositoryName)

        The name of the repository that contains the pull request.

        Parameters:
        repositoryName - The name of the repository that contains the pull request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceReference

        Target.Builder sourceReference​(String sourceReference)

        The branch of the repository that contains the changes for the pull request. Also known as the source branch.

        Parameters:
        sourceReference - The branch of the repository that contains the changes for the pull request. Also known as the source branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationReference

        Target.Builder destinationReference​(String destinationReference)

        The branch of the repository where the pull request changes are merged. Also known as the destination branch.

        Parameters:
        destinationReference - The branch of the repository where the pull request changes are merged. Also known as the destination branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.