|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryFacade
Simplifies the access to a remote repository. The facade is agnostic according to the type of repository.
Method Summary | |
---|---|
org.eclipse.mylyn.tasks.core.AbstractRepositoryConnector |
getConnector() Returns the connector used by this facade. |
List<org.eclipse.mylyn.tasks.core.data.TaskData> |
queryTasks(QueryData queryData) Runs the query and returns the matching issues. |
Method Detail |
---|
org.eclipse.mylyn.tasks.core.AbstractRepositoryConnector getConnector()
List<org.eclipse.mylyn.tasks.core.data.TaskData> queryTasks(QueryData queryData) throws MavenReportException
queryData
- the query information.
MavenReportException
- if a problem is encountered while fetching the tasks.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |