com.atlassian.bamboo.plugins.jira.summary.build
Class BuildResultForAggregate

java.lang.Object
  extended by com.atlassian.bamboo.plugins.jira.summary.build.BuildResultForAggregate

public class BuildResultForAggregate
extends Object

Parses a specific subset of a BuildResultSummaryDocument from lucene. Subset used specifically for aggregator


Constructor Summary
BuildResultForAggregate(org.apache.lucene.document.Document doc)
           
 
Method Summary
static com.google.common.collect.Ordering<BuildResultForAggregate> orderingByPlanKeyAndReversedBuildNumber()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildResultForAggregate

public BuildResultForAggregate(org.apache.lucene.document.Document doc)
Method Detail

orderingByPlanKeyAndReversedBuildNumber

public static com.google.common.collect.Ordering<BuildResultForAggregate> orderingByPlanKeyAndReversedBuildNumber()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.