public class DefaultRedmineAnonymousService extends AbstractRedmineService implements RedmineAnonymousService
RedmineAnonymousService.
|
| Constructor and Description |
|---|
DefaultRedmineAnonymousService() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
init(RedmineServiceConfiguration configuration)
Initialize the service.
|
checkInit, checkLoggued, checkSessionConfigurationNotNull, checkSessionNotNull, destroy, executeRequestAndReturnData, executeRequestAndReturnDatas, getClient, isInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isInitpublic void init(RedmineServiceConfiguration configuration) throws RedmineServiceException
RedmineAnonymousServiceinit in interface RedmineAnonymousServiceinit in class AbstractRedmineServiceconfiguration - the configuration to be used to init the internal redmine clientRedmineServiceException - if any pbpublic IssueStatus[] getIssueStatuses() throws RedmineServiceException
RedmineAnonymousServiceIssue.
Note : The statuses are common for all projects.getIssueStatuses in interface RedmineAnonymousServiceRedmineServiceException - if any pb while retriving datasIssueStatuspublic IssuePriority[] getIssuePriorities() throws RedmineServiceException
RedmineAnonymousServiceIssue.
Note : The priorities are common for all projects.getIssuePriorities in interface RedmineAnonymousServiceRedmineServiceException - if any pb while retriving datasIssuePrioritypublic Project[] getProjects() throws RedmineServiceException
RedmineAnonymousServicegetProjects in interface RedmineAnonymousServiceRedmineServiceException - if any pb while retriving datasProjectpublic IssueCategory[] getIssueCategories(String projectName) throws RedmineServiceException
RedmineAnonymousServicegetIssueCategories in interface RedmineAnonymousServiceprojectName - the name of the projectRedmineServiceException - if any pb while retriving datasIssueCategorypublic Project getProject(String projectName) throws RedmineServiceException
RedmineAnonymousServicegetProject in interface RedmineAnonymousServiceprojectName - the name of the projectRedmineServiceException - if any pb while retriving datasProjectpublic Tracker[] getTrackers(String projectName) throws RedmineServiceException
RedmineAnonymousServicegetTrackers in interface RedmineAnonymousServiceprojectName - the name of the projectRedmineServiceException - if any pb while retriving datasTrackerpublic News[] getNews(String projectName) throws RedmineServiceException
RedmineAnonymousServicegetNews in interface RedmineAnonymousServiceprojectName - the name of the projectRedmineServiceException - if any pb while retriving datasNewspublic User[] getProjectMembers(String projectName) throws RedmineServiceException
RedmineAnonymousServicegetProjectMembers in interface RedmineAnonymousServiceprojectName - the name of the projectRedmineServiceException - if any pb while retriving datasUserpublic Version[] getVersions(String projectName) throws RedmineServiceException
RedmineAnonymousServicegetVersions in interface RedmineAnonymousServiceprojectName - the name of the projectRedmineServiceException - if any pb while retriving datasVersionpublic Version getVersion(String projectName, String versionName) throws RedmineServiceException
RedmineAnonymousServicegetVersion in interface RedmineAnonymousServiceprojectName - the name of the projectversionName - the name of the versionRedmineServiceException - if any pb while retriving datasVersionpublic Attachment[] getAttachments(String projectName, String versionName) throws RedmineServiceException
RedmineAnonymousServicegetAttachments in interface RedmineAnonymousServiceprojectName - the name of the projectversionName - the name of the versionRedmineServiceException - if any pb while retriving datasAttachmentpublic Issue[] getIssues(String projectName, String versionName) throws RedmineServiceException
RedmineAnonymousServicegetIssues in interface RedmineAnonymousServiceprojectName - the name of the projectversionName - the name of the versionRedmineServiceException - if any pb while retriving datasIssuepublic TimeEntry[] getIssueTimeEntries(String projectName, String issueId) throws RedmineServiceException
RedmineAnonymousServicegetIssueTimeEntries in interface RedmineAnonymousServiceprojectName - the name of the projectissueId - the id of the issueRedmineServiceException - if any pb while retrieving time entries of the issuepublic Issue[] getIssues(String projectName) throws RedmineServiceException
RedmineAnonymousServicegetIssues in interface RedmineAnonymousServiceprojectName - the name of the projectRedmineServiceException - if any pb while retriving datasIssuepublic Issue[] getOpenedIssues(String projectName) throws RedmineServiceException
RedmineAnonymousServicegetOpenedIssues in interface RedmineAnonymousServiceprojectName - the name of the projectRedmineServiceException - if any pb while retriving datasIssuepublic Issue[] getClosedIssues(String projectName) throws RedmineServiceException
RedmineAnonymousServicegetClosedIssues in interface RedmineAnonymousServiceprojectName - the name of the projectRedmineServiceException - if any pb while retriving datasIssueCopyright © 2009-2012 CodeLutin. All Rights Reserved.