|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.scmchangelog.tracker.BugTrackers
public class BugTrackers
Manager for bug trackers.
| Field Summary | |
|---|---|
static BugTrackers |
BUGZILLA
Bugzilla bug tracker. |
static BugTrackers |
JIRA
Jira bug tracker. |
static BugTrackers |
SOURCEFORGE
Gforge bug tracker. |
static BugTrackers |
XPLANNER
XPlanner bug tracker. |
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Equality with another object. |
int |
hashCode()
Compute the hashcode. |
static BugTrackers |
valueOf(String name)
Return the bugtracker element matching the specified name. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BugTrackers SOURCEFORGE
public static final BugTrackers JIRA
public static final BugTrackers BUGZILLA
public static final BugTrackers XPLANNER
| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Objectobject - the object to be checked for equality against.
public static BugTrackers valueOf(String name)
name - the name of the required bugtracker element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||