Uses of Class
jetbrains.buildServer.serverSide.CompilationBlockBean
-
Packages that use CompilationBlockBean Package Description jetbrains.buildServer jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl.query jetbrains.buildServer.serverSide.stat -
-
Uses of CompilationBlockBean in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type CompilationBlockBean Modifier and Type Method Description List<CompilationBlockBean>
MockBuildStatistics. getCompilationErrorBlocks()
-
Uses of CompilationBlockBean in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type CompilationBlockBean Modifier and Type Method Description List<CompilationBlockBean>
BuildStatistics. getCompilationErrorBlocks()
-
Uses of CompilationBlockBean in jetbrains.buildServer.serverSide.impl.query
Fields in jetbrains.buildServer.serverSide.impl.query with type parameters of type CompilationBlockBean Modifier and Type Field Description static GenericQuery<List<CompilationBlockBean>>
SelectCompilerOutputQuery. SELECT_COMPILER_OUTPUT_QUERY
Deprecated.Methods in jetbrains.buildServer.serverSide.impl.query that return types with arguments of type CompilationBlockBean Modifier and Type Method Description static List<CompilationBlockBean>
SelectCompilerOutputQuery. getCompilationErrors(SBuild build, SQLRunnerEx sqlRunner)
Deprecated. -
Uses of CompilationBlockBean in jetbrains.buildServer.serverSide.stat
Subclasses of CompilationBlockBean in jetbrains.buildServer.serverSide.stat Modifier and Type Class Description class
BuildProblemCompilationBlockBean
Methods in jetbrains.buildServer.serverSide.stat that return types with arguments of type CompilationBlockBean Modifier and Type Method Description List<CompilationBlockBean>
BuildStatisticsImpl. getCompilationErrorBlocks()
List<CompilationBlockBean>
BuildStatisticsImpl. getCompilationErrors(BuildProblem buildProblem)
-