org.apache.maven.model
Class IssueManagement

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

public class IssueManagement
extends java.lang.Object
implements java.io.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
 java.lang.String getModelEncoding()
           
 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 setModelEncoding(java.lang.String modelEncoding)
           
 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
 

Constructor Detail

IssueManagement

public IssueManagement()
Method Detail

getSystem

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


getUrl

public java.lang.String getUrl()
Get URL for the issue management system used by the project.


setSystem

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

Parameters:
system -

setUrl

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

Parameters:
url -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.