net.sf.jagzilla.events
Interface JagzillaEvent

All Known Implementing Classes:
JagzillaEventImpl

public interface JagzillaEvent

base interface for jagzilla events.

Author:
mike

Field Summary
static java.lang.String ADD_BUG
          constant that identifies the event fired when a bug is added.
static java.lang.String ADD_BUG_ATTACHMENT
          constant that identifies the event fired when a the addBugAttachment method is invoked.
static java.lang.String ADD_BUG_ATTACHMENT_PARAM_ATTACHMENT
          ADD_BUG_ATTACHMENT event parameter
static java.lang.String ADD_BUG_COMMENT
          constant that identifies the event fired when a comment is added to a bug.
static java.lang.String ADD_BUG_COMMENT_PARAM_COMMENT
          constant that identifies the name of the comment String object passed to the event context of the ADD_BUG_COMMENT event.
static java.lang.String ADD_BUG_COMMENT_PARAM_REPORTER
          constant that identifies the name of the reporter Profile object passed to the event context of the ADD_BUG_COMMENT event.
static java.lang.String ADD_BUG_PARAM_BUG
          constant that identifies the name of the new Bug object passed to the event context of the ADD_BUG event.
static java.lang.String CHANGE_BUG_PRIORITY
          constant that identifies the event fired when a the changeBugPriority method is invoked.
static java.lang.String CHANGE_BUG_PRIORITY_PARAM_BUG
          CHANGE_BUG_PRIORITY event parameter
static java.lang.String CHANGE_BUG_PRIORITY_PARAM_COMMENT
          CHANGE_BUG_PRIORITY event parameter
static java.lang.String CHANGE_BUG_PRIORITY_PARAM_PRIORITY
          CHANGE_BUG_PRIORITY event parameter
static java.lang.String CHANGE_BUG_PRIORITY_PARAM_REPORTER
          CHANGE_BUG_PRIORITY event parameter
static java.lang.String CHANGE_BUG_SEVERITY
          constant that identifies the event fired when a the changeBugSecerity method is invoked.
static java.lang.String CHANGE_BUG_SEVERITY_PARAM_BUG
          CHANGE_BUG_SEVERITY event parameter
static java.lang.String CHANGE_BUG_SEVERITY_PARAM_COMMENT
          CHANGE_BUG_SEVERITY event parameter
static java.lang.String CHANGE_BUG_SEVERITY_PARAM_REPORTER
          CHANGE_BUG_SEVERITY event parameter
static java.lang.String CHANGE_BUG_SEVERITY_PARAM_SEVERITY
          CHANGE_BUG_SEVERITY event parameter
static java.lang.String CHANGE_BUG_STATUS
          constant that identifies the event fired when a the changeBugStatus method is invoked.
static java.lang.String CHANGE_BUG_STATUS_PARAM_ASIGNEE
          CHANGE_BUG_STATUS event parameter
static java.lang.String CHANGE_BUG_STATUS_PARAM_BUG
          CHANGE_BUG_STATUS event parameter
static java.lang.String CHANGE_BUG_STATUS_PARAM_REPORTER
          CHANGE_BUG_STATUS event parameter
static java.lang.String CHANGE_BUG_STATUS_PARAM_STATUS
          CHANGE_BUG_STATUS event parameter
static java.lang.String REMOVE_BUG
          RESOLVE_BUG event parameter
static java.lang.String REMOVE_BUG_PARAM_BUG
          REMOVE_BUG event parameter
static java.lang.String RESOLVE_BUG
          constant that identifies the event fired when a the resolveBug method is invoked.
static java.lang.String RESOLVE_BUG_PARAM_BUG
          RESOLVE_BUG event parameter
static java.lang.String RESOLVE_BUG_PARAM_DUPE
          RESOLVE_BUG event parameter
static java.lang.String RESOLVE_BUG_PARAM_REPORTER
          RESOLVE_BUG event parameter
static java.lang.String RESOLVE_BUG_PARAM_RESOLUTION
          RESOLVE_BUG event parameter
static java.lang.String UPDATE_BUG
          constant that identifies the event fired when a bug is updated.
static java.lang.String UPDATE_BUG_PARAM_CURRENT
          constant that identifies the name of the new (current) Bug object passed to the event context of the UPDATE_BUG event.
static java.lang.String UPDATE_BUG_PARAM_PREVIOUS
          constant that identifies the name of the old Bug object passed to the event context of the UPDATE_BUG event.
 
Method Summary
 java.lang.String getSource()
          return a String identifying the piece of code generating the event.
 

Field Detail

ADD_BUG

public static final java.lang.String ADD_BUG
constant that identifies the event fired when a bug is added.

See Also:
Constant Field Values

ADD_BUG_PARAM_BUG

public static final java.lang.String ADD_BUG_PARAM_BUG
constant that identifies the name of the new Bug object passed to the event context of the ADD_BUG event.

See Also:
Constant Field Values

UPDATE_BUG

public static final java.lang.String UPDATE_BUG
constant that identifies the event fired when a bug is updated.

See Also:
Constant Field Values

UPDATE_BUG_PARAM_CURRENT

public static final java.lang.String UPDATE_BUG_PARAM_CURRENT
constant that identifies the name of the new (current) Bug object passed to the event context of the UPDATE_BUG event.

See Also:
Constant Field Values

UPDATE_BUG_PARAM_PREVIOUS

public static final java.lang.String UPDATE_BUG_PARAM_PREVIOUS
constant that identifies the name of the old Bug object passed to the event context of the UPDATE_BUG event.

See Also:
Constant Field Values

ADD_BUG_COMMENT_PARAM_COMMENT

public static final java.lang.String ADD_BUG_COMMENT_PARAM_COMMENT
constant that identifies the name of the comment String object passed to the event context of the ADD_BUG_COMMENT event.

See Also:
Constant Field Values

ADD_BUG_COMMENT_PARAM_REPORTER

public static final java.lang.String ADD_BUG_COMMENT_PARAM_REPORTER
constant that identifies the name of the reporter Profile object passed to the event context of the ADD_BUG_COMMENT event.

See Also:
Constant Field Values

ADD_BUG_COMMENT

public static final java.lang.String ADD_BUG_COMMENT
constant that identifies the event fired when a comment is added to a bug.

See Also:
Constant Field Values

CHANGE_BUG_STATUS_PARAM_REPORTER

public static final java.lang.String CHANGE_BUG_STATUS_PARAM_REPORTER
CHANGE_BUG_STATUS event parameter

See Also:
Constant Field Values

CHANGE_BUG_STATUS_PARAM_BUG

public static final java.lang.String CHANGE_BUG_STATUS_PARAM_BUG
CHANGE_BUG_STATUS event parameter

See Also:
Constant Field Values

CHANGE_BUG_STATUS_PARAM_STATUS

public static final java.lang.String CHANGE_BUG_STATUS_PARAM_STATUS
CHANGE_BUG_STATUS event parameter

See Also:
Constant Field Values

CHANGE_BUG_STATUS_PARAM_ASIGNEE

public static final java.lang.String CHANGE_BUG_STATUS_PARAM_ASIGNEE
CHANGE_BUG_STATUS event parameter

See Also:
Constant Field Values

CHANGE_BUG_STATUS

public static final java.lang.String CHANGE_BUG_STATUS
constant that identifies the event fired when a the changeBugStatus method is invoked.

See Also:
Constant Field Values

CHANGE_BUG_PRIORITY_PARAM_REPORTER

public static final java.lang.String CHANGE_BUG_PRIORITY_PARAM_REPORTER
CHANGE_BUG_PRIORITY event parameter

See Also:
Constant Field Values

CHANGE_BUG_PRIORITY_PARAM_BUG

public static final java.lang.String CHANGE_BUG_PRIORITY_PARAM_BUG
CHANGE_BUG_PRIORITY event parameter

See Also:
Constant Field Values

CHANGE_BUG_PRIORITY_PARAM_PRIORITY

public static final java.lang.String CHANGE_BUG_PRIORITY_PARAM_PRIORITY
CHANGE_BUG_PRIORITY event parameter

See Also:
Constant Field Values

CHANGE_BUG_PRIORITY_PARAM_COMMENT

public static final java.lang.String CHANGE_BUG_PRIORITY_PARAM_COMMENT
CHANGE_BUG_PRIORITY event parameter

See Also:
Constant Field Values

CHANGE_BUG_PRIORITY

public static final java.lang.String CHANGE_BUG_PRIORITY
constant that identifies the event fired when a the changeBugPriority method is invoked.

See Also:
Constant Field Values

CHANGE_BUG_SEVERITY_PARAM_REPORTER

public static final java.lang.String CHANGE_BUG_SEVERITY_PARAM_REPORTER
CHANGE_BUG_SEVERITY event parameter

See Also:
Constant Field Values

CHANGE_BUG_SEVERITY_PARAM_BUG

public static final java.lang.String CHANGE_BUG_SEVERITY_PARAM_BUG
CHANGE_BUG_SEVERITY event parameter

See Also:
Constant Field Values

CHANGE_BUG_SEVERITY_PARAM_SEVERITY

public static final java.lang.String CHANGE_BUG_SEVERITY_PARAM_SEVERITY
CHANGE_BUG_SEVERITY event parameter

See Also:
Constant Field Values

CHANGE_BUG_SEVERITY_PARAM_COMMENT

public static final java.lang.String CHANGE_BUG_SEVERITY_PARAM_COMMENT
CHANGE_BUG_SEVERITY event parameter

See Also:
Constant Field Values

CHANGE_BUG_SEVERITY

public static final java.lang.String CHANGE_BUG_SEVERITY
constant that identifies the event fired when a the changeBugSecerity method is invoked.

See Also:
Constant Field Values

REMOVE_BUG_PARAM_BUG

public static final java.lang.String REMOVE_BUG_PARAM_BUG
REMOVE_BUG event parameter

See Also:
Constant Field Values

REMOVE_BUG

public static final java.lang.String REMOVE_BUG
RESOLVE_BUG event parameter

See Also:
Constant Field Values

ADD_BUG_ATTACHMENT_PARAM_ATTACHMENT

public static final java.lang.String ADD_BUG_ATTACHMENT_PARAM_ATTACHMENT
ADD_BUG_ATTACHMENT event parameter

See Also:
Constant Field Values

ADD_BUG_ATTACHMENT

public static final java.lang.String ADD_BUG_ATTACHMENT
constant that identifies the event fired when a the addBugAttachment method is invoked.

See Also:
Constant Field Values

RESOLVE_BUG_PARAM_BUG

public static final java.lang.String RESOLVE_BUG_PARAM_BUG
RESOLVE_BUG event parameter

See Also:
Constant Field Values

RESOLVE_BUG_PARAM_REPORTER

public static final java.lang.String RESOLVE_BUG_PARAM_REPORTER
RESOLVE_BUG event parameter

See Also:
Constant Field Values

RESOLVE_BUG_PARAM_RESOLUTION

public static final java.lang.String RESOLVE_BUG_PARAM_RESOLUTION
RESOLVE_BUG event parameter

See Also:
Constant Field Values

RESOLVE_BUG_PARAM_DUPE

public static final java.lang.String RESOLVE_BUG_PARAM_DUPE
RESOLVE_BUG event parameter

See Also:
Constant Field Values

RESOLVE_BUG

public static final java.lang.String RESOLVE_BUG
constant that identifies the event fired when a the resolveBug method is invoked.

See Also:
Constant Field Values
Method Detail

getSource

public java.lang.String getSource()
                           throws NullSourceException
return a String identifying the piece of code generating the event. The string returned is a constant in this interface.

Returns:
a string identifying the event.
Throws:
NullSourceException - if the event being thrown has a null source.


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.