Class InternalErrorMessage
- java.lang.Object
-
- jetbrains.buildServer.messages.serviceMessages.ServiceMessage
-
- jetbrains.buildServer.messages.serviceMessages.MessageWithAttributes
-
- jetbrains.buildServer.messages.serviceMessages.InternalErrorMessage
-
public class InternalErrorMessage extends MessageWithAttributes
Internal error is a case when build has failed to start because of problems with build environment. This system message will cause TeamCity to treat this build as not started properly.
-
-
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 InternalErrorMessage(String cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCause()voidvisit(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
-
-
-
-
Constructor Detail
-
InternalErrorMessage
public InternalErrorMessage(@NotNull String cause)
-
-
Method Detail
-
getCause
@RequiredAttribute(attributeName="cause") public String getCause()
-
visit
public void visit(@NotNull ServiceMessageVisitor visitor)Description copied from class:ServiceMessageDepending on this service message type calls corresponding method in the supplied visitor.- Overrides:
visitin classServiceMessage- Parameters:
visitor- visitor
-
-