Class InspectionsMessageProcessorFactory
- java.lang.Object
-
- jetbrains.buildServer.serverSide.messages.codeInspection.InspectionsMessageProcessorFactory
-
- All Implemented Interfaces:
MessageProcessorFactory
,ServerExtension
,TeamCityExtension
public class InspectionsMessageProcessorFactory extends Object implements MessageProcessorFactory
Factory used to set up the database as early as possible.
-
-
Constructor Summary
Constructors Constructor Description InspectionsMessageProcessorFactory(ExtensionHolder extensionHolder, SQLRunnerEx sqlRunnerEx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageProcessor
create(SRunningBuild build)
Creates new processor instance.
-
-
-
Constructor Detail
-
InspectionsMessageProcessorFactory
public InspectionsMessageProcessorFactory(@NotNull ExtensionHolder extensionHolder, @NotNull SQLRunnerEx sqlRunnerEx)
-
-
Method Detail
-
create
@NotNull public MessageProcessor create(@NotNull SRunningBuild build)
Description copied from interface:MessageProcessorFactory
Creates new processor instance.- Specified by:
create
in interfaceMessageProcessorFactory
- Parameters:
build
- build to process messages for.- Returns:
- new processor instance.
-
-