Class ChangesTab
- java.lang.Object
-
- jetbrains.buildServer.web.openapi.SimplePageExtension
-
- jetbrains.buildServer.web.openapi.SimpleCustomTab
-
- jetbrains.buildServer.web.openapi.ViewBuildTab
-
- jetbrains.buildServer.controllers.viewLog.ChangesTab
-
- All Implemented Interfaces:
CustomTab,ExtensionAvailability,PageExtension
public class ChangesTab extends ViewBuildTab
User: kir
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHANGES_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 ChangesTab(WebControllerManager manager, SBuildServer server, BuildChangeLogBeanProvider changeLogBeanProvider, BuildPromotionManager buildPromotionManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildPromotion promotion)StringgetTabTitle(javax.servlet.http.HttpServletRequest request)Returns title to use as custom tab nameprotected booleanisAvailable(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, 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
-
CHANGES_TAB
public static final String CHANGES_TAB
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChangesTab
public ChangesTab(@NotNull WebControllerManager manager, @NotNull SBuildServer server, @NotNull BuildChangeLogBeanProvider changeLogBeanProvider, @NotNull BuildPromotionManager buildPromotionManager)
-
-
Method Detail
-
fillModel
protected void fillModel(@NotNull Map<String,Object> model, @NotNull javax.servlet.http.HttpServletRequest request, @NotNull BuildPromotion promotion)- Specified by:
fillModelin classViewBuildTab
-
isAvailable
protected boolean isAvailable(@NotNull javax.servlet.http.HttpServletRequest request, @NotNull BuildPromotion promotion)- Specified by:
isAvailablein classViewBuildTab
-
getTabTitle
@NotNull public String getTabTitle(@NotNull javax.servlet.http.HttpServletRequest request)
Description copied from interface:CustomTabReturns title to use as custom tab name- Specified by:
getTabTitlein interfaceCustomTab- Overrides:
getTabTitlein classSimpleCustomTab- Parameters:
request- to get information from. Can be used to customize title- Returns:
- tab title for given request
-
-