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

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

public class FixedIssue
extends Object
implements Serializable

A fixed issue.

Version:
$Revision: 816603 $ $Date: 2012-05-08 12:53:30 +0000 (Tue, 08 May 2012) $
See Also:
Serialized Form

Constructor Summary
FixedIssue()
           
 
Method Summary
 String getIssue()
          Get
 void setIssue(String issue)
          Set
 
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 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(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-2011 The Apache Software Foundation. All Rights Reserved.