Packages

case class DeleteForm(branch: String, path: String, message: Option[String], fileName: String, commit: String, newBranch: Boolean) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeleteForm
  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 DeleteForm(branch: String, path: String, message: Option[String], fileName: String, commit: String, newBranch: Boolean)

Value Members

  1. val branch: String
  2. val commit: String
  3. val fileName: String
  4. val message: Option[String]
  5. val newBranch: Boolean
  6. val path: String
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product