Class BuildStatisticValue
- java.lang.Object
-
- jetbrains.buildServer.messages.serviceMessages.ServiceMessage
-
- jetbrains.buildServer.messages.serviceMessages.MessageWithAttributes
-
- jetbrains.buildServer.messages.serviceMessages.BuildStatisticValue
-
public class BuildStatisticValue 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
-
-
Constructor Summary
Constructors Constructor Description BuildStatisticValue(String key, float value)
BuildStatisticValue(String key, int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getValue()
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.ServiceMessage
addTag, asString, asString, asString, getArgument, getAttributes, getAttributeValue, getCreationTimestamp, getFlowId, getMessageName, getTags, parse, parse, parseSimple, setFlowId, setTimestamp, toString, validate
-
-
-
-
Method Detail
-
getKey
@RequiredAttribute(attributeName="key") public String getKey()
-
getValue
@RequiredAttribute(attributeName="value") public String getValue()
-
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
-
-