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 getIssueType(IssueTypePrototype typePrototype)
           
 java.lang.String getIssueTypeId(IssueTypePrototype typePrototype)
           
 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

getIssueType

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

getIssueTypeId

public java.lang.String getIssueTypeId(IssueTypePrototype typePrototype)
Specified by:
getIssueTypeId in interface IssueTypeService


Copyright © 2007-2013 Atlassian. All Rights Reserved.