Class ServerPluginDslPaths
- java.lang.Object
-
- jetbrains.buildServer.web.plugins.ServerPluginDslPaths
-
- All Implemented Interfaces:
PluginDslPaths
public class ServerPluginDslPaths extends Object implements PluginDslPaths
-
-
Constructor Summary
Constructors Constructor Description ServerPluginDslPaths(javax.servlet.ServletContext servletContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBundledDslCacheDirectory()Return bundled pre-compiled plugins DSL directory path (/WEB-INF/resources/bundledDslJarsDocs/)
-
-
-
Method Detail
-
getBundledDslCacheDirectory
@NotNull public String getBundledDslCacheDirectory()
Description copied from interface:PluginDslPathsReturn bundled pre-compiled plugins DSL directory path (/WEB-INF/resources/bundledDslJarsDocs/)- Specified by:
getBundledDslCacheDirectoryin interfacePluginDslPaths- Returns:
- see above
-
-