AbstractTextMessageProcessor |
Default adapter for TextMessageProcessor
|
BaseBlockMessage |
|
BaseCompilationBlockMessage |
Base class for compilation block messages (CompilationStarted and CompilationFinished).
|
BaseTestMessage |
|
BaseTestSuiteMessage |
|
BlockClosed |
|
BlockMessagesTranslator |
Registers translators for the following service messages:
##teamcity[blockOpened ...]
##teamcity[blockClosed ...]
|
BlockOpened |
|
BuildNumber |
|
BuildNumberTranslator |
User: kir
##teamcity[buildNumber '']
|
BuildProblemTranslator |
##teamcity[buildProblem description="..." identity="..." type="..."]
Currently this translator processes only messages added via REST, regular ##teamcity[buildProblem...] messages are processed on agent
|
BuildStatisticValue |
|
BuildStatisticValueTranslator |
User: kir
##teamcity[buildStatisticValue key='someKey' value='443']
|
BuildStatus |
|
BuildStatusTranslator |
Deprecated.
|
BuildStopTranslator |
##teamcity[buildStop comment="..." readdToQueue="..."]
Currently this translator processes only messages added via REST, regular ##teamcity[buildStop...] messages are processed on agent
|
BuildTagTranslator |
Supports
##teamcity[addBuildTag 'tag']
##teamcity[removeBuildTag 'tag']
|
CompilationFinished |
Finishes compilation block
|
CompilationMessagesTranslator |
Supports:
#teamcity[compilationStarted]
#teamcity[compilationFinished]
|
CompilationStarted |
Represents beginning of the compilation block
|
DefaultServiceMessageVisitor |
|
DetachedFromAgentMessageTranslator |
|
FlowFinishedMessageTranslator |
##teamcity[flowFinished flowId='']
|
FlowStartedMessageTranslator |
##teamcity[flowStarted flowId=' '] and ##teamcity[flowStarted flowId='' parent='']
|
InternalErrorMessage |
Internal error is a case when build has failed to start because of
problems with build environment.
|
MapSerializerUtil |
|
MapSerializerUtil.UnescapeResult |
|
Message |
|
MessageTranslator |
Registers translators for the following service messages:
##teamcity[message ...]
|
MessageWithAttributes |
|
NotificationTranslator |
##teamcity[notification notifier='' message='' ...]
|
ProgressFinish |
|
ProgressMessage |
|
ProgressMessagesTranslator |
Registers translators for the following service messages:
##teamcity[progressStarted ...]
##teamcity[progressMessage ...]
##teamcity[progressFinished ...]
|
ProgressStart |
|
PublishArtifacts |
|
RemoteArtifactMessage |
Adds information about a remote artifact to the build
|
RemoteArtifactTranslator |
Registers translators for the following service messages:
##teamcity[remoteArtifact ...]
|
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.
|
ServiceMessagesProcessor |
|
SimpleServiceMessageParserCallback |
Very simple implementation of service messages parser callback.
|
SkipQueuedBuildsTranslator |
##teamcity[skipQueuedBuilds comment="..." tags="buildTypeExternalId, tests"]
This service message allows to skip/exclude some builds from the build chains the current build belongs to.
|
TestFailed |
|
TestFinished |
|
TestIgnored |
|
TestMetadataTranslator |
User: kir
##teamcity[testMetadata testName='test.name' name='metadataKey' [type='number|text|link|artifact|image|video|whatever'] value='some text')]
|
TestNavigationInfo |
|
TestOutputTranslator |
|
TestRetryTranslator |
User: kir
Enables or disables support for test retry, i.e.
|
TestStarted |
|
TestStdErr |
|
TestStdOut |
|
TestSuiteFinished |
|
TestSuiteStarted |
|