Uses of Class
org.apache.maven.plugins.changes.issues.Issue
Packages that use Issue
Package
Description
-
Uses of Issue in org.apache.maven.plugins.changes
Methods in org.apache.maven.plugins.changes with parameters of type IssueModifier and TypeMethodDescriptionIssueAdapter.createAction
(Issue issue) Create anAction
from an issue.Method parameters in org.apache.maven.plugins.changes with type arguments of type IssueModifier and TypeMethodDescriptionIssueAdapter.getReleases
(List<Issue> issues) Adapt aList
ofIssue
s to aList
ofRelease
s. -
Uses of Issue in org.apache.maven.plugins.changes.github
Methods in org.apache.maven.plugins.changes.github that return IssueModifier and TypeMethodDescriptionprotected Issue
GitHubDownloader.createIssue
(org.kohsuke.github.GHIssue githubIssue) Methods in org.apache.maven.plugins.changes.github that return types with arguments of type Issue -
Uses of Issue in org.apache.maven.plugins.changes.issues
Methods in org.apache.maven.plugins.changes.issues that return types with arguments of type IssueModifier 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.Method parameters in org.apache.maven.plugins.changes.issues with type arguments of type IssueModifier 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
Methods in org.apache.maven.plugins.changes.jira that return types with arguments of type Issue -
Uses of Issue in org.apache.maven.plugins.changes.trac
Methods in org.apache.maven.plugins.changes.trac that return types with arguments of type Issue