public interface BuildStatusFluent<T extends BuildStatusFluent<T>> extends Fluent<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
BuildStatusFluent.ConfigNested<N> |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(String key,
Object value) |
BuildStatusFluent.ConfigNested<T> |
editConfig() |
Map<String,Object> |
getAdditionalProperties() |
String |
getCompletionTimestamp() |
ObjectReference |
getConfig() |
Long |
getDuration() |
String |
getMessage() |
String |
getPhase() |
String |
getStartTimestamp() |
Boolean |
isCancelled() |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withCancelled(Boolean cancelled) |
T |
withCompletionTimestamp(String completionTimestamp) |
T |
withConfig(ObjectReference config) |
T |
withDuration(Long duration) |
T |
withMessage(String message) |
BuildStatusFluent.ConfigNested<T> |
withNewConfig() |
BuildStatusFluent.ConfigNested<T> |
withNewConfigLike(ObjectReference item) |
T |
withPhase(String phase) |
T |
withStartTimestamp(String startTimestamp) |
Boolean isCancelled()
String getCompletionTimestamp()
ObjectReference getConfig()
T withConfig(ObjectReference config)
BuildStatusFluent.ConfigNested<T> withNewConfig()
BuildStatusFluent.ConfigNested<T> withNewConfigLike(ObjectReference item)
BuildStatusFluent.ConfigNested<T> editConfig()
Long getDuration()
String getMessage()
String getPhase()
String getStartTimestamp()
Copyright © 2011–2015 Red Hat. All rights reserved.