com.polarion.alm.tracker.model.IWithAttachments
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
String | KEY_ATTACHMENTS |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IPObjectList<T> | getAttachments() | Returns all attachments of this object. |
T | getAttachment(String) | Returns attachment with given id. |
void | deleteAttachment(T) | Removes attachment. |
Back to Index