jetbrains.buildServer.serverSide
Interface MessageProcessor
public interface MessageProcessor
Processes build messages. For the new build new message processor is being created.
- See Also:
MessageProcessorFactory
getSourceId
@NotNull
java.lang.String getSourceId()
- Returns:
- message source id to be processed by this instance of processor.
processMessage
boolean processMessage(@NotNull
BuildMessage1 message)
- Parameters:
message - new message in the build.
- Returns:
- true if the message processed or false if processor was not able to process the message
onShutdown
void onShutdown()
- Called when build server is about to shutdown. May be used to save current state of the MessageProcessor