|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RedmineAnonymousService
Contract of all redmine operations which do not requires any login to server.
A default implementation isDefaultRedmineAnonymousService.
Created: 2 janv. 2010
DefaultRedmineAnonymousService| Method Summary | |
|---|---|
Attachment[] |
getAttachments(String projectName,
String versionName)
Obtain all attachments for a specific version on a given project. |
Issue[] |
getClosedIssues(String projectName)
Obtain all closed issues for a given project. |
IssueCategory[] |
getIssueCategories(String projectName)
Obtain all categories defined on issues for a given project. |
IssuePriority[] |
getIssuePriorities()
Obtain all the priorities defined on a Issue. |
Issue[] |
getIssues(String projectName)
Obtain all issues for a given project. |
Issue[] |
getIssues(String projectName,
String versionName)
Obtain all issues for a specific version on a given project. |
IssueStatus[] |
getIssueStatuses()
Obtain all the statuses defined on a Issue. |
TimeEntry[] |
getIssueTimeEntries(String projectName,
String issueId)
Obtain for a given issue of a given project all the time entries. |
News[] |
getNews(String projectName)
Obtain all news defined on a given project. |
Issue[] |
getOpenedIssues(String projectName)
Obtain all opened issues for a given project. |
Project |
getProject(String projectName)
Obtain a project given his name. |
User[] |
getProjectMembers(String projectName)
Obtain all users defined on a given project. |
Project[] |
getProjects()
Obtain all accessible projects. |
Tracker[] |
getTrackers(String projectName)
Obtain all trackers defined on a given project. |
Version |
getVersion(String projectName,
String versionName)
Obtain a specific version for a given project. |
Version[] |
getVersions(String projectName)
Obtain all versions defined on a given project. |
| Method Detail |
|---|
Project[] getProjects()
throws RedmineServiceException
RedmineServiceException - if any pb while retriving datasProject
IssuePriority[] getIssuePriorities()
throws RedmineServiceException
Issue.
Note : The priorities are common for all projects.
RedmineServiceException - if any pb while retriving datasIssuePriority
IssueStatus[] getIssueStatuses()
throws RedmineServiceException
Issue.
Note : The statuses are common for all projects.
RedmineServiceException - if any pb while retriving datasIssueStatus
Project getProject(String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasProject
IssueCategory[] getIssueCategories(String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasIssueCategory
Tracker[] getTrackers(String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasTracker
News[] getNews(String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasNews
User[] getProjectMembers(String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasUser
Version[] getVersions(String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasVersion
Version getVersion(String projectName,
String versionName)
throws RedmineServiceException
projectName - the name of the projectversionName - the name of the version
RedmineServiceException - if any pb while retriving datasVersion
Issue[] getIssues(String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasIssue
Issue[] getOpenedIssues(String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasIssue
Issue[] getClosedIssues(String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasIssue
Issue[] getIssues(String projectName,
String versionName)
throws RedmineServiceException
projectName - the name of the projectversionName - the name of the version
RedmineServiceException - if any pb while retriving datasIssue
TimeEntry[] getIssueTimeEntries(String projectName,
String issueId)
throws RedmineServiceException
projectName - the name of the projectissueId - the id of the issue
RedmineServiceException - if any pb while retrieving time entries of the issue
Attachment[] getAttachments(String projectName,
String versionName)
throws RedmineServiceException
projectName - the name of the projectversionName - the name of the version
RedmineServiceException - if any pb while retriving datasAttachment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||