Package com.atlassian.bamboo.resultsummary

Examples of com.atlassian.bamboo.resultsummary.ResultsSummary


   *            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();
      KarotzActionPublisher actionPublisher = new KarotzActionPublisher(client);
      String message = "";
View Full Code Here

TOP

Related Classes of com.atlassian.bamboo.resultsummary.ResultsSummary

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.