Packages

case class PullRequestForm(title: String, content: Option[String], targetUserName: String, targetBranch: String, requestUserName: String, requestRepositoryName: String, requestBranch: String, commitIdFrom: String, commitIdTo: String, isDraft: Boolean, assigneeUserNames: Option[String], milestoneId: Option[Int], priorityId: Option[Int], labelNames: Option[String]) extends Product with Serializable

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

Instance Constructors

  1. new PullRequestForm(title: String, content: Option[String], targetUserName: String, targetBranch: String, requestUserName: String, requestRepositoryName: String, requestBranch: String, commitIdFrom: String, commitIdTo: String, isDraft: Boolean, assigneeUserNames: Option[String], milestoneId: Option[Int], priorityId: Option[Int], labelNames: Option[String])

Value Members

  1. val assigneeUserNames: Option[String]
  2. val commitIdFrom: String
  3. val commitIdTo: String
  4. val content: Option[String]
  5. val isDraft: Boolean
  6. val labelNames: Option[String]
  7. val milestoneId: Option[Int]
  8. val priorityId: Option[Int]
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. val requestBranch: String
  11. val requestRepositoryName: String
  12. val requestUserName: String
  13. val targetBranch: String
  14. val targetUserName: String
  15. val title: String