|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.changes.ProjectUtils
public class ProjectUtils
A utility class for working with Project objects.
Constructor Summary | |
---|---|
ProjectUtils()
|
Method Summary | |
---|---|
static boolean |
validateIfIssueManagementComplete(org.apache.maven.project.MavenProject project,
java.lang.String issueManagementSystem,
java.lang.String mojoResult,
org.apache.maven.plugin.logging.Log log)
Check if the issue management system has been properly configured in the Maven project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectUtils()
Method Detail |
---|
public static boolean validateIfIssueManagementComplete(org.apache.maven.project.MavenProject project, java.lang.String issueManagementSystem, java.lang.String mojoResult, org.apache.maven.plugin.logging.Log log)
project
- The Maven projectissueManagementSystem
- The name of the issue management system that is requiredmojoResult
- What the calling mojo produces, used in the error messageslog
- A log
true
if the <issueManagement> element of the POM is complete,
otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |