t

gitbucket.core.plugin

RepositoryHook

trait RepositoryHook extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RepositoryHook
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def created(owner: String, repository: String)(implicit session: slick.jdbc.JdbcProfile.API.Session): Unit
  2. def deleted(owner: String, repository: String)(implicit session: slick.jdbc.JdbcProfile.API.Session): Unit
  3. def forked(owner: String, newOwner: String, repository: String)(implicit session: slick.jdbc.JdbcProfile.API.Session): Unit
  4. def renamed(owner: String, repository: String, newRepository: String)(implicit session: slick.jdbc.JdbcProfile.API.Session): Unit
  5. def transferred(owner: String, newOwner: String, repository: String)(implicit session: slick.jdbc.JdbcProfile.API.Session): Unit