Uses of Interface
jetbrains.buildServer.serverSide.systemProblems.SystemProblemEntry
-
-
Uses of SystemProblemEntry in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers with parameters of type SystemProblemEntry Modifier and Type Method Description SystemProblemWebSpecificsBuildTriggerLinkProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)SystemProblemWebSpecificsInternalErrorsLinkProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage) -
Uses of SystemProblemEntry in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes that return SystemProblemEntry Modifier and Type Method Description SystemProblemEntryProblemBean. getProblemEntry()Methods in jetbrains.buildServer.controllers.changes with parameters of type SystemProblemEntry Modifier and Type Method Description static StringSystemProblemsController. getProblemDetails(SystemProblemEntry entry)SystemProblemWebSpecificsVcsRootLinkProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)Constructors in jetbrains.buildServer.controllers.changes with parameters of type SystemProblemEntry Constructor Description ProblemBean(SystemProblemEntry problemEntry, SystemProblemWebSpecifics problemWebSpecifics, String detailsString) -
Uses of SystemProblemEntry in jetbrains.buildServer.serverSide.systemProblems
Methods in jetbrains.buildServer.serverSide.systemProblems that return types with arguments of type SystemProblemEntry Modifier and Type Method Description Collection<SystemProblemEntry>SystemProblemList. getProblems(SBuildType buildType)Returns the set of system problems related to the given Build Type.Collection<SystemProblemEntry>SystemProblemList. getProblems(SBuildType buildType, String problemType, String problemSource)Returns the set of system problems related to the given Build Type with additional filtering by problem type and problem source.Collection<SystemProblemEntry>SystemProblemList. getProblems(SVcsRoot vcsRoot)Returns the set of system problems related to the given VCS Root.Collection<SystemProblemEntry>SystemProblemNotificationEngine. getProblems(SBuildType bt)Collection<SystemProblemEntry>SystemProblemNotificationEngine. getProblems(SBuildType buildType, String problemType, String problemSource)Collection<SystemProblemEntry>SystemProblemNotificationEngine. getProblems(SVcsRoot vcsRoot)Methods in jetbrains.buildServer.serverSide.systemProblems with parameters of type SystemProblemEntry Modifier and Type Method Description static SBuildSystemProblemUtil. getBuildFromProblem(SystemProblemEntry problemEntry, SBuildServer buildServer) -
Uses of SystemProblemEntry in jetbrains.buildServer.web.systemProblems
Methods in jetbrains.buildServer.web.systemProblems with parameters of type SystemProblemEntry 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.
-