Skippable Task
A skippable task can be configured via properties to go directly from NOT_STARTED to SKIPPED. By default, the property name is:
tasks.$taskId.enabled
where `taskId` corresponds to the simple class name (without the package) with a lower case first character. For example, a skippable class `com.foo.DummySkippableTask` could be disabled via property
tasks.dummySkippableTask.enabled
See also
Functions
aliases
Link copied to clipboard
execute
Link copied to clipboard
getExtensionClass
Link copied to clipboard
getPluginId
Link copied to clipboard
isEnabledPropertyName
Link copied to clipboard
onCancel
Link copied to clipboard
onTimeout
Link copied to clipboard