Uses of Class
jetbrains.buildServer.codeInspection.InspectionDescriptionBean
-
Packages that use InspectionDescriptionBean Package Description jetbrains.buildServer.agent.impl.inspections jetbrains.buildServer.serverSide.messages.codeInspection -
-
Uses of InspectionDescriptionBean in jetbrains.buildServer.agent.impl.inspections
Methods in jetbrains.buildServer.agent.impl.inspections that return InspectionDescriptionBean Modifier and Type Method Description static InspectionDescriptionBean
InspectionConverter. convertType(InspectionTypeInfo source)
-
Uses of InspectionDescriptionBean in jetbrains.buildServer.serverSide.messages.codeInspection
Method parameters in jetbrains.buildServer.serverSide.messages.codeInspection with type arguments of type InspectionDescriptionBean Modifier and Type Method Description static int
InspectionsMessageProcessor. storeInspectionDescriptions(SQLRunnerEx sqlRunner, Long buildId, Set<InspectionDescriptionBean> beans, boolean debugEnabled)
static int
InspectionsMessageProcessor. storeInspectionDescriptions(SQLRunnerEx sqlRunner, Set<InspectionDescriptionBean> beans)
-