Class DependenciesTab
- java.lang.Object
-
- jetbrains.buildServer.web.openapi.SimplePageExtension
-
- jetbrains.buildServer.web.openapi.SimpleCustomTab
-
- jetbrains.buildServer.web.openapi.ViewBuildTab
-
- jetbrains.buildServer.controllers.viewLog.DependenciesTab
-
- All Implemented Interfaces:
CustomTab
,ExtensionAvailability
,PageExtension
public class DependenciesTab extends ViewBuildTab
User: kir
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEPENDENCIES_TAB
-
Fields inherited from class jetbrains.buildServer.web.openapi.ViewBuildTab
BASE_BUILD_URL, BUILD_PROMOTION_KEY, myServer
-
Fields inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
myCssPaths, myJsPaths, myPagePlaces
-
-
Constructor Summary
Constructors Constructor Description DependenciesTab(WebControllerManager manager, SBuildServer server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildPromotion promotion)
List<String>
getCssPaths()
Returns list of additional CSS files paths required by this extensionprotected boolean
isAvailable(javax.servlet.http.HttpServletRequest request, BuildPromotion promotion)
-
Methods inherited from class jetbrains.buildServer.web.openapi.ViewBuildTab
fillModel, getPromotion, isAvailable
-
Methods inherited from class jetbrains.buildServer.web.openapi.SimpleCustomTab
getTabId, getTabTitle, getTabTitle, isVisible, setTabTitle
-
Methods inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
addCssFile, addJsFile, getIncludeUrl, getJsPaths, getPlaceId, getPluginName, isGet, isPost, register, setIncludeUrl, setPlaceId, setPluginName, setPosition, toString, unregister
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.web.openapi.PageExtension
getDisplayName, getIncludeUrl, getJsPaths, getPluginName
-
-
-
-
Field Detail
-
DEPENDENCIES_TAB
public static final String DEPENDENCIES_TAB
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DependenciesTab
public DependenciesTab(@NotNull WebControllerManager manager, @NotNull SBuildServer server)
-
-
Method Detail
-
fillModel
protected void fillModel(@NotNull Map<String,Object> model, @NotNull javax.servlet.http.HttpServletRequest request, @NotNull BuildPromotion promotion)
- Specified by:
fillModel
in classViewBuildTab
-
isAvailable
protected boolean isAvailable(@NotNull javax.servlet.http.HttpServletRequest request, @NotNull BuildPromotion promotion)
- Specified by:
isAvailable
in classViewBuildTab
-
getCssPaths
@NotNull public List<String> getCssPaths()
Description copied from interface:PageExtension
Returns list of additional CSS files paths required by this extension- Specified by:
getCssPaths
in interfacePageExtension
- Overrides:
getCssPaths
in classSimplePageExtension
- Returns:
- list of CSS paths used by extension, see
SimplePageExtension.addCssFile(String)
-
-