GitHubReporter

private class GitHubReporter(source)

Knows how to report IssueData to GitHub.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Holds constants.

Properties

Link copied to clipboard
private val issueService: IssueService

Service for interacting with the issues API on GitHub.

Link copied to clipboard
private val repo: RepositoryId

The repository to open issues in.

Functions

Link copied to clipboard
fun report(issueData: IssueData): SubmittedReportInfo

Attempts to report issueData to GitHub.