Packages

object RepoAccess

Source
Repo.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RepoAccess
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val all: Set[RepoAccess]
  2. def fromBools(admin: Boolean, push: Boolean, pull: Boolean): RepoAccess
  3. def fromString(s: String): Either[NelsonError, RepoAccess]
  4. object Admin extends RepoAccess with Product with Serializable
  5. object Forbidden extends RepoAccess with Product with Serializable
  6. object Pull extends RepoAccess with Product with Serializable
  7. object Push extends RepoAccess with Product with Serializable
  8. object Unknown extends RepoAccess with Product with Serializable