Uses of Class
com.atlassian.greenhopper.model.timetracking.TimelineAnalysis.ValueSource.ValueSourceType

Packages that use TimelineAnalysis.ValueSource.ValueSourceType
com.atlassian.greenhopper.model.timetracking   
 

Uses of TimelineAnalysis.ValueSource.ValueSourceType in com.atlassian.greenhopper.model.timetracking
 

Methods in com.atlassian.greenhopper.model.timetracking that return TimelineAnalysis.ValueSource.ValueSourceType
 TimelineAnalysis.ValueSource.ValueSourceType TimelineAnalysis.ValueSource.getType()
           
static TimelineAnalysis.ValueSource.ValueSourceType TimelineAnalysis.ValueSource.ValueSourceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TimelineAnalysis.ValueSource.ValueSourceType[] TimelineAnalysis.ValueSource.ValueSourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.greenhopper.model.timetracking with parameters of type TimelineAnalysis.ValueSource.ValueSourceType
 void TimelineAnalysis.addInitialValueSource(com.atlassian.jira.issue.Issue issue, TimelineAnalysis.ValueSource.ValueSourceType type, java.lang.Object... values)
          Info for the planning day computation
 void TimelineAnalysis.addValueSource(com.atlassian.jira.issue.Issue issue, org.joda.time.DateMidnight day, TimelineAnalysis.ValueSource.ValueSourceType type, java.lang.Object... values)
          Add some information on why we're picking up particular values
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.