public interface TimeTrackingConfiguration
Modifier and Type | Interface and Description |
---|---|
static class |
TimeTrackingConfiguration.Mode
Describes the modes of operation for Time Tracking in JIRA.
|
static class |
TimeTrackingConfiguration.PropertiesAdaptor
Implementation that is registered with PICO.
|
static class |
TimeTrackingConfiguration.TimeFormat |
Modifier and Type | Method and Description |
---|---|
boolean |
copyCommentToWorkDescriptionOnTransition()
Should the comment entered on a transition screen be copied to the work description when logging work?
|
boolean |
enabled()
Is time tracking enabled?
|
BigDecimal |
getDaysPerWeek()
Get the currently configured number of days in a week.
|
com.atlassian.core.util.DateUtils.Duration |
getDefaultUnit()
Get the currently configured default duration to use when parsing duration string for time tracking.
|
BigDecimal |
getHoursPerDay()
Get the currently configured number of hours in a day.
|
TimeTrackingConfiguration.Mode |
getMode() |
TimeTrackingConfiguration.TimeFormat |
getTimeFormat()
Get the configured format in which the time will be printed.
|
boolean enabled()
TimeTrackingConfiguration.Mode getMode()
com.atlassian.core.util.DateUtils.Duration getDefaultUnit()
TimeTrackingConfiguration.TimeFormat getTimeFormat()
BigDecimal getHoursPerDay()
BigDecimal getDaysPerWeek()
boolean copyCommentToWorkDescriptionOnTransition()
Copyright © 2002-2018 Atlassian. All Rights Reserved.