Interface CodeRemediationTaskDetails.Builder

  • Method Details

    • repoName

      Name of the repository

      Parameters:
      repoName - Name of the repository
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeDiffLink

      CodeRemediationTaskDetails.Builder codeDiffLink(String codeDiffLink)

      Link to the code diff for the remediation

      Parameters:
      codeDiffLink - 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)

      Link to the pull request for the remediation

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