public class FixedIssue extends Object implements Serializable
Constructor and Description |
---|
FixedIssue() |
public String getIssue()
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.
public void setIssue(String issue)
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.
issue
- Copyright © 2002-2017 The Apache Software Foundation. All Rights Reserved.