|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
base interface for jagzilla events.
| 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 |
public static final java.lang.String ADD_BUG
public static final java.lang.String ADD_BUG_PARAM_BUG
Bug object passed to the event context of the ADD_BUG event.
public static final java.lang.String UPDATE_BUG
public static final java.lang.String UPDATE_BUG_PARAM_CURRENT
Bug object passed to the event context of the UPDATE_BUG event.
public static final java.lang.String UPDATE_BUG_PARAM_PREVIOUS
Bug object passed to the event context of the UPDATE_BUG event.
public static final java.lang.String ADD_BUG_COMMENT_PARAM_COMMENT
String object passed to the event context of the ADD_BUG_COMMENT event.
public static final java.lang.String ADD_BUG_COMMENT_PARAM_REPORTER
Profile object passed to the event context of the ADD_BUG_COMMENT event.
public static final java.lang.String ADD_BUG_COMMENT
public static final java.lang.String CHANGE_BUG_STATUS_PARAM_REPORTER
public static final java.lang.String CHANGE_BUG_STATUS_PARAM_BUG
public static final java.lang.String CHANGE_BUG_STATUS_PARAM_STATUS
public static final java.lang.String CHANGE_BUG_STATUS_PARAM_ASIGNEE
public static final java.lang.String CHANGE_BUG_STATUS
public static final java.lang.String CHANGE_BUG_PRIORITY_PARAM_REPORTER
public static final java.lang.String CHANGE_BUG_PRIORITY_PARAM_BUG
public static final java.lang.String CHANGE_BUG_PRIORITY_PARAM_PRIORITY
public static final java.lang.String CHANGE_BUG_PRIORITY_PARAM_COMMENT
public static final java.lang.String CHANGE_BUG_PRIORITY
public static final java.lang.String CHANGE_BUG_SEVERITY_PARAM_REPORTER
public static final java.lang.String CHANGE_BUG_SEVERITY_PARAM_BUG
public static final java.lang.String CHANGE_BUG_SEVERITY_PARAM_SEVERITY
public static final java.lang.String CHANGE_BUG_SEVERITY_PARAM_COMMENT
public static final java.lang.String CHANGE_BUG_SEVERITY
public static final java.lang.String REMOVE_BUG_PARAM_BUG
public static final java.lang.String REMOVE_BUG
public static final java.lang.String ADD_BUG_ATTACHMENT_PARAM_ATTACHMENT
public static final java.lang.String ADD_BUG_ATTACHMENT
public static final java.lang.String RESOLVE_BUG_PARAM_BUG
public static final java.lang.String RESOLVE_BUG_PARAM_REPORTER
public static final java.lang.String RESOLVE_BUG_PARAM_RESOLUTION
public static final java.lang.String RESOLVE_BUG_PARAM_DUPE
public static final java.lang.String RESOLVE_BUG
| Method Detail |
public java.lang.String getSource()
throws NullSourceException
String identifying the piece
of code generating the event. The string returned is a
constant in this interface.
NullSourceException - if the event being thrown has a null source.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||