public interface RedmineAnonymousService
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Close the service and destroy any connexion to the redmine service.
|
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.
|
Version |
getLastestClosedVersion(String projectName)
Obtain the lastest closed version for a given project.
|
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.
|
boolean |
isInit()
Tells if service was successful initialized.
|
void init(RedmineServiceConfiguration configuration) throws RedmineServiceException
configuration - the configuration to be used to init the internal redmine clientRedmineServiceException - if any pbboolean isInit()
true if service was successfull initialized via
method init(RedmineServiceConfiguration), false otherwise.void destroy()
throws RedmineServiceException
RedmineServiceException - if any pbProject[] getProjects() throws RedmineServiceException
RedmineServiceException - if any pb while retriving datasProjectIssuePriority[] getIssuePriorities() throws RedmineServiceException
Issue.
Note : The priorities are common for all projects.RedmineServiceException - if any pb while retriving datasIssuePriorityIssueStatus[] getIssueStatuses() throws RedmineServiceException
Issue.
Note : The statuses are common for all projects.RedmineServiceException - if any pb while retriving datasIssueStatusProject getProject(String projectName) throws RedmineServiceException
projectName - the name of the projectRedmineServiceException - if any pb while retriving datasProjectIssueCategory[] getIssueCategories(String projectName) throws RedmineServiceException
projectName - the name of the projectRedmineServiceException - if any pb while retriving datasIssueCategoryTracker[] getTrackers(String projectName) throws RedmineServiceException
projectName - the name of the projectRedmineServiceException - if any pb while retriving datasTrackerNews[] getNews(String projectName) throws RedmineServiceException
projectName - the name of the projectRedmineServiceException - if any pb while retriving datasNewsUser[] getProjectMembers(String projectName) throws RedmineServiceException
projectName - the name of the projectRedmineServiceException - if any pb while retriving datasUserVersion[] getVersions(String projectName) throws RedmineServiceException
projectName - the name of the projectRedmineServiceException - if any pb while retriving datasVersionVersion getVersion(String projectName, String versionName) throws RedmineServiceException
projectName - the name of the projectversionName - the name of the versionRedmineServiceException - if any pb while retriving datasVersionVersion getLastestClosedVersion(String projectName) throws RedmineServiceException
projectName - the name of the projectnull if no version is matching)RedmineServiceException - if any pb while retriving datasVersionIssue[] getIssues(String projectName) throws RedmineServiceException
projectName - the name of the projectRedmineServiceException - if any pb while retriving datasIssueIssue[] getOpenedIssues(String projectName) throws RedmineServiceException
projectName - the name of the projectRedmineServiceException - if any pb while retriving datasIssueIssue[] getClosedIssues(String projectName) throws RedmineServiceException
projectName - the name of the projectRedmineServiceException - if any pb while retriving datasIssueIssue[] getIssues(String projectName, String versionName) throws RedmineServiceException
projectName - the name of the projectversionName - the name of the versionRedmineServiceException - if any pb while retriving datasIssueTimeEntry[] getIssueTimeEntries(String projectName, String issueId) throws RedmineServiceException
projectName - the name of the projectissueId - the id of the issueRedmineServiceException - if any pb while retrieving time entries of the issueAttachment[] getAttachments(String projectName, String versionName) throws RedmineServiceException
projectName - the name of the projectversionName - the name of the versionRedmineServiceException - if any pb while retriving datasAttachmentCopyright © 2009–2014 CodeLutin. All rights reserved.