Class ManagedIssueTypePropertyDaoImpl
java.lang.Object
com.atlassian.greenhopper.manager.properties.ManagedIssueTypePropertyDaoImpl
- All Implemented Interfaces:
ManagedIssueTypePropertyDao
@Service
public class ManagedIssueTypePropertyDaoImpl
extends Object
implements ManagedIssueTypePropertyDao
Implementation of
ManagedIssueTypePropertyDao
that manages the transparent migration of properties from the
"Scrum Default Configuration" - a serialised XML map - to individual property entries.- Since:
- 7.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setEpicProperty
(String value) void
setStoryProperty
(String value)
-
Constructor Details
-
ManagedIssueTypePropertyDaoImpl
public ManagedIssueTypePropertyDaoImpl()
-
-
Method Details
-
getEpicProperty
- Specified by:
getEpicProperty
in interfaceManagedIssueTypePropertyDao
-
setEpicProperty
- Specified by:
setEpicProperty
in interfaceManagedIssueTypePropertyDao
-
getStoryProperty
- Specified by:
getStoryProperty
in interfaceManagedIssueTypePropertyDao
-
setStoryProperty
- Specified by:
setStoryProperty
in interfaceManagedIssueTypePropertyDao
-