public class IssueParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REGEX_ISSUE_BULLET |
| Constructor and Description |
|---|
IssueParser() |
| Modifier and Type | Method and Description |
|---|---|
Issue |
parseKnownIssue(String rawissue)
Parse a known issue (such as " + 341235 Bug Text Goes Here")
|
Issue |
parsePossibleIssue(String rawissue)
Parse a possible issue, if provided line has no Issue ID pattern match, a null is returned.
|
public static final String REGEX_ISSUE_BULLET
Copyright © 1995–2021 Mort Bay Consulting. All rights reserved.