public static interface JiraKeyUtils.KeyMatcher
Modifier and Type | Method and Description |
---|---|
String |
getIssueKeyRegex() |
String |
getLink(String key) |
String |
getProjectKeyRegex() |
boolean |
isIgnoreUrlWithKey() |
boolean |
isKeyDetectionBackwardsCompatible() |
boolean |
isKeyInString(String s) |
boolean |
isValidIssueKey(String issueKey) |
boolean |
isValidProjectKey(String projectKey) |
String getProjectKeyRegex()
String getIssueKeyRegex()
boolean isKeyInString(String s)
boolean isValidProjectKey(String projectKey)
boolean isValidIssueKey(String issueKey)
boolean isIgnoreUrlWithKey()
boolean isKeyDetectionBackwardsCompatible()
Copyright © 2002-2018 Atlassian. All Rights Reserved.