public static interface BuildExecutionSupport.ActionItem extends BuildExecutionSupport.Item
BuildExecutionSupport
, extending Item
,
allows collecting history of executions keyed by the getAction()
values.
Implement equals
and hashcode
for advanced duplicate item resolution.Modifier and Type | Method and Description |
---|---|
String |
getAction()
ActionProvider constants, used for grouping the history items, as of 1.69 only ActionProvider.COMMAND_RUN is supported in UI. |
FileObject |
getProjectDirectory()
used for memory releasing purposes, all items from given project will be removed when the project is no longer opened.
|
getDisplayName, isRunning, repeatExecution, stopRunning
String getAction()
ActionProvider
constants, used for grouping the history items, as of 1.69 only ActionProvider.COMMAND_RUN
is supported in UI.FileObject getProjectDirectory()