Uses of Class
jetbrains.buildServer.codeInspection.InspectionMessageBean
-
Packages that use InspectionMessageBean Package Description jetbrains.buildServer.agent.impl.inspections jetbrains.buildServer.serverSide.messages.codeInspection -
-
Uses of InspectionMessageBean in jetbrains.buildServer.agent.impl.inspections
Methods in jetbrains.buildServer.agent.impl.inspections that return InspectionMessageBean Modifier and Type Method Description static InspectionMessageBean
InspectionConverter. convertInfo(InspectionInstance source)
-
Uses of InspectionMessageBean in jetbrains.buildServer.serverSide.messages.codeInspection
Method parameters in jetbrains.buildServer.serverSide.messages.codeInspection with type arguments of type InspectionMessageBean Modifier and Type Method Description static void
InspectionsMessageProcessor. insertInspectionResults(SQLRunnerEx sqlRunner, long buildId, Collection<InspectionMessageBean> beans)
static void
InspectionsMessageProcessor. insertInspectionResults(SQLRunnerEx sqlRunner, long buildId, Collection<InspectionMessageBean> beans, boolean debugEnabled)
-