Class StatisticsTab
- java.lang.Object
-
- jetbrains.buildServer.web.openapi.SimplePageExtension
-
- jetbrains.buildServer.web.openapi.SimpleCustomTab
-
- jetbrains.buildServer.web.openapi.project.ProjectTab
-
- jetbrains.buildServer.controllers.project.StatisticsTab
-
- All Implemented Interfaces:
CustomTab
,ExtensionAvailability
,PageExtension
public class StatisticsTab extends ProjectTab
-
-
Field Summary
Fields Modifier and Type Field Description static String
TAB_CODE
-
Fields inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
myCssPaths, myJsPaths, myPagePlaces
-
-
Constructor Summary
Constructors Constructor Description StatisticsTab(WebControllerManager manager, ProjectManager projectManager, BuildGraphHelper buildGraphHelper)
-
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, SProject project, SUser user)
protected boolean
isBranchSelectorEnabled()
-
Methods inherited from class jetbrains.buildServer.web.openapi.project.ProjectTab
fillModel, getBranchBean, getProject, getProjectManager, getUserBranch, 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
-
-
-
-
Field Detail
-
TAB_CODE
public static final String TAB_CODE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StatisticsTab
public StatisticsTab(@NotNull WebControllerManager manager, @NotNull ProjectManager projectManager, @NotNull BuildGraphHelper buildGraphHelper)
-
-
Method Detail
-
fillModel
protected void fillModel(@NotNull Map<String,Object> model, @NotNull javax.servlet.http.HttpServletRequest request, @NotNull SProject project, @Nullable SUser user)
- Specified by:
fillModel
in classProjectTab
-
isBranchSelectorEnabled
protected boolean isBranchSelectorEnabled()
- Overrides:
isBranchSelectorEnabled
in classProjectTab
-
-