Class LastBuildProblemsFinder
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.problems.LastBuildProblemsFinder
-
public class LastBuildProblemsFinder extends Object
Returns last occurrences of the specified build problems in all project's and it's subprojects' build types. Here last means either build problems in the default branch if they exist there, either the recent build problem occurrence in any other branches if it does not exist in default branch. It can be specified whether the result should be filtered by default branch or not.
-
-
Constructor Summary
Constructors Constructor Description LastBuildProblemsFinder(SQLRunnerEx sqlRunner, ProjectManager projectManager, BuildsManager buildsManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<BuildProblem>
find(Set<Integer> buildProblemIds, SProject project, boolean isForDefaultBranchesOnly)
See javadoc for the class above
-
-
-
Constructor Detail
-
LastBuildProblemsFinder
public LastBuildProblemsFinder(@NotNull SQLRunnerEx sqlRunner, @NotNull ProjectManager projectManager, @NotNull BuildsManager buildsManager)
-
-
Method Detail
-
find
@NotNull public Collection<BuildProblem> find(@NotNull Set<Integer> buildProblemIds, @Nullable SProject project, boolean isForDefaultBranchesOnly)
See javadoc for the class above
-
-