public interface FeedbackManagerCallback
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUGDB_ASSIGNEE |
static java.lang.String |
BUGDB_MODULE |
static java.lang.String |
BUGDB_SUBCOMPONENT |
static java.lang.String |
FM_REQUIRE_STEPS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCallbackIdentity()
We want to be able to identify callbacks so if something goes awry (e.g., callback information causes bugs to be mis-filed) we know where the information originated
|
java.util.List<NameValuePair<java.lang.String>> |
getFeedbackAdditions(oracle.ide.feedback.shared.Feedback feedback)
Return a list of additional items this participant wants to add to the feedback report.
|
boolean |
willHandle(oracle.ide.feedback.shared.Feedback feedback)
When an exception occurs, each registered FeedbackManagerCallback will be queried to see whether they want to participate.
|
static final java.lang.String BUGDB_MODULE
static final java.lang.String BUGDB_SUBCOMPONENT
static final java.lang.String BUGDB_ASSIGNEE
static final java.lang.String FM_REQUIRE_STEPS
boolean willHandle(oracle.ide.feedback.shared.Feedback feedback)
java.util.List<NameValuePair<java.lang.String>> getFeedbackAdditions(oracle.ide.feedback.shared.Feedback feedback)
java.lang.String getCallbackIdentity()