public class ExecutableStage
extends java.lang.Object
implements io.flamingock.internal.common.core.pipeline.StageDescriptor
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<? extends ExecutableTask> |
tasks |
| Constructor and Description |
|---|
ExecutableStage(java.lang.String name,
java.util.List<? extends ExecutableTask> tasks) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<io.flamingock.internal.common.core.task.TaskDescriptor> |
getLoadedTasks() |
java.lang.String |
getName() |
java.util.List<? extends ExecutableTask> |
getTasks() |
boolean |
isExecutionRequired() |
protected final java.util.List<? extends ExecutableTask> tasks
public ExecutableStage(java.lang.String name,
java.util.List<? extends ExecutableTask> tasks)
public java.lang.String getName()
getName in interface io.flamingock.internal.common.core.pipeline.StageDescriptorpublic java.util.Collection<io.flamingock.internal.common.core.task.TaskDescriptor> getLoadedTasks()
getLoadedTasks in interface io.flamingock.internal.common.core.pipeline.StageDescriptorpublic java.util.List<? extends ExecutableTask> getTasks()
public boolean isExecutionRequired()