mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 13:05:50 +01:00
Add an argument RepositoryInfo to RepositoryAction
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package plugin
|
||||
|
||||
import plugin.PluginSystem.{Action, GlobalMenu, RepositoryMenu}
|
||||
import plugin.PluginSystem._
|
||||
|
||||
trait Plugin {
|
||||
val id: String
|
||||
@@ -11,6 +11,6 @@ trait Plugin {
|
||||
|
||||
def repositoryMenus : List[RepositoryMenu]
|
||||
def globalMenus : List[GlobalMenu]
|
||||
def repositoryActions : List[Action]
|
||||
def repositoryActions : List[RepositoryAction]
|
||||
def globalActions : List[Action]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user