| java.lang.Object | |
| ↳ | com.atlassian.jira.jql.util.JqlTimetrackingDurationSupportImpl |
The default implementation of JqlTimetrackingDurationSupport
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Convenience method.
| |||||||||||
Converts the formatted duration string into its duration in seconds.
| |||||||||||
Check to see if the passed string is a valid duration according to JQL.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Convenience method.
| |||||||||||
Converts the specified duration into the format used by the index.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.jira.jql.util.IndexValueConverter
| |||||||||||||
From interface
com.atlassian.jira.jql.util.JqlTimetrackingDurationSupport
| |||||||||||||
Convenience method. See convertToDuration(String).
Converts the duration in minutes into its duration in seconds.
| durationInMinutes | the duration |
|---|
Converts the formatted duration string into its duration in seconds.
| durationString | the formatted duration string |
|---|
Check to see if the passed string is a valid duration according to JQL.
| durationString | the string to check; cannot be null. |
|---|
Convenience method. See convertToIndexValue(String).
Converts the specified duration into the format used by the index.
| durationInMinutes | the duration |
|---|
Converts the specified duration into the format used by the index.
| durationString | the formatted duration string |
|---|

