Interface WorkingDaysManager
- All Superinterfaces:
GreenHopperCache
- All Known Implementing Classes:
WorkingDaysManagerImpl
Manages the working days configuration of rapid views
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionCopies the configuration to a target boardvoid
delete
(RapidViewAO rapidViewAO) Deletes all data associated with a given rapid view AOGet the working days configuration for a rapid viewupdate
(RapidView rapidView, WorkingDaysConfig config) Update the working days configuration for a rapid view.Methods inherited from interface com.atlassian.greenhopper.manager.GreenHopperCache
flushCache
-
Field Details
-
DEFAULT_JIRA_TIMEZONE_ID
- See Also:
-
-
Method Details
-
get
Get the working days configuration for a rapid view -
update
Update the working days configuration for a rapid view. -
copy
Copies the configuration to a target board -
delete
Deletes all data associated with a given rapid view AO
-