org.codehaus.mojo.scmchangelog.tracker
Class BugTrackers

java.lang.Object
  extended by org.codehaus.mojo.scmchangelog.tracker.BugTrackers

public class BugTrackers
extends Object

Manager for bug trackers.

Version:
$Id: BugTrackers.java 10605 2009-09-07 09:06:36Z ehsavoie $
Author:
ehsavoie

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

SOURCEFORGE

public static final BugTrackers SOURCEFORGE
Gforge bug tracker.


JIRA

public static final BugTrackers JIRA
Jira bug tracker.


BUGZILLA

public static final BugTrackers BUGZILLA
Bugzilla bug tracker.


XPLANNER

public static final BugTrackers XPLANNER
XPlanner bug tracker.

Method Detail

hashCode

public int hashCode()
Compute the hashcode.

Overrides:
hashCode in class Object
Returns:
the hashcode.

equals

public boolean equals(Object object)
Equality with another object.

Overrides:
equals in class Object
Parameters:
object - the object to be checked for equality against.
Returns:
true if object equals this - false otherwise.

valueOf

public static BugTrackers valueOf(String name)
Return the bugtracker element matching the specified name. CODEX if no match is found.

Parameters:
name - the name of the required bugtracker element.
Returns:
the bugtracker element matching the specified name. CODEX if no match is found.


Copyright © 2008-2009 Codehaus. All Rights Reserved.