Package org.apache.maven.model
Class IssueManagement
java.lang.Object
org.apache.maven.model.IssueManagement
- All Implemented Interfaces:
Serializable
Information about the issue tracking (or bug tracking) system
used to manage this
project.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the issue management system, e.g.getUrl()
Get uRL for the issue management system used by the project.void
Set the name of the issue management system, e.g.void
Set uRL for the issue management system used by the project.
-
Field Details
-
system
The name of the issue management system, e.g. Bugzilla. -
url
URL for the issue management system used by the project.
-
-
Constructor Details
-
IssueManagement
public IssueManagement()
-
-
Method Details
-
getSystem
Get the name of the issue management system, e.g. Bugzilla.- Returns:
- String
-
getUrl
Get uRL for the issue management system used by the project.- Returns:
- String
-
setSystem
Set the name of the issue management system, e.g. Bugzilla.- Parameters:
system
-
-
setUrl
Set uRL for the issue management system used by the project.- Parameters:
url
-
-