Package jetbrains.buildServer.serverSide
Interface MessageProcessorFactory
-
- All Superinterfaces:
ServerExtension,TeamCityExtension
- All Known Implementing Classes:
DefaultMessageProcessorFactory,DuplicatesMessageProcessorFactory,InspectionsMessageProcessorFactory
public interface MessageProcessorFactory extends ServerExtension
Allows to register custom message processors on the server side.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageProcessorcreate(SRunningBuild build)Creates new processor instance.
-
-
-
Method Detail
-
create
@NotNull MessageProcessor create(@NotNull SRunningBuild build)
Creates new processor instance.- Parameters:
build- build to process messages for.- Returns:
- new processor instance.
-
-