Class CompileErrorProblemProvider
- java.lang.Object
-
- jetbrains.buildServer.serverSide.problems.CompileErrorProblemProvider
-
public final class CompileErrorProblemProvider extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BuildProblemData
getBuildProblem(BlockLogMessage compileBlock, RunningBuildEx build, String buildCheckoutDir)
If the specified compilation block failed, creates corresponding build problem instance, otherwise returns null.
-
-
-
Method Detail
-
getBuildProblem
@Nullable public static BuildProblemData getBuildProblem(@NotNull BlockLogMessage compileBlock, @NotNull RunningBuildEx build, @Nullable String buildCheckoutDir)
If the specified compilation block failed, creates corresponding build problem instance, otherwise returns null.
-
-