public static interface TimeTrackingGraphBeanFactory.Style
TimeTrackingGraphBean
that this factory can create.Modifier and Type | Field and Description |
---|---|
static TimeTrackingGraphBeanFactory.Style |
NORMAL
Style that will create a
TimeTrackingGraphBean that can be used to render
time tracking. |
static TimeTrackingGraphBeanFactory.Style |
SHORT
Style that will create a
TimeTrackingGraphBean that can be used to render
time tracking data in a tight space. |
Modifier and Type | Method and Description |
---|---|
String |
getDuration(Long duration,
Locale locale,
JiraDurationUtils utils) |
String |
getTooltip(Long duration,
Locale locale,
JiraDurationUtils utils) |
static final TimeTrackingGraphBeanFactory.Style SHORT
TimeTrackingGraphBean
that can be used to render
time tracking data in a tight space.static final TimeTrackingGraphBeanFactory.Style NORMAL
TimeTrackingGraphBean
that can be used to render
time tracking. This is the style you should use if you do not know.String getDuration(Long duration, Locale locale, JiraDurationUtils utils)
String getTooltip(Long duration, Locale locale, JiraDurationUtils utils)
Copyright © 2002-2015 Atlassian. All Rights Reserved.