jetbrains.buildServer.web.openapi
Interface WebResourcesManager


Deprecated.

@Deprecated
public interface WebResourcesManager

Registry for the plugin web resources.


Method Summary
 void addPluginResources(java.lang.String pluginName, java.lang.String jarName)
          Deprecated. 
 java.lang.String resourcePath(java.lang.String pluginName, java.lang.String relativePath)
          Deprecated. 
 

Method Detail

addPluginResources

@Deprecated
void addPluginResources(@NotNull
                                   java.lang.String pluginName,
                                   @NotNull
                                   java.lang.String jarName)
Deprecated. 

. Registers jar with plugin resources.

Parameters:
pluginName - name of the plugin
jarName - name of the jar file. The file path sould be specified relative to servers WEB-INF/lib folder.

resourcePath

@Deprecated
java.lang.String resourcePath(@NotNull
                                         java.lang.String pluginName,
                                         @NotNull
                                         java.lang.String relativePath)
Deprecated. 

Computes full path to a plugin resource.

Parameters:
pluginName - name of the plugin
relativePath - relative path in the plugin source tree
Returns:
full path to a plugin resource.