| 
 | ||||||||||
| 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.
| Constructor Summary | |
|---|---|
| IssueManagement() | |
| Method Summary | |
|---|---|
|  IssueManagement | clone()Method clone. | 
|  InputLocation | getLocation(Object key)Gets the location of the specified field in the input source. | 
|  String | getSystem()Get the name of the issue management system, e.g. | 
|  String | getUrl()Get uRL for the issue management system used by the project. | 
|  void | setLocation(Object key,
                       InputLocation location)Sets the location of the specified field. | 
|  void | setSystem(String system)Set the name of the issue management system, e.g. | 
|  void | setUrl(String url)Set uRL for the issue management system used by the project. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IssueManagement()
| Method Detail | 
|---|
public IssueManagement clone()
clone in class Objectpublic InputLocation getLocation(Object key)
InputLocationTracker
getLocation in interface InputLocationTrackerkey - 
public String getSystem()
public String getUrl()
public void setLocation(Object key,
                        InputLocation location)
InputLocationTracker
setLocation in interface InputLocationTrackerkey - location - public void setSystem(String system)
system - public void setUrl(String url)
url - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||