org.codehaus.mojo.scmchangelog.changelog.log
Class Issue

java.lang.Object
  extended by org.codehaus.mojo.scmchangelog.changelog.log.Issue

public class Issue
extends Object

Represents an issue with its tracker's id and its type.

Version:
$Id: Issue.java 7652 2008-09-11 07:58:40Z ehsavoie $
Author:
ehsavoie

Constructor Summary
Issue(String issue, OperationTypeEnum type)
          Creates a new instance of Issue.
 
Method Summary
 String getIssue()
          Getter for the issue id.
 OperationTypeEnum getType()
          Getter for the issue operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Issue

public Issue(String issue,
             OperationTypeEnum type)
Creates a new instance of Issue.

Parameters:
issue - tracker's id.
type - fix/add/remove/update.
Method Detail

getIssue

public String getIssue()
Getter for the issue id.

Returns:
the issue id.

getType

public OperationTypeEnum getType()
Getter for the issue operation.

Returns:
the issue operation.


Copyright © 2008-2009 Codehaus. All Rights Reserved.