Class ReportTab
- java.lang.Object
-
- jetbrains.buildServer.web.openapi.SimplePageExtension
-
- jetbrains.buildServer.web.openapi.SimpleCustomTab
-
- jetbrains.buildServer.web.openapi.ViewBuildTab
-
- jetbrains.buildServer.web.openapi.ViewLogTab
-
- jetbrains.buildServer.web.reportTabs.impl.ReportTab
-
- All Implemented Interfaces:
CustomTab
,ExtensionAvailability
,PageExtension
public class ReportTab extends ViewLogTab
Created by IntelliJ IDEA.- Author:
- kir
-
-
Field Summary
-
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 ReportTab(String tabId, PagePlaces pagePlaces, SBuildServer server, ReportTabConfigurationImpl tabConfiguration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, SBuild build)
static String
getTitle(ReportTabConfiguration configuration)
protected boolean
isAvailable(javax.servlet.http.HttpServletRequest request, SBuild build)
Called to check if tab is available for given build-
Methods inherited from class jetbrains.buildServer.web.openapi.ViewLogTab
fillModel, getBuild, isAvailable
-
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, getCssPaths, 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
getCssPaths, getDisplayName, getIncludeUrl, getJsPaths, getPluginName
-
-
-
-
Constructor Detail
-
ReportTab
public ReportTab(@NotNull String tabId, @NotNull PagePlaces pagePlaces, @NotNull SBuildServer server, @NotNull ReportTabConfigurationImpl tabConfiguration)
-
-
Method Detail
-
fillModel
protected void fillModel(@NotNull Map<String,Object> model, @NotNull javax.servlet.http.HttpServletRequest request, @NotNull SBuild build)
- Specified by:
fillModel
in classViewLogTab
-
isAvailable
protected boolean isAvailable(@NotNull javax.servlet.http.HttpServletRequest request, @NotNull SBuild build)
Description copied from class:ViewLogTab
Called to check if tab is available for given build- Overrides:
isAvailable
in classViewLogTab
- Parameters:
request
- http servlet requestbuild
- build to check- Returns:
- true if tab is available for given build.
-
getTitle
public static String getTitle(@NotNull ReportTabConfiguration configuration)
-
-