Uses of Interface
com.atlassian.greenhopper.model.issue.GHVersion

Packages that use GHVersion
com.atlassian.greenhopper.model.issue   
com.atlassian.greenhopper.service.charts   
com.atlassian.greenhopper.service.issue   
com.pyxis.greenhopper.gadget   
com.pyxis.greenhopper.gadget.model   
 

Uses of GHVersion in com.atlassian.greenhopper.model.issue
 

Classes in com.atlassian.greenhopper.model.issue that implement GHVersion
 class VersionWrapper
          VersionWrapper represents the GreenHopper extension for a JIRA version, enriching it with additional information.
 

Uses of GHVersion in com.atlassian.greenhopper.service.charts
 

Methods in com.atlassian.greenhopper.service.charts with parameters of type GHVersion
 HourBurndownModel HourBurndownChartServiceImpl.getAggregatedHourBurndown(GHVersion iteration, com.opensymphony.user.User user, ChartBoard board)
           
 HourBurndownModel HourBurndownChartService.getAggregatedHourBurndown(GHVersion iteration, com.opensymphony.user.User user, ChartBoard board)
          Build the HourBurndownModel for a parent iteration.
 

Uses of GHVersion in com.atlassian.greenhopper.service.issue
 

Methods in com.atlassian.greenhopper.service.issue that return GHVersion
 GHVersion GHVersionServiceImpl.loadGHVersion(java.lang.Long id)
           
 GHVersion GHVersionService.loadGHVersion(java.lang.Long id)
          Load an GHVersion object for the given ID.
 

Methods in com.atlassian.greenhopper.service.issue with parameters of type GHVersion
 java.util.List<com.atlassian.jira.issue.Issue> GHIssueServiceImpl.findIssuesByIteration(GHVersion iteration, com.opensymphony.user.User user, VersionBoard board)
           
 java.util.List<com.atlassian.jira.issue.Issue> GHIssueService.findIssuesByIteration(GHVersion iteration, com.opensymphony.user.User user, VersionBoard board)
          Deprecated. Fetch all Issues that are associated to the given version.
 java.util.List<com.atlassian.jira.issue.Issue> GHIssueServiceImpl.findIssuesByIterationWithoutChildren(GHVersion iteration, com.opensymphony.user.User user, VersionBoard board)
          TODO refactor this to not use the board but construct the query directly.
 java.util.List<com.atlassian.jira.issue.Issue> GHIssueService.findIssuesByIterationWithoutChildren(GHVersion iteration, com.opensymphony.user.User user, VersionBoard board)
          Deprecated. Fetch all Issues that are associated to the given version, but not to one of the child versions.
 

Uses of GHVersion in com.pyxis.greenhopper.gadget
 

Constructors in com.pyxis.greenhopper.gadget with parameters of type GHVersion
ChartDataResource.ChartData(com.atlassian.jira.project.Project project, GHVersion version)
           
 

Uses of GHVersion in com.pyxis.greenhopper.gadget.model
 

Constructors in com.pyxis.greenhopper.gadget.model with parameters of type GHVersion
VersionInfo(GHVersion version)
           
 



Copyright © 2007-2011 Atlassian. All Rights Reserved.