Uses of Class
jetbrains.buildServer.plugins.PluginPaths.PluginLocation
-
Packages that use PluginPaths.PluginLocation Package Description jetbrains.buildServer.plugins jetbrains.buildServer.web.plugins -
-
Uses of PluginPaths.PluginLocation in jetbrains.buildServer.plugins
Methods in jetbrains.buildServer.plugins that return PluginPaths.PluginLocation Modifier and Type Method Description PluginPaths.PluginLocationPluginPaths. findLocation(String path)PluginPaths.PluginLocationPluginPaths. findLocation(PluginInfo info)static PluginPaths.PluginLocationPluginPaths.PluginLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginPaths.PluginLocation[]PluginPaths.PluginLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.plugins with parameters of type PluginPaths.PluginLocation Modifier and Type Method Description FilePluginPaths. getPluginsFolder(PluginPaths.PluginLocation location)Get the root directory that should be scanned for the plugins -
Uses of PluginPaths.PluginLocation in jetbrains.buildServer.web.plugins
Methods in jetbrains.buildServer.web.plugins that return PluginPaths.PluginLocation Modifier and Type Method Description PluginPaths.PluginLocationServerPluginPaths. findLocation(String path)PluginPaths.PluginLocationServerPluginPaths. findLocation(PluginInfo info)Methods in jetbrains.buildServer.web.plugins with parameters of type PluginPaths.PluginLocation Modifier and Type Method Description FileServerPluginPaths. getPluginsFolder(PluginPaths.PluginLocation location)
-