|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InjectableComponent public interface JqlIssueKeySupport
Provide JQL with some helper functions when dealing with Issue Keys.
Method Summary | |
---|---|
boolean |
isValidIssueKey(String issueKey)
Determines is the passed issue key is valid for JIRA. |
long |
parseKeyNum(String issueKey)
Return the numeric part of the issue key. |
String |
parseProjectKey(String issueKey)
Return the project key part of the issue key. |
Method Detail |
---|
boolean isValidIssueKey(String issueKey)
issueKey
- the issue key to validate. Null will be considered an invalid key.
long parseKeyNum(String issueKey)
isValidIssueKey(String)
method can be used to determine if a key is invalid
or not.
issueKey
- the issue key to parse. A null key will return -1.
String parseProjectKey(String issueKey)
isValidIssueKey(String)
method can be used to determine if a key is invalid
or not.
issueKey
- the issue key to parse. A null key will return null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |