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: 816588 $ $Date: 2012-05-08 12:37:27 +0000 (Tue, 08 May 2012) $
See Also:
Serialized Form

Constructor Summary
FixedIssue()
           
 
Method Summary
 java.lang.String getIssue()
          Get
 java.lang.String getModelEncoding()
           
 void setIssue(java.lang.String issue)
          Set
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 
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 -

setModelEncoding

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

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

getModelEncoding

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


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