Class SelectCompilerOutputQuery
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.query.SelectCompilerOutputQuery
-
@Deprecated public class SelectCompilerOutputQuery extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static GenericQuery<List<CompilationBlockBean>>
SELECT_COMPILER_OUTPUT_QUERY
Deprecated.
-
Constructor Summary
Constructors Constructor Description SelectCompilerOutputQuery()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static List<CompilationBlockBean>
getCompilationErrors(SBuild build, SQLRunnerEx sqlRunner)
Deprecated.
-
-
-
Field Detail
-
SELECT_COMPILER_OUTPUT_QUERY
public static final GenericQuery<List<CompilationBlockBean>> SELECT_COMPILER_OUTPUT_QUERY
Deprecated.
-
-
Method Detail
-
getCompilationErrors
@NotNull public static List<CompilationBlockBean> getCompilationErrors(@NotNull SBuild build, @NotNull SQLRunnerEx sqlRunner)
Deprecated.
-
-