Package com.netflix.spinnaker.orca.api.pipeline
See: Description
-
Interface Summary Interface Description OverridableTimeoutRetryableTask A retryable task whose timeout is taken from the top level stage if that value has been overridden. TaskExecutionInterceptor TaskExecutionInterceptor is a hook point to customize the specific execution of a task. SkippableTask A skippable task can be configured via properties to go directly from NOT_STARTED to SKIPPED. CancellableStage A stage that is capable of being cancelled. Task A discrete unit of work in a pipeline execution that does one thing and one thing only. RetryableTask A retryable task defines its backoff period (the period between delays) and its timeout (the total period of the task) ExecutionPreprocessor ExecutionPreprocessor is a hook point that can modify an Execution upon initial receipt of the configuration. -
Enum Summary Enum Description SyntheticStageOwner Type -
Class Summary Class Description Result TaskResult Represents the state of a TaskExecution . -
Annotation Summary Annotation Description Aliases Allows backwards compatibility of a task's "type", even through class renames / refactors.