object RepoAccess
- Source
- Repo.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RepoAccess
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val all: Set[RepoAccess]
- def fromBools(admin: Boolean, push: Boolean, pull: Boolean): RepoAccess
- def fromString(s: String): Either[NelsonError, RepoAccess]
- object Admin extends RepoAccess with Product with Serializable
- object Forbidden extends RepoAccess with Product with Serializable
- object Pull extends RepoAccess with Product with Serializable
- object Push extends RepoAccess with Product with Serializable
- object Unknown extends RepoAccess with Product with Serializable