@Generated(value="org.jsonschema2pojo") public class BuildStatus extends Object
| Constructor and Description |
|---|
BuildStatus()
No args constructor for use in serialization
|
BuildStatus(Boolean cancelled,
String completionTimestamp,
ObjectReference config,
Long duration,
String message,
String outputDockerImageReference,
String phase,
String reason,
String startTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getCancelled()
describes if a cancel event was triggered for the build
|
String |
getCompletionTimestamp()
server time when the pod running this build stopped running
|
ObjectReference |
getConfig() |
Long |
getDuration()
amount of time the build has been running
|
String |
getMessage()
human-readable message indicating details about why the build has this status
|
String |
getOutputDockerImageReference()
reference to the Docker image built by this build
|
String |
getPhase()
observed point in the build lifecycle
|
String |
getReason()
brief CamelCase string describing a failure
|
String |
getStartTimestamp()
server time when this build started running in a pod
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setCancelled(Boolean cancelled)
describes if a cancel event was triggered for the build
|
void |
setCompletionTimestamp(String completionTimestamp)
server time when the pod running this build stopped running
|
void |
setConfig(ObjectReference config) |
void |
setDuration(Long duration)
amount of time the build has been running
|
void |
setMessage(String message)
human-readable message indicating details about why the build has this status
|
void |
setOutputDockerImageReference(String outputDockerImageReference)
reference to the Docker image built by this build
|
void |
setPhase(String phase)
observed point in the build lifecycle
|
void |
setReason(String reason)
brief CamelCase string describing a failure
|
void |
setStartTimestamp(String startTimestamp)
server time when this build started running in a pod
|
public BuildStatus()
public BuildStatus(Boolean cancelled, String completionTimestamp, ObjectReference config, Long duration, String message, String outputDockerImageReference, String phase, String reason, String startTimestamp)
duration - phase - reason - completionTimestamp - cancelled - message - config - outputDockerImageReference - startTimestamp - public Boolean getCancelled()
public void setCancelled(Boolean cancelled)
cancelled - The cancelledpublic String getCompletionTimestamp()
public void setCompletionTimestamp(String completionTimestamp)
completionTimestamp - The completionTimestamppublic ObjectReference getConfig()
public void setConfig(ObjectReference config)
config - The configpublic Long getDuration()
public void setDuration(Long duration)
duration - The durationpublic String getMessage()
public void setMessage(String message)
message - The messagepublic String getOutputDockerImageReference()
public void setOutputDockerImageReference(String outputDockerImageReference)
outputDockerImageReference - The outputDockerImageReferencepublic String getPhase()
public void setPhase(String phase)
phase - The phasepublic String getReason()
public void setReason(String reason)
reason - The reasonpublic String getStartTimestamp()
public void setStartTimestamp(String startTimestamp)
startTimestamp - The startTimestampCopyright © 2011–2016 Red Hat. All rights reserved.