t

gitbucket.core.service

RepositoryCreationService

trait RepositoryCreationService extends AnyRef

Self Type
RepositoryCreationService with AccountService with RepositoryService with LabelsService with WikiService with ActivityService
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RepositoryCreationService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def createRepository(loginAccount: Account, owner: String, name: String, description: Option[String], isPrivate: Boolean, createReadme: Boolean)(implicit s: (blockingApi)#Session): Unit
  2. def insertDefaultLabels(userName: String, repositoryName: String)(implicit s: (blockingApi)#Session): Unit