c

gitbucket.core.model.activity

ClosePullRequestInfo

final case class ClosePullRequestInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, BaseActivityInfo, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClosePullRequestInfo
  2. Serializable
  3. Product
  4. Equals
  5. BaseActivityInfo
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClosePullRequestInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String)

Value Members

  1. val activityUserName: String
  2. val issueId: Int
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val repositoryName: String
  5. val title: String
  6. def toActivity: Activity
  7. val userName: String