com.polarion.platform.persistence.model.IRevision
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
String | PROTO | The name of prototype in the model |
String | KEY_NAME | |
String | KEY_REPOSITORY_NAME | |
String | KEY_AUTHOR | The names of model's keys |
String | KEY_CREATED | |
String | KEY_MESSAGE | |
String | KEY_INTERNAL_COMMIT | |
String | KEY_BRANCH |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
String | getName() | |
String | getRepositoryName() | |
String | getStringAuthor() | |
Date | getCreated() | |
String | getMessage() | |
String | getBranch() | Branch that the revision comes from. Only one branch will be specified. Returns value only if ERA service is used. |
boolean | isInternalCommit() | |
boolean | isExternal() | |
String | getViewURL() | |
String | getLocationDiffURL(ILocationChangeMetaData) | |
String | getLocationURL(ILocationChangeMetaData) | |
List | getChangedLocations() | |
default, String | getLabel() | Return a string with the format 'Name - Revision message' or only the Name if the message is null or empty. |
Back to Index