org.apache.maven.plugins.changes.model
Class FixedIssue

java.lang.Object
  extended byorg.apache.maven.plugins.changes.model.FixedIssue
All Implemented Interfaces:
java.io.Serializable

public class FixedIssue
extends java.lang.Object
implements java.io.Serializable

A fixed issue.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
FixedIssue()
           
 
Method Summary
 java.lang.String getIssue()
          Get Id of the issue related to this change.
 void setIssue(java.lang.String issue)
          Set Id of the issue related to this change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedIssue

public FixedIssue()
Method Detail

getIssue

public java.lang.String getIssue()
Get

Id of the issue related to this change. This is the id in your issue tracking system.

The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplate parameter.

See the changes-report mojo for more details.

Returns:
String

setIssue

public void setIssue(java.lang.String issue)
Set

Id of the issue related to this change. This is the id in your issue tracking system.

The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplate parameter.

See the changes-report mojo for more details.

Parameters:
issue -


Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.