com.atlassian.jira.projectconfig.rest.project
Class IssueTypeConfigViewResource

java.lang.Object
  extended by com.atlassian.jira.projectconfig.rest.project.IssueTypeConfigViewResource

public class IssueTypeConfigViewResource
extends Object

Gets the issue type configuration associated with a view.

Since:
v6.2

Nested Class Summary
static class IssueTypeConfigViewResource.ViewDetails
           
 
Constructor Summary
IssueTypeConfigViewResource(IssueTypeConfigViewHelper viewHelper, ProjectContextLocator projectContextLocator)
           
 
Method Summary
 javax.ws.rs.core.Response getViewData(String projectKey, long issueTypeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueTypeConfigViewResource

public IssueTypeConfigViewResource(IssueTypeConfigViewHelper viewHelper,
                                   ProjectContextLocator projectContextLocator)
Method Detail

getViewData

public javax.ws.rs.core.Response getViewData(String projectKey,
                                             long issueTypeId)


Copyright © 2002-2014 Atlassian. All Rights Reserved.