|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attachment | |
|---|---|
| org.redmine.ta | Use RedmineManager class from this package to communicate with Redmine servers. |
| org.redmine.ta.beans | Redmine objects (Task, Project, User, Tracker, ...). |
| Uses of Attachment in org.redmine.ta |
|---|
| Methods in org.redmine.ta that return Attachment | |
|---|---|
Attachment |
RedmineManager.getAttachmentById(int attachmentID)
Delivers an Attachment by its ID. |
| Methods in org.redmine.ta with parameters of type Attachment | |
|---|---|
byte[] |
RedmineManager.downloadAttachmentContent(Attachment issueAttachment)
Downloads the content of an Attachment from the Redmine server. |
| Uses of Attachment in org.redmine.ta.beans |
|---|
| Methods in org.redmine.ta.beans that return types with arguments of type Attachment | |
|---|---|
List<Attachment> |
Issue.getAttachments()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||