Class BaseTestSuiteMessage
- java.lang.Object
-
- jetbrains.buildServer.messages.serviceMessages.ServiceMessage
-
- jetbrains.buildServer.messages.serviceMessages.MessageWithAttributes
-
- jetbrains.buildServer.messages.serviceMessages.BaseTestSuiteMessage
-
- Direct Known Subclasses:
TestSuiteFinished
,TestSuiteStarted
public abstract class BaseTestSuiteMessage extends MessageWithAttributes
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jetbrains.buildServer.messages.serviceMessages.ServiceMessage
ServiceMessage.Timestamp
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.messages.serviceMessages.ServiceMessage
ARG_ATTRIBUTE, DISABLE, ENABLE, PARSE_SERVICE_MESSAGES_INSIDE_TAG, SERVICE_MESSAGE_END, SERVICE_MESSAGE_START, TAGS_ATRRIBUTE, TAGS_SEPARATOR
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSuiteName()
-
Methods inherited from class jetbrains.buildServer.messages.serviceMessages.ServiceMessage
addTag, asString, asString, asString, getArgument, getAttributes, getAttributeValue, getCreationTimestamp, getFlowId, getMessageName, getTags, parse, parse, parseSimple, setFlowId, setTimestamp, toString, validate, visit
-
-
-
-
Method Detail
-
getSuiteName
@RequiredAttribute(attributeName="name") public String getSuiteName()
-
-