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 MessageProcessorcreate(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:MessageProcessorFactoryCreates new processor instance.- Specified by:
 createin interfaceMessageProcessorFactory- Parameters:
 build- build to process messages for.- Returns:
 - new processor instance.
 
 
 - 
 
 -