Class SetupObjectFromVcsUrlExtension
- java.lang.Object
-
- jetbrains.buildServer.web.openapi.SimplePageExtension
-
- jetbrains.buildServer.controllers.admin.projects.setupFromUrl.SetupObjectFromResourcePageExtension
-
- jetbrains.buildServer.controllers.admin.projects.setupFromUrl.SetupObjectFromVcsUrlExtension
-
- All Implemented Interfaces:
PageExtension
public class SetupObjectFromVcsUrlExtension extends SetupObjectFromResourcePageExtension
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.controllers.admin.projects.setupFromUrl.SetupObjectFromResourcePageExtension
SETUP_OBJECT_FROM_RESOURCE_BEAN_KEY
-
Fields inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
myCssPaths, myJsPaths, myPagePlaces
-
-
Constructor Summary
Constructors Constructor Description SetupObjectFromVcsUrlExtension(PagePlaces pagePlaces, VcsManagerEx vcsManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request)
Sets instance ofSetupObjectFromResourceBean
to modelString
getIncludeUrl()
Returns URL by which this page extension is included.-
Methods inherited from class jetbrains.buildServer.controllers.admin.projects.setupFromUrl.SetupObjectFromResourcePageExtension
getSetupObjectFromResourceBean, isAvailable
-
Methods inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
addCssFile, addJsFile, getCssPaths, 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
-
-
-
-
Constructor Detail
-
SetupObjectFromVcsUrlExtension
public SetupObjectFromVcsUrlExtension(@NotNull PagePlaces pagePlaces, @NotNull VcsManagerEx vcsManager)
-
-
Method Detail
-
getIncludeUrl
@NotNull public String getIncludeUrl()
Description copied from interface:PageExtension
Returns URL by which this page extension is included. This url may point to a JSP file or to a controller. If URL is absolute it must not include context path. For plugin resources usePluginDescriptor.getPluginResourcesPath(String)
to obtain the path.- Specified by:
getIncludeUrl
in interfacePageExtension
- Overrides:
getIncludeUrl
in classSimplePageExtension
- Returns:
- URL of the page extension content
-
fillModel
public void fillModel(@NotNull Map<String,Object> model, @NotNull javax.servlet.http.HttpServletRequest request)
Description copied from class:SetupObjectFromResourcePageExtension
Sets instance ofSetupObjectFromResourceBean
to model- Specified by:
fillModel
in interfacePageExtension
- Overrides:
fillModel
in classSetupObjectFromResourcePageExtension
- Parameters:
model
- modelrequest
- HTTP request
-
-