public class EmptyDockerStack extends Object implements GizmoDockerStack
| Constructor and Description |
|---|
EmptyDockerStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterStack(GizmoDockerStacker stacker) |
void |
beforeStack(GizmoDockerStacker stacker) |
Map<String,Function<GizmoDockerStacker,com.spotify.docker.client.messages.ContainerConfig>> |
getContainersByAlias() |
List<GizmoDockerStack> |
getDependencies() |
List<Consumer<GizmoDockerStacker>> |
getWaitingRules() |
public List<GizmoDockerStack> getDependencies()
getDependencies in interface org.opennms.gizmo.GizmoStack<GizmoDockerStack,GizmoDockerStacker>public Map<String,Function<GizmoDockerStacker,com.spotify.docker.client.messages.ContainerConfig>> getContainersByAlias()
getContainersByAlias in interface GizmoDockerStackpublic List<Consumer<GizmoDockerStacker>> getWaitingRules()
getWaitingRules in interface GizmoDockerStackgetWaitingRules in interface org.opennms.gizmo.GizmoStack<GizmoDockerStack,GizmoDockerStacker>public void beforeStack(GizmoDockerStacker stacker)
beforeStack in interface GizmoDockerStackpublic void afterStack(GizmoDockerStacker stacker)
afterStack in interface GizmoDockerStackCopyright © 2017. All rights reserved.