com.polarion.alm.tracker.model.ILinkedOslcResourceStruct
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | KEY_URI | |
| String | KEY_LABEL | |
| String | KEY_ROLE | |
| String | KEY_REVISION |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getLabel() | |
| IEnumOption | getLinkRole() | |
| URI | getURI() | |
| 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