Uses of Class
org.apache.maven.plugins.changes.issues.Issue
Package
Description
-
Uses of Issue in org.apache.maven.plugins.changes
Modifier and TypeMethodDescriptionIssueAdapter.createAction
(Issue issue) Create anAction
from an issue.Modifier and TypeMethodDescriptionIssueAdapter.getReleases
(List<Issue> issues) Adapt aList
ofIssue
s to aList
ofRelease
s. -
Uses of Issue in org.apache.maven.plugins.changes.github
Modifier and TypeMethodDescriptionprotected Issue
GitHubDownloader.createIssue
(org.kohsuke.github.GHIssue githubIssue) -
Uses of Issue in org.apache.maven.plugins.changes.issues
Modifier and TypeMethodDescriptionIssueUtils.filterIssuesWithVersionPrefix
(List<Issue> issues, String prefix) Find the issues that has a Fix Version that matches the supplied prefix.IssueUtils.getIssuesForVersion
(List<Issue> issues, String version) Find the issues for the supplied version, by matching the "Fix for" version in the supplied list of issues with the supplied version.Modifier and TypeMethodDescriptionIssueUtils.filterIssuesWithVersionPrefix
(List<Issue> issues, String prefix) Find the issues that has a Fix Version that matches the supplied prefix.IssueUtils.getIssuesForVersion
(List<Issue> issues, String version) Find the issues for the supplied version, by matching the "Fix for" version in the supplied list of issues with the supplied version.static String
-
Uses of Issue in org.apache.maven.plugins.changes.jira
-
Uses of Issue in org.apache.maven.plugins.changes.trac