| Modifier and Type | Method and Description |
|---|---|
ContainerState |
ContainerPropertiesInstanceView.currentState()
Get current container instance state.
|
ContainerState |
ContainerPropertiesInstanceView.previousState()
Get previous container instance state.
|
ContainerState |
ContainerState.withDetailStatus(String detailStatus)
Set the human-readable status of the container instance state.
|
ContainerState |
ContainerState.withExitCode(Integer exitCode)
Set the container instance exit codes correspond to those from the `docker run` command.
|
ContainerState |
ContainerState.withFinishTime(org.joda.time.DateTime finishTime)
Set the date-time when the container instance state finished.
|
ContainerState |
ContainerState.withStartTime(org.joda.time.DateTime startTime)
Set the date-time when the container instance state started.
|
ContainerState |
ContainerState.withState(String state)
Set the state of the container instance.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/