com.atlassian.greenhopper.service.issue
Class IssueTypeServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.issue.IssueTypeServiceImpl
All Implemented Interfaces:
IssueTypeService

@Service
public class IssueTypeServiceImpl
extends java.lang.Object
implements IssueTypeService


Constructor Summary
IssueTypeServiceImpl()
           
 
Method Summary
 com.atlassian.jira.issue.issuetype.IssueType getOrCreateEpicIssueType()
           
 com.atlassian.jira.issue.issuetype.IssueType getOrCreateStoryIssueType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueTypeServiceImpl

public IssueTypeServiceImpl()
Method Detail

getOrCreateEpicIssueType

public com.atlassian.jira.issue.issuetype.IssueType getOrCreateEpicIssueType()
Specified by:
getOrCreateEpicIssueType in interface IssueTypeService

getOrCreateStoryIssueType

public com.atlassian.jira.issue.issuetype.IssueType getOrCreateStoryIssueType()
Specified by:
getOrCreateStoryIssueType in interface IssueTypeService


Copyright © 2007-2012 Atlassian. All Rights Reserved.