|
||||||||||
| 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 is offered inDefaultRedmineAnonymousService.
Created: 2 janv. 2010
DefaultRedmineAnonymousService| Method Summary | |
|---|---|
Attachment[] |
getAttachments(java.lang.String projectName,
java.lang.String versionName)
Obtain all attachments for a specific version on a given project |
Issue[] |
getClosedIssues(java.lang.String projectName)
Obtain all closed issues for a given project |
IssueCategory[] |
getIssueCategories(java.lang.String projectName)
Obtain all categories defined on issues for a given project. |
IssuePriority[] |
getIssuePriorities()
Obtain all the priorities defined on a Issue. |
Issue[] |
getIssues(java.lang.String projectName)
Obtain all issues for a given project |
Issue[] |
getIssues(java.lang.String projectName,
java.lang.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(java.lang.String projectName,
java.lang.String issueId)
Obtain for a given issue of a given project all the time entries. |
News[] |
getNews(java.lang.String projectName)
Obtain all news defined on a given project. |
Issue[] |
getOpenedIssues(java.lang.String projectName)
Obtain all opened issues for a given project |
Project |
getProject(java.lang.String projectName)
Obtain a project given his name. |
User[] |
getProjectMembers(java.lang.String projectName)
Obtain all users defined on a given project. |
Project[] |
getProjects()
Obtain all accessible projets. |
Tracker[] |
getTrackers(java.lang.String projectName)
Obtain all trackers defined on a given project. |
User[] |
getUsers(java.lang.String projectName)
Deprecated. since 1.0.3, use now getProjectMembers(String). |
Version |
getVersion(java.lang.String projectName,
java.lang.String versionName)
Obtain a specific version for a given project. |
Version[] |
getVersions(java.lang.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(java.lang.String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasProject
IssueCategory[] getIssueCategories(java.lang.String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasIssueCategory
Tracker[] getTrackers(java.lang.String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasTracker
News[] getNews(java.lang.String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasNews
@Deprecated
User[] getUsers(java.lang.String projectName)
throws RedmineServiceException
getProjectMembers(String).
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasUser
User[] getProjectMembers(java.lang.String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasUser
Version[] getVersions(java.lang.String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasVersion
Version getVersion(java.lang.String projectName,
java.lang.String versionName)
throws RedmineServiceException
projectName - the name of the projectversionName - the name of the version
RedmineServiceException - if any pb while retriving datasVersion
Issue[] getIssues(java.lang.String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasIssue
Issue[] getOpenedIssues(java.lang.String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasIssue
Issue[] getClosedIssues(java.lang.String projectName)
throws RedmineServiceException
projectName - the name of the project
RedmineServiceException - if any pb while retriving datasIssue
Issue[] getIssues(java.lang.String projectName,
java.lang.String versionName)
throws RedmineServiceException
projectName - the name of the projectversionName - the name of the version
RedmineServiceException - if any pb while retriving datasIssue
TimeEntry[] getIssueTimeEntries(java.lang.String projectName,
java.lang.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(java.lang.String projectName,
java.lang.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 | |||||||||