Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.87 KB

plugins.md

File metadata and controls

28 lines (19 loc) · 1.87 KB

Git-Beaver Plugins

The table below specifies which plugins will be integrated into the docker image:

GitUrl RepoName Tag SourcePath LibPath MainClass
https://github.com/g-bvr security main src/main/java lib org.jkube.gitbeaver.SecurityPlugin
https://github.com/g-bvr file-resolver main src/main/java lib org.jkube.gitbeaver.ResolverPlugin
https://github.com/g-bvr html-logger main src/main/java lib org.jkube.gitbeaver.HtmlLogPlugin
https://github.com/g-bvr web-server main src/main/java lib org.jkube.gitbeaver.WebserverPlugin
https://github.com/g-bvr yaml main src/main/java lib org.jkube.gitbeaver.YamlPlugin
https://github.com/g-bvr terraform main src/main/java lib org.jkube.gitbeaver.TerraformPlugin
https://github.com/g-bvr gcloud main src/main/java lib org.jkube.gitbeaver.GcloudPlugin
https://github.com/g-bvr pubsub main src/main/java lib org.jkube.gitbeaver.PubSubPlugin

Note: The plugins "base" and "markdown" should are not included into the table, because they will be loaded manually (in order to become able to parse and process this markdown file).

Explanation of columns:

  • GitUrl: the URL prefix of the git repository (not including the repo name)
  • RepoName: the name of the repository (the last element of the repo URL, not including the extension ".git")
  • SourcePath: the file path of the folder containing the java source files (using "/" as separator, not including leading or trailing "/")
  • MainClass: the class name of the main class (using "." as separator, not including the extension ".java")