Class TestFinished
- java.lang.Object
-
- jetbrains.buildServer.messages.serviceMessages.ServiceMessage
-
- jetbrains.buildServer.messages.serviceMessages.MessageWithAttributes
-
- jetbrains.buildServer.messages.serviceMessages.BaseTestMessage
-
- jetbrains.buildServer.messages.serviceMessages.TestFinished
-
public class TestFinished extends BaseTestMessage
-
-
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
-
-
Constructor Summary
Constructors Constructor Description TestFinished(String name, int duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getTestDuration()
void
visit(ServiceMessageVisitor visitor)
Depending on this service message type calls corresponding method in the supplied visitor.-
Methods inherited from class jetbrains.buildServer.messages.serviceMessages.BaseTestMessage
getTestName
-
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
-
-
-
-
Constructor Detail
-
TestFinished
public TestFinished(@NotNull String name, int duration)
-
-
Method Detail
-
getTestDuration
public Integer getTestDuration()
-
visit
public void visit(@NotNull ServiceMessageVisitor visitor)
Description copied from class:ServiceMessage
Depending on this service message type calls corresponding method in the supplied visitor.- Overrides:
visit
in classServiceMessage
- Parameters:
visitor
- visitor
-
-