Package org.apache.maven.model
Class IssueManagement
java.lang.Object
org.apache.maven.model.IssueManagement
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
public class IssueManagement
extends Object
implements Serializable, Cloneable, InputLocationTracker
Information about the issue tracking (or bug tracking) system
 used to manage this
         project.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Method clone.getLocation(Object key) Gets the location of the specified field in the input source.Get the name of the issue management system, e.g.getUrl()Get uRL for the issue management system used by the project.voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidsetOtherLocation(Object key, InputLocation location) voidSet the name of the issue management system, e.g.voidSet uRL for the issue management system used by the project.toString()
- 
Constructor Details- 
IssueManagementpublic IssueManagement()
 
- 
- 
Method Details- 
cloneMethod clone.
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- Returns:
- InputLocation
 
- 
setLocationDescription copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
- setLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- location- a location object.
 
- 
setOtherLocation- Parameters:
- key- a key object.
- location- a location object.
 
- 
getSystemGet the name of the issue management system, e.g. Bugzilla.- Returns:
- String
 
- 
getUrlGet uRL for the issue management system used by the project.- Returns:
- String
 
- 
setSystemSet the name of the issue management system, e.g. Bugzilla.- Parameters:
- system- a system object.
 
- 
setUrlSet uRL for the issue management system used by the project.- Parameters:
- url- a url object.
 
- 
toString
 
-