Uses of Class
org.apache.maven.model.IssueManagement
-
Packages that use IssueManagement Package Description org.apache.maven.model -
-
Uses of IssueManagement in org.apache.maven.model
Methods in org.apache.maven.model that return IssueManagement Modifier and Type Method Description IssueManagementModel. getIssueManagement()Get the project's issue management system information.Methods in org.apache.maven.model with parameters of type IssueManagement Modifier and Type Method Description voidModel. setIssueManagement(IssueManagement issueManagement)Set the project's issue management system information.
-