com.polarion.alm.tracker.model.ILinkedWorkItemStruct
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
String | KEY_WORK_ITEM | |
String | KEY_ROLE | |
String | KEY_REVISION | |
String | KEY_SUSPECT |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IWorkItem | getLinkedItem() | |
ILinkRoleOpt | getLinkRole() | |
boolean | isSuspect() | |
void | setSuspect(boolean) | |
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