A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
R
- REDIRECT - enum entry in com.netflix.spinnaker.orca.api.pipeline.models.ExecutionStatus
The step completed but is indicating that a decision path should be followed, not the default path.
- resolveStrategyParams() - function in com.netflix.spinnaker.orca.api.pipeline.models.StageExecution
- RetryableTask - class in com.netflix.spinnaker.orca.api.pipeline
- A retryable task defines its backoff period (the period between delays) and its timeout (the total period of the task)
- run(OperationsInput) - function in com.netflix.spinnaker.orca.api.operations.OperationsRunner
- Run one or more operations.
- RUNNING - enum entry in com.netflix.spinnaker.orca.api.pipeline.models.ExecutionStatus
The task is still running and the
{@code Task}may be re-executed in order to continue.