com.polarion.alm.tracker.model.IBuildLinkedWorkItemStruct
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | KEY_WORK_ITEM | |
| String | KEY_REVISION | |
| String | KEY_ROLE |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| IWorkItem | getLinkedItem() | |
| ILinkRoleOpt | getLinkRole() | |
| String | getRevision() | Returns the string identifier of pinned revision, or null if link is not pinned. |
| void | setRevision(String) | Sets or clears the pinned revision. |
Back to Index