com.atlassian.jira.projectconfig.view
Interface IssueTypeConfigViewHelper

All Known Implementing Classes:
DefaultIssueTypeConfigViewHelper

public interface IssueTypeConfigViewHelper

Service for dealing with the view (i.e. view screen) of a project.

Since:
v6.2

Nested Class Summary
static class IssueTypeConfigViewHelper.ViewResult
          A class that contains the result of a view lookup.
 
Method Summary
 IssueTypeConfigViewHelper.ViewResult getViewData(ProjectContext context)
          Return the view FieldScreen, shared Projects and shared IssueTypes for the passed ProjectContext.
 

Method Detail

getViewData

@Nonnull
IssueTypeConfigViewHelper.ViewResult getViewData(@Nonnull
                                                         ProjectContext context)
Return the view FieldScreen, shared Projects and shared IssueTypes for the passed ProjectContext.

Returns:
The IssueTypeConfigViewHelper.ViewResult of the lookup.


Copyright © 2002-2014 Atlassian. All Rights Reserved.