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.
|
convertToIndexValueboolean validate(String durationString)
durationString - the string to check; cannot be null.IllegalArgumentException - if the passed durationString is blank or nullCopyright © 2002-2019 Atlassian. All Rights Reserved.