Interface CodeRemediationTaskDetails.Builder

  • Method Details

    • repoName

      The name of the repository where the remediation was applied.

      Parameters:
      repoName - The name of the repository where the remediation was applied.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeDiffLink

      CodeRemediationTaskDetails.Builder codeDiffLink(String codeDiffLink)

      The link to the code diff for the remediation.

      Parameters:
      codeDiffLink - The link to the code diff for the remediation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pullRequestLink

      CodeRemediationTaskDetails.Builder pullRequestLink(String pullRequestLink)

      The link to the pull request created for the remediation.

      Parameters:
      pullRequestLink - The link to the pull request created for the remediation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.