Package com.atlassian.event

Examples of com.atlassian.event.Event


   *            The Bamboo Notification. <br/>
   *            Must not be null and must contain a {@link PlanResultEvent}.
   */
  @Override
  public void sendNotification(Notification notification) {
    Event event = notification.getEvent();
    ResultsSummary result = getResultSummary(event);
    BuildState buildState = result.getBuildState();
    String committersText = createCommittersText(result);
    try {
      client.startInteractiveMode();
View Full Code Here

TOP

Related Classes of com.atlassian.event.Event

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.