public class DoneableContainerState extends ContainerStateFluentImpl<DoneableContainerState> implements Doneable<ContainerState>
| Constructor and Description |
|---|
DoneableContainerState(ContainerState item) |
DoneableContainerState(ContainerState item,
io.fabric8.docker.api.builder.Function<ContainerState,ContainerState> function) |
DoneableContainerState(io.fabric8.docker.api.builder.Function<ContainerState,ContainerState> function) |
| Modifier and Type | Method and Description |
|---|---|
ContainerState |
done() |
equals, getError, getExitCode, getFinishedAt, getPid, getStartedAt, getStatus, hasDead, hasError, hasExitCode, hasFinishedAt, hasOOMKilled, hasPaused, hasPid, hasRestarting, hasRunning, hasStartedAt, hasStatus, isDead, isOOMKilled, isPaused, isRestarting, isRunning, withDead, withError, withExitCode, withFinishedAt, withOOMKilled, withPaused, withPid, withRestarting, withRunning, withStartedAt, withStatuspublic DoneableContainerState(io.fabric8.docker.api.builder.Function<ContainerState,ContainerState> function)
public DoneableContainerState(ContainerState item, io.fabric8.docker.api.builder.Function<ContainerState,ContainerState> function)
public DoneableContainerState(ContainerState item)
public ContainerState done()
done in interface Doneable<ContainerState>Copyright © 2015–2017 Red Hat. All rights reserved.