|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.scmchangelog.changelog.log.Issue
public class Issue
Represents an issue with its tracker's id and its type.
| 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 |
|---|
public Issue(String issue,
OperationTypeEnum type)
issue - tracker's id.type - fix/add/remove/update.| Method Detail |
|---|
public String getIssue()
public OperationTypeEnum getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||