Uses of Class
jetbrains.buildServer.web.WebLink
-
Packages that use WebLink Package Description jetbrains.buildServer.controllers jetbrains.buildServer.controllers.changes jetbrains.buildServer.web.systemProblems -
-
Uses of WebLink in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers with parameters of type WebLink Modifier and Type Method Description SystemProblemWebSpecifics
BuildTriggerLinkProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)
SystemProblemWebSpecifics
InternalErrorsLinkProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)
-
Uses of WebLink in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes with parameters of type WebLink Modifier and Type Method Description SystemProblemWebSpecifics
VcsRootLinkProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)
-
Uses of WebLink in jetbrains.buildServer.web.systemProblems
Methods in jetbrains.buildServer.web.systemProblems that return WebLink Modifier and Type Method Description WebLink
SystemProblemWebSpecifics. getSolutionLink()
Methods in jetbrains.buildServer.web.systemProblems with parameters of type WebLink Modifier and Type Method Description SystemProblemWebSpecifics
LinkProviderManagerImpl. getWebSpecifics(SystemProblemEntry entry, Object inContextOf, WebLink currentPage)
SystemProblemWebSpecifics
SystemProblemWebSpecificsManager. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)
Returns an object containing web specific information for the given system problem.SystemProblemWebSpecifics
SystemProblemWebSpecificsProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)
Returns an object containing web specific information for the given system problem.Constructors in jetbrains.buildServer.web.systemProblems with parameters of type WebLink Constructor Description SystemProblemWebSpecifics(WebLink solutionLink, String problemCaption)
Constructs the object with the given propertiesSystemProblemWebSpecifics(WebLink solutionLink, String problemCaption, String branchName)
Constructs the object with the given properties
-