public Message getMessage() {
    startMessage();
    appendStatusMessage();
    appendDuration();
    appendOpenLink().toString();

    return new Message(message.toString(), getBuildColor(), notify);
  }