Package | Description |
---|---|
org.eclipse.jetty.toolchain.version | |
org.eclipse.jetty.toolchain.version.git | |
org.eclipse.jetty.toolchain.version.issues |
Modifier and Type | Method and Description |
---|---|
List<Issue> |
Release.getIssues() |
List<Issue> |
Release.getSortedIssues() |
Modifier and Type | Method and Description |
---|---|
void |
Release.addIssue(Issue issue) |
Modifier and Type | Method and Description |
---|---|
void |
Release.addIssues(List<Issue> moreIssues) |
void |
Release.setIssues(List<Issue> issues) |
Modifier and Type | Method and Description |
---|---|
List<Issue> |
GitLogParser.getIssues() |
Modifier and Type | Method and Description |
---|---|
Issue |
IssueParser.parseKnownIssue(String rawissue)
Parse a known issue (such as " + 341235 Bug Text Goes Here")
|
Issue |
IssueParser.parsePossibleIssue(String rawissue)
Parse a possible issue, if provided line has no Issue ID pattern match, a null is returned.
|
Modifier and Type | Method and Description |
---|---|
int |
IssueComparator.compare(Issue o1,
Issue o2) |
Copyright © 1995–2022 Mort Bay Consulting. All rights reserved.