mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 21:15:49 +01:00
(refs #464)Add new extension point to add buttons
This commit is contained in:
@@ -10,10 +10,11 @@ trait Plugin {
|
||||
val url: String
|
||||
val description: String
|
||||
|
||||
def repositoryMenus : List[RepositoryMenu]
|
||||
def globalMenus : List[GlobalMenu]
|
||||
def repositoryActions : List[RepositoryAction]
|
||||
def globalActions : List[Action]
|
||||
def repositoryMenus : List[RepositoryMenu]
|
||||
def globalMenus : List[GlobalMenu]
|
||||
def repositoryActions : List[RepositoryAction]
|
||||
def globalActions : List[Action]
|
||||
def buttons(name: String) : List[Button]
|
||||
}
|
||||
|
||||
object PluginConnectionHolder {
|
||||
|
||||
Reference in New Issue
Block a user