t

gitbucket.core.service

DeployKeyService

trait DeployKeyService extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeployKeyService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def addDeployKey(userName: String, repositoryName: String, title: String, publicKey: String, allowWrite: Boolean)(implicit s: (blockingApi)#Session): Unit
  2. def deleteDeployKey(userName: String, repositoryName: String, deployKeyId: Int)(implicit s: (blockingApi)#Session): Unit
  3. def getAllDeployKeys()(implicit s: (blockingApi)#Session): List[DeployKey]
  4. def getDeployKeys(userName: String, repositoryName: String)(implicit s: (blockingApi)#Session): List[DeployKey]