com.atlassian.greenhopper.web.rapid.chart
Class FixVersionResource

java.lang.Object
  extended by com.atlassian.greenhopper.web.AbstractResource
      extended by com.atlassian.greenhopper.web.rapid.chart.FixVersionResource

public class FixVersionResource
extends AbstractResource


Field Summary
 FixVersionHistoryService fixVersionHistoryService
           
 com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext
           
 RapidViewService rapidViewService
           
 
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET, log
 
Constructor Summary
FixVersionResource(FixVersionHistoryService fixVersionHistoryService, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, RapidViewService rapidViewService)
           
 
Method Summary
 javax.ws.rs.core.Response getVersionHistory(java.lang.Long rapidViewId, java.lang.Long versionId)
           
 
Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, createErrorResponse, createFromServiceOutcome, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, wireAuthenticationContext, wireI18nFactoryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fixVersionHistoryService

public FixVersionHistoryService fixVersionHistoryService

jiraAuthenticationContext

public com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext

rapidViewService

public RapidViewService rapidViewService
Constructor Detail

FixVersionResource

public FixVersionResource(FixVersionHistoryService fixVersionHistoryService,
                          com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext,
                          RapidViewService rapidViewService)
Method Detail

getVersionHistory

public javax.ws.rs.core.Response getVersionHistory(java.lang.Long rapidViewId,
                                                   java.lang.Long versionId)


Copyright © 2007-2013 Atlassian. All Rights Reserved.