Class IssueTypeServiceImpl
java.lang.Object
com.atlassian.greenhopper.service.issue.IssueTypeServiceImpl
- All Implemented Interfaces:
IssueTypeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.jira.issue.issuetype.IssueTypegetIssueType(IssueTypePrototype typePrototype) getIssueTypeId(IssueTypePrototype typePrototype) com.atlassian.jira.issue.issuetype.IssueTypecom.atlassian.jira.issue.issuetype.IssueTypebooleanhasIssueTypeId(IssueTypePrototype typePrototype)
-
Constructor Details
-
IssueTypeServiceImpl
public IssueTypeServiceImpl()
-
-
Method Details
-
getOrCreateEpicIssueType
public com.atlassian.jira.issue.issuetype.IssueType getOrCreateEpicIssueType()- Specified by:
getOrCreateEpicIssueTypein interfaceIssueTypeService
-
getOrCreateStoryIssueType
public com.atlassian.jira.issue.issuetype.IssueType getOrCreateStoryIssueType()- Specified by:
getOrCreateStoryIssueTypein interfaceIssueTypeService
-
hasIssueTypeId
- Specified by:
hasIssueTypeIdin interfaceIssueTypeService
-
getIssueType
- Specified by:
getIssueTypein interfaceIssueTypeService
-
getIssueTypeId
- Specified by:
getIssueTypeIdin interfaceIssueTypeService
-