com.polarion.alm.tracker.model.IBaseline
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | PROTO | |
| String | KEY_NAME | |
| String | KEY_DESCRIPTION | |
| String | KEY_AUTHOR | |
| String | KEY_BASE_REVISION | |
| String | KEY_BASE_OBJECT |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getName() | |
| void | setName(String) | |
| Text | getDescriptionText() | |
| void | setDescription(Text) | |
| IUser | getAuthor() | |
| String | getBaseRevision() | |
| IRevision | getBaseRevisionObject() | Returns the {@link IRevision} object corresponding to the base revision. Returns null if the base revision is not filled-in. |
| T | getBaseObject() | Returns the base object in the base revision of this baseline. Currently the base object can only be a Project or a Document (Module). |
| void | delete() |
Back to Index