| Package | Description |
|---|---|
| org.nuiton.jredmine.service |
| Modifier and Type | Method and Description |
|---|---|
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 attachment) |
Attachment[] |
DefaultRedmineService.getAttachments(String projectName,
String versionName) |
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) |
| Modifier and Type | Method and Description |
|---|---|
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 attachment) |
Copyright © 2009–2013 CodeLutin. All rights reserved.