public interface GizmoDockerStack extends org.opennms.gizmo.GizmoStack<GizmoDockerStack,GizmoDockerStacker>
| 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<Consumer<GizmoDockerStacker>> |
getWaitingRules() |
Map<String,Function<GizmoDockerStacker,com.spotify.docker.client.messages.ContainerConfig>> getContainersByAlias()
List<Consumer<GizmoDockerStacker>> getWaitingRules()
getWaitingRules in interface org.opennms.gizmo.GizmoStack<GizmoDockerStack,GizmoDockerStacker>void beforeStack(GizmoDockerStacker stacker)
void afterStack(GizmoDockerStacker stacker)
Copyright © 2017. All rights reserved.