|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.IssueManagement
public class IssueManagement
Information about the issue tracking (or bug tracking) system used to manage this project.
Field Summary | |
---|---|
private java.lang.String |
system
The name of the issue management system, e.g. |
private java.lang.String |
url
URL for the issue management system used by the project. |
Constructor Summary | |
---|---|
IssueManagement()
|
Method Summary | |
---|---|
java.lang.String |
getSystem()
Get the name of the issue management system, e.g. |
java.lang.String |
getUrl()
Get uRL for the issue management system used by the project. |
void |
setSystem(java.lang.String system)
Set the name of the issue management system, e.g. |
void |
setUrl(java.lang.String url)
Set uRL for the issue management system used by the project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String system
private java.lang.String url
Constructor Detail |
---|
public IssueManagement()
Method Detail |
---|
public java.lang.String getSystem()
public java.lang.String getUrl()
public void setSystem(java.lang.String system)
system
- public void setUrl(java.lang.String url)
url
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |