Uses of Class
org.eclipse.jetty.toolchain.version.issues.Issue
-
Packages that use Issue Package Description org.eclipse.jetty.toolchain.version org.eclipse.jetty.toolchain.version.git org.eclipse.jetty.toolchain.version.issues -
-
Uses of Issue in org.eclipse.jetty.toolchain.version
Fields in org.eclipse.jetty.toolchain.version with type parameters of type Issue Modifier and Type Field Description private java.util.List<Issue>Release. issuesMethods in org.eclipse.jetty.toolchain.version that return types with arguments of type Issue Modifier and Type Method Description java.util.List<Issue>Release. getIssues()java.util.List<Issue>Release. getSortedIssues()Methods in org.eclipse.jetty.toolchain.version with parameters of type Issue Modifier and Type Method Description voidRelease. addIssue(Issue issue)Method parameters in org.eclipse.jetty.toolchain.version with type arguments of type Issue Modifier and Type Method Description voidRelease. addIssues(java.util.List<Issue> moreIssues)voidRelease. setIssues(java.util.List<Issue> issues) -
Uses of Issue in org.eclipse.jetty.toolchain.version.git
Methods in org.eclipse.jetty.toolchain.version.git that return types with arguments of type Issue Modifier and Type Method Description java.util.List<Issue>GitLogParser. getIssues() -
Uses of Issue in org.eclipse.jetty.toolchain.version.issues
Methods in org.eclipse.jetty.toolchain.version.issues that return Issue Modifier and Type Method Description IssueIssueParser. parseKnownIssue(java.lang.String rawissue)Parse a known issue (such as " + 341235 Bug Text Goes Here")IssueIssueParser. parsePossibleIssue(java.lang.String rawissue)Parse a possible issue, if provided line has no Issue ID pattern match, a null is returned.Methods in org.eclipse.jetty.toolchain.version.issues with parameters of type Issue Modifier and Type Method Description intIssueComparator. compare(Issue o1, Issue o2)private java.text.CollationKeyIssueComparator. toKey(Issue issue)
-