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 SystemProblemWebSpecifics
BuildTriggerLinkProvider. getWebSpecifics(SystemProblemEntry problemEntry, Object inContextOf, WebLink currentPage)
SystemProblemWebSpecifics
InternalErrorsLinkProvider. 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 SystemProblemEntry
ProblemBean. getProblemEntry()
Methods in jetbrains.buildServer.controllers.changes with parameters of type SystemProblemEntry Modifier and Type Method Description static String
SystemProblemsController. getProblemDetails(SystemProblemEntry entry)
SystemProblemWebSpecifics
VcsRootLinkProvider. 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 SBuild
SystemProblemUtil. 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 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.
-