Packages

case class BasicBehavior(allowAccountRegistration: Boolean, allowResetPassword: Boolean, allowAnonymousAccess: Boolean, isCreateRepoOptionPublic: Boolean, repositoryOperation: RepositoryOperation, gravatar: Boolean, notification: Boolean, limitVisibleRepositories: Boolean) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicBehavior
  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 BasicBehavior(allowAccountRegistration: Boolean, allowResetPassword: Boolean, allowAnonymousAccess: Boolean, isCreateRepoOptionPublic: Boolean, repositoryOperation: RepositoryOperation, gravatar: Boolean, notification: Boolean, limitVisibleRepositories: Boolean)

Value Members

  1. val allowAccountRegistration: Boolean
  2. val allowAnonymousAccess: Boolean
  3. val allowResetPassword: Boolean
  4. val gravatar: Boolean
  5. val isCreateRepoOptionPublic: Boolean
  6. val limitVisibleRepositories: Boolean
  7. val notification: Boolean
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. val repositoryOperation: RepositoryOperation