Uses of Class
jetbrains.buildServer.web.systemProblems.SystemProblemWebSpecifics
-
Packages that use SystemProblemWebSpecifics Package Description jetbrains.buildServer.controllers jetbrains.buildServer.controllers.changes jetbrains.buildServer.web.systemProblems -
-
Uses of SystemProblemWebSpecifics in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return SystemProblemWebSpecifics 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 SystemProblemWebSpecifics in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes that return SystemProblemWebSpecifics Modifier and Type Method Description SystemProblemWebSpecifics
ProblemBean. getProblemWebSpecifics()
SystemProblemWebSpecifics
VcsRootLinkProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)
Constructors in jetbrains.buildServer.controllers.changes with parameters of type SystemProblemWebSpecifics Constructor Description ProblemBean(SystemProblemEntry problemEntry, SystemProblemWebSpecifics problemWebSpecifics, String detailsString)
-
Uses of SystemProblemWebSpecifics in jetbrains.buildServer.web.systemProblems
Methods in jetbrains.buildServer.web.systemProblems that return SystemProblemWebSpecifics 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.
-