| Modifier and Type | Method and Description |
|---|---|
ContainerState |
ContainerPropertiesInstanceView.currentState()
Get the currentState value.
|
ContainerState |
ContainerPropertiesInstanceView.previousState()
Get the previousState value.
|
ContainerState |
ContainerState.withDetailStatus(String detailStatus)
Set the detailStatus value.
|
ContainerState |
ContainerState.withExitCode(Integer exitCode)
Set the exitCode value.
|
ContainerState |
ContainerState.withFinishTime(org.joda.time.DateTime finishTime)
Set the finishTime value.
|
ContainerState |
ContainerState.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
ContainerState |
ContainerState.withState(String state)
Set the state value.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerPropertiesInstanceView |
ContainerPropertiesInstanceView.withCurrentState(ContainerState currentState)
Set the currentState value.
|
ContainerPropertiesInstanceView |
ContainerPropertiesInstanceView.withPreviousState(ContainerState previousState)
Set the previousState value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/