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 SystemProblemWebSpecificsBuildTriggerLinkProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)SystemProblemWebSpecificsInternalErrorsLinkProvider. 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 SystemProblemWebSpecificsProblemBean. getProblemWebSpecifics()SystemProblemWebSpecificsVcsRootLinkProvider. 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 SystemProblemWebSpecificsLinkProviderManagerImpl. getWebSpecifics(SystemProblemEntry entry, Object inContextOf, WebLink currentPage)SystemProblemWebSpecificsSystemProblemWebSpecificsManager. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)Returns an object containing web specific information for the given system problem.SystemProblemWebSpecificsSystemProblemWebSpecificsProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)Returns an object containing web specific information for the given system problem.
-