| Interface | Description |
|---|---|
| MapSerializerUtil.EscapeInfoProvider | Deprecated |
| MapSerializerUtil.EscapeInfoProvider2 |
String escaping info provider.
|
| ServiceMessageHandler |
Abstract handler for service messages
|
| ServiceMessageParserCallback |
Service message parser callback.
|
| ServiceMessagesRegister |
Abstract register for service message handlers
Typical usage: register your handler from plugin initialization code
|
| ServiceMessageTypes |
Contains known service message types
|
| ServiceMessageVisitor |
Visitor which can be passed to
ServiceMessage.visit(ServiceMessageVisitor) method. |
| Class | Description |
|---|---|
| BaseBlockMessage | |
| BaseCompilationBlockMessage |
Base class for compilation block messages (CompilationStarted and CompilationFinished).
|
| BaseTestMessage | |
| BaseTestSuiteMessage | |
| BlockClosed | |
| BlockOpened | |
| BuildNumber | |
| BuildStatisticValue | |
| BuildStatus | |
| CompilationFinished |
Finishes compilation block
|
| CompilationStarted |
Represents beginning of the compilation block
|
| DefaultServiceMessageVisitor | |
| InternalErrorMessage |
Internal error is a case when build has failed to start because of
problems with build environment.
|
| MapSerializerUtil | |
| MapSerializerUtil.UnescapeResult | |
| Message | |
| MessageWithAttributes | |
| ProgressFinish | |
| ProgressMessage | |
| ProgressStart | |
| PublishArtifacts | |
| ServiceMessage |
Utility class to parse messages like
##teamcity[<message name> <param name>='<param value>' <param name>='<param value>'...]
or
##teamcity[<message name> '< argument>']
Argument is optional.
|
| ServiceMessage.Timestamp | |
| ServiceMessagesParser |
Service messages parser.
|
| SimpleServiceMessageParserCallback |
Very simple implementation of service messages parser callback.
|
| TestFailed | |
| TestFinished | |
| TestIgnored | |
| TestNavigationInfo | |
| TestStarted | |
| TestStdErr | |
| TestStdOut | |
| TestSuiteFinished | |
| TestSuiteStarted |