|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RedmineServiceException | |
|---|---|
| org.nuiton.jredmine | |
| Uses of RedmineServiceException in org.nuiton.jredmine |
|---|
| Subclasses of RedmineServiceException in org.nuiton.jredmine | |
|---|---|
class |
RedmineServiceLoginException
An exception to be thrown when a problem with authentication state in a RedmineService. |
| Methods in org.nuiton.jredmine that throw RedmineServiceException | ||
|---|---|---|
Attachment |
RedmineLogguedService.addAttachment(String projectName,
String versionName,
Attachment attachement)
Add a attachment for a given version of a given project. |
|
Attachment |
DefaultRedmineService.addAttachment(String projectName,
String versionName,
Attachment attachement)
|
|
TimeEntry |
RedmineLogguedService.addIssueTimeEntry(String projectName,
String issueId,
TimeEntry entry)
Add a new time entry to the given issue for the given project and return the updated time entry. |
|
TimeEntry |
DefaultRedmineService.addIssueTimeEntry(String projectName,
String issueId,
TimeEntry entry)
|
|
News |
RedmineLogguedService.addNews(String projectName,
News news)
Add a news for a given project. |
|
News |
DefaultRedmineService.addNews(String projectName,
News news)
|
|
Version |
RedmineLogguedService.addVersion(String projectName,
Version version)
Add a version for a given project. |
|
Version |
DefaultRedmineService.addVersion(String projectName,
Version version)
|
|
protected InputStream |
DefaultRedmineServiceImplementor.askDataStream(String requestName,
Object... args)
|
|
void |
RedmineServiceImplementor.destroy()
Close the service and destroy any connexion to the redmine service. |
|
void |
DefaultRedmineAnonymousService.destroy()
|
|
void |
DefaultRedmineServiceImplementor.destroy()
|
|
Attachment[] |
RedmineAnonymousService.getAttachments(String projectName,
String versionName)
Obtain all attachments for a specific version on a given project |
|
Attachment[] |
DefaultRedmineAnonymousService.getAttachments(String projectName,
String versionName)
|
|
Issue[] |
RedmineAnonymousService.getClosedIssues(String projectName)
Obtain all closed issues for a given project |
|
Issue[] |
DefaultRedmineAnonymousService.getClosedIssues(String projectName)
|
|
|
RedmineServiceImplementor.getData(String requestName,
Class<T> type,
Object... args)
Generic method to obtain a single data from a redmine server. |
|
|
DefaultRedmineAnonymousService.getData(String requestName,
Class<T> type,
Object... args)
|
|
|
DefaultRedmineServiceImplementor.getData(String requestName,
Class<T> type,
Object... args)
|
|
protected
|
DefaultRedmineServiceImplementor.getDataFromStream(Class<T> type,
InputStream stream)
|
|
|
RedmineServiceImplementor.getDatas(String requestName,
Class<T> type,
Object... args)
Generic method to obtain a array of data from a redmine server. |
|
|
DefaultRedmineAnonymousService.getDatas(String requestName,
Class<T> type,
Object... args)
|
|
|
DefaultRedmineServiceImplementor.getDatas(String requestName,
Class<T> type,
Object... args)
|
|
protected
|
DefaultRedmineServiceImplementor.getDatasFromStream(Class<T> type,
InputStream stream)
|
|
IssueCategory[] |
RedmineAnonymousService.getIssueCategories(String projectName)
Obtain all categories defined on issues for a given project. |
|
IssueCategory[] |
DefaultRedmineAnonymousService.getIssueCategories(String projectName)
|
|
IssuePriority[] |
RedmineAnonymousService.getIssuePriorities()
Obtain all the priorities defined on a Issue. |
|
IssuePriority[] |
DefaultRedmineAnonymousService.getIssuePriorities()
|
|
Issue[] |
RedmineAnonymousService.getIssues(String projectName)
Obtain all issues for a given project |
|
Issue[] |
DefaultRedmineAnonymousService.getIssues(String projectName)
|
|
Issue[] |
RedmineAnonymousService.getIssues(String projectName,
String versionName)
Obtain all issues for a specific version on a given project |
|
Issue[] |
DefaultRedmineAnonymousService.getIssues(String projectName,
String versionName)
|
|
IssueStatus[] |
RedmineAnonymousService.getIssueStatuses()
Obtain all the statuses defined on a Issue. |
|
IssueStatus[] |
DefaultRedmineAnonymousService.getIssueStatuses()
|
|
TimeEntry[] |
RedmineAnonymousService.getIssueTimeEntries(String projectName,
String issueId)
Obtain for a given issue of a given project all the time entries. |
|
TimeEntry[] |
DefaultRedmineAnonymousService.getIssueTimeEntries(String projectName,
String issueId)
|
|
News[] |
RedmineAnonymousService.getNews(String projectName)
Obtain all news defined on a given project. |
|
News[] |
DefaultRedmineAnonymousService.getNews(String projectName)
|
|
Issue[] |
RedmineAnonymousService.getOpenedIssues(String projectName)
Obtain all opened issues for a given project |
|
Issue[] |
DefaultRedmineAnonymousService.getOpenedIssues(String projectName)
|
|
Project |
RedmineAnonymousService.getProject(String projectName)
Obtain a project given his name. |
|
Project |
DefaultRedmineAnonymousService.getProject(String projectName)
|
|
User[] |
RedmineAnonymousService.getProjectMembers(String projectName)
Obtain all users defined on a given project. |
|
User[] |
DefaultRedmineAnonymousService.getProjectMembers(String projectName)
|
|
Project[] |
RedmineAnonymousService.getProjects()
Obtain all accessible projets. |
|
Project[] |
DefaultRedmineAnonymousService.getProjects()
|
|
protected org.nuiton.io.rest.RestRequest |
DefaultRedmineServiceImplementor.getRequest(String requestName,
Object... args)
|
|
Tracker[] |
RedmineAnonymousService.getTrackers(String projectName)
Obtain all trackers defined on a given project. |
|
Tracker[] |
DefaultRedmineAnonymousService.getTrackers(String projectName)
|
|
Project[] |
RedmineLogguedService.getUserProjects()
Obtain for the loggued user, all projets where he belongs. |
|
Project[] |
DefaultRedmineService.getUserProjects()
|
|
User[] |
RedmineAnonymousService.getUsers(String projectName)
Deprecated. since 1.0.3, use now RedmineAnonymousService.getProjectMembers(String). |
|
User[] |
DefaultRedmineAnonymousService.getUsers(String projectName)
|
|
Version |
RedmineAnonymousService.getVersion(String projectName,
String versionName)
Obtain a specific version for a given project. |
|
Version |
DefaultRedmineAnonymousService.getVersion(String projectName,
String versionName)
|
|
Version[] |
RedmineAnonymousService.getVersions(String projectName)
Obtain all versions defined on a given project. |
|
Version[] |
DefaultRedmineAnonymousService.getVersions(String projectName)
|
|
RedmineServiceImplementor |
RedmineServiceImplementor.init(org.nuiton.io.rest.RestClient session)
Initialize the service given a redmine client already initialized. |
|
RedmineServiceImplementor |
DefaultRedmineService.init(org.nuiton.io.rest.RestClient session)
|
|
RedmineServiceImplementor |
DefaultRedmineAnonymousService.init(org.nuiton.io.rest.RestClient session)
|
|
RedmineServiceImplementor |
DefaultRedmineServiceImplementor.init(org.nuiton.io.rest.RestClient session)
|
|
RedmineServiceImplementor |
RedmineServiceImplementor.init(org.nuiton.io.rest.RestClientConfiguration configuration)
Initialize the service given a client configuration. |
|
RedmineServiceImplementor |
DefaultRedmineService.init(org.nuiton.io.rest.RestClientConfiguration configuration)
|
|
RedmineServiceImplementor |
DefaultRedmineAnonymousService.init(org.nuiton.io.rest.RestClientConfiguration configuration)
|
|
RedmineServiceImplementor |
DefaultRedmineServiceImplementor.init(org.nuiton.io.rest.RestClientConfiguration configuration)
|
|
Version |
RedmineLogguedService.nextVersion(String projectName,
String oldVersionName,
Version newVersion)
Prepare a new version (create it or update it). |
|
Version |
DefaultRedmineService.nextVersion(String projectName,
String oldVersionName,
Version newVersion)
|
|
|
RedmineServiceImplementor.sendData(String requestName,
Class<T> klazz,
Object... args)
Generic method to send a data to a redmine server and return the single data updated from the redmine server. |
|
|
DefaultRedmineAnonymousService.sendData(String requestName,
Class<T> klazz,
Object... args)
|
|
|
DefaultRedmineServiceImplementor.sendData(String requestName,
Class<T> klazz,
Object... args)
|
|
|
RedmineServiceImplementor.sendDatas(String requestName,
Class<T> klazz,
Object... args)
Generic method to send a data (or more ) to a redmine server and return the array of data from the redmine server. |
|
|
DefaultRedmineAnonymousService.sendDatas(String requestName,
Class<T> klazz,
Object... args)
|
|
|
DefaultRedmineServiceImplementor.sendDatas(String requestName,
Class<T> klazz,
Object... args)
|
|
protected InputStream |
DefaultRedmineServiceImplementor.sendDataStream(String requestName,
Object... args)
|
|
Version |
RedmineLogguedService.updateVersion(String projectName,
Version version)
Update a version for a given project. |
|
Version |
DefaultRedmineService.updateVersion(String projectName,
Version version)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||