org.apache.maven.model
Class IssueManagement

java.lang.Object
  extended by org.apache.maven.model.IssueManagement
All Implemented Interfaces:
Serializable

public class IssueManagement
extends Object
implements Serializable

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
 String getModelEncoding()
           
 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 setModelEncoding(String modelEncoding)
          Set an encoding used for reading/writing the model.
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueManagement

public IssueManagement()
Method Detail

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

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 -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.