com.atlassian.greenhopper.service.issue
Interface IssueTypeService

All Known Implementing Classes:
IssueTypeServiceImpl

public interface IssueTypeService

Service layer for conveniently accessing the GreenHopper predefined IssueType objects.


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()
           
 

Method Detail

getOrCreateEpicIssueType

com.atlassian.jira.issue.issuetype.IssueType getOrCreateEpicIssueType()

getOrCreateStoryIssueType

com.atlassian.jira.issue.issuetype.IssueType getOrCreateStoryIssueType()

getIssueType

com.atlassian.jira.issue.issuetype.IssueType getIssueType(IssueTypePrototype typePrototype)

getIssueTypeId

java.lang.String getIssueTypeId(IssueTypePrototype typePrototype)


Copyright © 2007-2014 Atlassian. All Rights Reserved.