java.lang.Object | |
↳ | com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.PropertiesAdaptor |
Implementation that is registered with PICO. Looks for configuration information stored in ApplicationProperties.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
properties |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Should the comment entered on a transition screen be copied to the work description when logging work?
| |||||||||||
Is time tracking enabled?
| |||||||||||
Get the currently configured number of days in a week.
| |||||||||||
Get the currently configured default duration to use when parsing duration string for time tracking.
| |||||||||||
Get the currently configured number of hours in a day.
| |||||||||||
Get the configured format in which the time will be printed.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||
![]()
|
Should the comment entered on a transition screen be copied to the work description when logging work?
Is time tracking enabled?
Get the currently configured number of days in a week. Because this can be a non-integral number we return a BigDecimal
Get the currently configured default duration to use when parsing duration string for time tracking. (i.e. does "3" mean three minutes or three hours or three days)
Get the currently configured number of hours in a day. Because this can be a non-integral number we return a BigDecimal.
Get the configured format in which the time will be printed.