Skip navigation links
A C E F G I N R S T V 

A

Apply - Annotation Type in io.flamingock.api.annotations
Marks the method that applies a change to the target system.

C

Change - Annotation Type in io.flamingock.api.annotations
Marks a class as a change that encapsulates a system evolution operation.

E

EnableFlamingock - Annotation Type in io.flamingock.api.annotations
Core annotation for configuring Flamingock pipeline execution.
ExternalSystem - Interface in io.flamingock.api.external
 

F

FlamingockCliBuilder - Annotation Type in io.flamingock.api.annotations
Marks a static method that provides a configured Flamingock builder for CLI execution.
FlamingockConstructor - Annotation Type in io.flamingock.api.annotations
 
from(String) - Static method in enum io.flamingock.api.StageType
 

G

getId() - Method in interface io.flamingock.api.external.ExternalSystem
 

I

io.flamingock.api - package io.flamingock.api
 
io.flamingock.api.annotations - package io.flamingock.api.annotations
 
io.flamingock.api.external - package io.flamingock.api.external
 
isAlwaysRetry() - Method in enum io.flamingock.api.RecoveryStrategy
Checks if this strategy allows automatic retries.

N

NonLockGuarded - Annotation Type in io.flamingock.api.annotations
 
NonLockGuardedType - Enum in io.flamingock.api
 
Nullable - Annotation Type in io.flamingock.api.annotations
 

R

Recovery - Annotation Type in io.flamingock.api.annotations
Configures the recovery behavior for a change when execution fails.
RecoveryStrategy - Enum in io.flamingock.api
Defines how Flamingock handles change execution failures.
Rollback - Annotation Type in io.flamingock.api.annotations
Marks the method that rolls back a change in case of failure or manual reversion.

S

Stage - Annotation Type in io.flamingock.api.annotations
 
StageType - Enum in io.flamingock.api
 

T

TargetSystem - Annotation Type in io.flamingock.api.annotations
Associates a change class with a specific target system or subsystem.
TargetSystem - Interface in io.flamingock.api.external
 

V

valueOf(String) - Static method in enum io.flamingock.api.NonLockGuardedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.flamingock.api.RecoveryStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.flamingock.api.StageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.flamingock.api.NonLockGuardedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.flamingock.api.RecoveryStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.flamingock.api.StageType
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G I N R S T V 
Skip navigation links