|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cert.cc.jira.SearchHelper
public class SearchHelper
Helper class to assist in doing some basic Issue lookups.
| Constructor Summary | |
|---|---|
SearchHelper(SearchProvider searchProvider,
JiraAuthenticationContext authenticationContext,
ChangeHistoryManager changeHistoryManager,
UserManager userManager,
PropertiesManager propertiesManager)
Base constructor for SearchHelper. |
|
| Method Summary | |
|---|---|
List<Issue> |
searchClosed(Calendar calendarStart,
Calendar calendarEnd,
IssueType issueType,
Long projectId,
String groupName)
Searches the project specified by the projectId for Issues that are of the specified
IssueType and closed with in the Date range specified by the calendarStart and
calendarEnd parameters. |
List<Issue> |
searchCreated(Calendar calendarStart,
Calendar calendarEnd,
IssueType issueType,
Long projectId,
String groupName)
Searches the project specified by the projectId for Issues that are of the specified
IssueType and created with in the Date range specified by the calendarStart and
calendarEnd parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchHelper(SearchProvider searchProvider,
JiraAuthenticationContext authenticationContext,
ChangeHistoryManager changeHistoryManager,
UserManager userManager,
PropertiesManager propertiesManager)
searchProvider - - SearchProviderauthenticationContext - - JiraAuthenticationContextchangeHistoryManager - - ChangeHistoryManager| Method Detail |
|---|
public List<Issue> searchCreated(Calendar calendarStart,
Calendar calendarEnd,
IssueType issueType,
Long projectId,
String groupName)
Issues that are of the specified
IssueType and created with in the Date range specified by the calendarStart and
calendarEnd parameters.
calendarStart - - Starting date for the range.calendarEnd - - Ending date for the range.issueType - - The IssueType you are interested in.projectId - - The id for the project in Jira you are interested in.
Issue> null on error.
public List<Issue> searchClosed(Calendar calendarStart,
Calendar calendarEnd,
IssueType issueType,
Long projectId,
String groupName)
Issues that are of the specified
IssueType and closed with in the Date range specified by the calendarStart and
calendarEnd parameters.
calendarStart - - Starting date for the range.calendarEnd - - Ending date for the range.issueType - - The IssueType you are interested in.projectId - - The id for the project in Jira you are interested in.
Issue> null on error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||