Class 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.
    • Constructor Detail

      • InternalErrorMessage

        public InternalErrorMessage​(@NotNull
                                    java.lang.String cause)
    • Method Detail

      • getCause

        @RequiredAttribute(attributeName="cause")
        public java.lang.String getCause()
      • 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 class ServiceMessage
        Parameters:
        visitor - visitor