com.polarion.alm.tracker.model.scripting.IScript
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
String | PROTO | |
String | KEY_AUTHOR | |
String | KEY_CREATED | |
String | KEY_TITLE | |
String | KEY_UPDATED | |
String | KEY_UPDATED_BY | |
String | KEY_PROJECT | |
String | KEY_CONTENT | |
String | KEY_TYPE | |
String | KEY_MAINTAINERS | |
String | KEY_REFERENCE_NAME | |
String | KEY_DESCRIPTION | |
String | KEY_MONITORED | |
String | KEY_LOGS_STORED | |
Set | DIFF_IGNORED_FIELDS |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IUser | getAuthor() | |
String | getTitle() | |
void | setTitle(String) | |
Date | getCreated() | |
Date | getUpdated() | |
IUser | getUpdatedBy() | |
void | delete() | Deletes this Script and removes all its files from the repository. |
IPObjectList<IUser> | getMaintainers() | |
boolean | addMaintainer(IUser) | Adds a user to the list of maintainers. |
boolean | removeMaintainer(IUser) | Removes a user from the list of maintainers. |
String | getReferenceName() | |
void | setReferenceName(String) | Sets the script's Reference Name, allowing you to reference it from other scripts. The Name can only contain alpha-numeric values, dashes, and underscores. |
String | getReferencePath() | |
Text | getDescription() | |
void | setDescription(Text) | Sets the script's Description text. |
boolean | isMonitored() | |
void | setMonitored(boolean) | Sets whether this Script should be included in Script Monitoring. |
boolean | logsStored() | |
void | setLogsStored(boolean) | Sets whether this Script should allow log collection while being executed. This feature is used in Script Monitoring. |
Back to Index