An action descriptor describes a sequence of tools. Actions can be executed at the following locations:
Relationship | Cardinality | Description |
---|---|---|
Has_Tool | 1..* | Relationship to a tool descriptor. The tool sequence for an action arises through these relationships. |
Action descriptor SVN_ACT_CONT_AddRepository
Attribute | Value | Description |
---|---|---|
Element List Creation: | Not relevant as the action does not create an element list. | |
Essential: | ||
ID | SVN_ACT_CONT_AddRepository | Unique identifier of the action in this model. |
Key Binding: | Not relevant as no short key is defined for the action. | |
Optional: | ||
Execution Mode | Modal | The action is blocking any parallel Eclipse activity in the foreground. |
Icon | --- | There is no icon associated with this action. |
Label | Add Repository... | Label shown in the context menu for the action. |
Mass Processing | false | The tools of this action are not designed to support processing more than one element per call. |
Refresh List | false | The element list should not be refreshed after the execution of this action. |
Save/Close: | Not relevant as the action is not an edit action. |
Action descriptor SVN_ACT_CONT_Commit
Attribute | Value | Description |
---|---|---|
Element List Creation: | Not relevant as the action does not create an element list. | |
Essential: | ||
ID | SVN_ACT_CONT_Commit | Unique identifier of the action in this model. |
Key Binding: | Not relevant as no short key is defined for the action. | |
Optional: | ||
Execution Mode | Modal | The action is blocking any parallel Eclipse activity in foreground. |
Icon | --- | There is no icon associated with the action. |
Label | Commit... | Label shown in the context menu for the action. |
Mass Processing | true | The tools of this action are capable of processing several input elements in one call. |
Refresh List | false | The element list should not be refreshed after the execution of this action. |
Save/Close: | Not relevant as the action is not an edit action. |