public class BuildStatus extends ModelNodeAdapter implements IBuildStatus
| Constructor and Description |
|---|
BuildStatus(org.jboss.dmr.ModelNode node,
Map<String,String[]> propertyKeys) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration()
The duration of the build in nanoseconds
|
DockerImageURI |
getOutputDockerImage() |
String |
getPhase() |
String |
getStartTime() |
getNode, getPropertyKeys, toJson, toJson, toStringpublic String getPhase()
getPhase in interface IBuildStatuspublic String getStartTime()
getStartTime in interface IBuildStatuspublic long getDuration()
IBuildStatusgetDuration in interface IBuildStatuspublic DockerImageURI getOutputDockerImage()
getOutputDockerImage in interface IBuildStatusCopyright © 2020 Red Hat, Inc. All Rights Reserved.