public interface JqlTimetrackingDurationSupport extends IndexValueConverter
Modifier and Type | Method and Description |
---|---|
boolean |
validate(String durationString)
Check to see if the passed string is a valid duration according to JQL.
|
convertToIndexValue
boolean validate(String durationString)
durationString
- the string to check; cannot be null.IllegalArgumentException
- if the passed durationString is blank or nullCopyright © 2002-2022 Atlassian. All Rights Reserved.