|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BugAssociatorPrefs
Class encapsulating behaviour on the "issue picker" popup shown when linking issues.
| Field Summary | |
|---|---|
static int |
LIST
|
static int |
MULTIPLE
|
static int |
RECENT
|
static int |
SEARCH
|
static int |
SINGLE
|
| Method Summary | |
|---|---|
int |
getDefaultMode(Issue issue)
What to show initially. |
int |
getDefaultSearchMode(Issue issue)
Whether users can select just one or multiple issues. |
long |
getDefaultSearchRequestId(Issue issue)
Get the search request to run initially, if the SEARCH mode is used. |
Collection |
getIssueList(Issue issue,
User remoteUser,
int maxIssuesReturned)
Get a list of issues to present initially, if LIST mode is used. |
| Field Detail |
|---|
static final int RECENT
static final int SEARCH
static final int LIST
static final int SINGLE
static final int MULTIPLE
| Method Detail |
|---|
int getDefaultMode(Issue issue)
RECENT -- show recently viewed issues.
SEARCH - show a predefined search request's issues (see getDefaultSearchRequestId(com.atlassian.jira.issue.Issue)
LIST - a preset list of issues (by default, the search request's) - see
getIssueList(com.atlassian.jira.issue.Issue, com.opensymphony.user.User, int) }int getDefaultSearchMode(Issue issue)
issue -
SINGLE - select just one issue or MULTIPLE select multiple issues (checkboxes).long getDefaultSearchRequestId(Issue issue)
SEARCH mode is used.
Collection getIssueList(Issue issue,
User remoteUser,
int maxIssuesReturned)
LIST mode is used.
Issues.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||