c

gitbucket.core.api

ApiBranch

case class ApiBranch(name: String, commit: ApiBranchCommit, protection: ApiBranchProtection)(repositoryName: RepositoryName) extends FieldSerializable with Product with Serializable

https://developer.github.com/v3/repos/#get-branch https://developer.github.com/v3/repos/#enabling-and-disabling-branch-protection

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

Instance Constructors

  1. new ApiBranch(name: String, commit: ApiBranchCommit, protection: ApiBranchProtection)(repositoryName: RepositoryName)

Value Members

  1. def _links: Map[String, ApiPath]
  2. val commit: ApiBranchCommit
  3. val name: String
  4. val protection: ApiBranchProtection