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 SystemProblemWebSpecificsBuildTriggerLinkProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)SystemProblemWebSpecificsInternalErrorsLinkProvider. 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 SystemProblemWebSpecificsVcsRootLinkProvider. 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 WebLinkSystemProblemWebSpecifics. getSolutionLink()Methods in jetbrains.buildServer.web.systemProblems with parameters of type WebLink 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.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
-