Interface GitHubResourceCapabilities.Builder

  • Method Details

    • leaveComments

      GitHubResourceCapabilities.Builder leaveComments(Boolean leaveComments)

      Indicates whether the integration can leave comments on pull requests.

      Parameters:
      leaveComments - Indicates whether the integration can leave comments on pull requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remediateCode

      GitHubResourceCapabilities.Builder remediateCode(Boolean remediateCode)

      Indicates whether the integration can create code remediation pull requests.

      Parameters:
      remediateCode - Indicates whether the integration can create code remediation pull requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.