org.apache.maven.model
Class IssueManagement

java.lang.Object
  extended by 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:
Serialized Form

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

IssueManagement

public IssueManagement()
Method Detail

clone

public IssueManagement clone()
Method clone.

Overrides:
clone in class Object
Returns:
IssueManagement

getLocation

public InputLocation getLocation(Object key)
Description copied from interface: InputLocationTracker
Gets the location of the specified field in the input source.

Specified by:
getLocation in interface InputLocationTracker
Parameters:
key -
Returns:
InputLocation

getSystem

public String getSystem()
Get the name of the issue management system, e.g. Bugzilla.

Returns:
String

getUrl

public String getUrl()
Get uRL for the issue management system used by the project.

Returns:
String

setLocation

public void setLocation(Object key,
                        InputLocation location)
Description copied from interface: InputLocationTracker
Sets the location of the specified field.

Specified by:
setLocation in interface InputLocationTracker
Parameters:
key -
location -

setSystem

public void setSystem(String system)
Set the name of the issue management system, e.g. Bugzilla.

Parameters:
system -

setUrl

public void setUrl(String url)
Set uRL for the issue management system used by the project.

Parameters:
url -


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.