com.atlassian.greenhopper.model.timetracking
Class TimelineAnalysis.ValueSource

java.lang.Object
  extended by com.atlassian.greenhopper.model.timetracking.TimelineAnalysis.ValueSource
Enclosing class:
TimelineAnalysis

public static class TimelineAnalysis.ValueSource
extends java.lang.Object

Keeps the reason we've got for picking up a particular value. This way, we can store arbitrary information during the computation run and then evaluate that in the view respectively.

Author:
ahennecke

Nested Class Summary
static class TimelineAnalysis.ValueSource.ValueSourceType
           
 
Method Summary
 TimelineAnalysis.ValueSource.ValueSourceType getType()
           
 java.lang.Object[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public TimelineAnalysis.ValueSource.ValueSourceType getType()

getValues

public java.lang.Object[] getValues()


Copyright © 2007-2011 Atlassian. All Rights Reserved.