object ApiPullRequest extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiPullRequest
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Commit(sha: String, ref: String, repo: ApiRepository)(baseOwner: String) extends Product with Serializable

Value Members

  1. def apply(issue: Issue, pullRequest: PullRequest, headRepo: ApiRepository, baseRepo: ApiRepository, user: ApiUser, assignee: Option[ApiUser], mergedComment: Option[(IssueComment, Account)]): ApiPullRequest