|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SystemProblemList
Provides an ability to retrieve raised system problems. Each method executes a query returning a subset of system problems with the given properties.
SystemProblem,
SystemProblemEntry,
SystemProblemNotification| Method Summary | |
|---|---|
SystemProblem |
getProblem(int id)
Returns the problem by the given id |
java.util.Collection<SBuildType> |
getProblematicBuildTypes()
Returns the set of Build Types having at least one system problem (directly or indirectly associated) |
java.util.Collection<SystemProblemEntry> |
getProblems(SBuildType buildType)
Returns the set of system problems related to the given Build Type. |
java.util.Collection<SystemProblemEntry> |
getProblems(SBuildType buildType,
java.lang.String problemType,
java.lang.String problemSource)
Returns the set of system problems related to the given Build Type with additional filtering by problem type and problem source. |
java.util.Collection<SystemProblemEntry> |
getProblems(SVcsRoot vcsRoot)
Returns the set of system problems related to the given VCS Root. |
| Method Detail |
|---|
@NotNull
java.util.Collection<SystemProblemEntry> getProblems(@NotNull
SBuildType buildType)
buildType - Build Type
@NotNull
java.util.Collection<SystemProblemEntry> getProblems(@NotNull
SBuildType buildType,
@Nullable
java.lang.String problemType,
@Nullable
java.lang.String problemSource)
buildType - Build TypeproblemType - if not null only problems of this problem type are includedproblemSource - if not null only problems with this problem source are included
@NotNull
java.util.Collection<SystemProblemEntry> getProblems(@NotNull
SVcsRoot vcsRoot)
vcsRoot - VCS Root
@NotNull java.util.Collection<SBuildType> getProblematicBuildTypes()
@Nullable SystemProblem getProblem(int id)
id - id od the problem
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||