All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToConditions(Collection<ChaosCondition> items) |
BlockChaosStatusFluent.ConditionsNested<A> |
addNewCondition() |
A |
addNewCondition(String reason,
String status,
String type) |
BlockChaosStatusFluent.ConditionsNested<A> |
addNewConditionLike(ChaosCondition item) |
A |
addToConditions(ChaosCondition... items) |
A |
addToConditions(int index,
ChaosCondition item) |
A |
addToIds(Map<String,Integer> map) |
A |
addToIds(String key,
Integer value) |
ChaosCondition |
buildCondition(int index) |
List<ChaosCondition> |
buildConditions() |
ExperimentStatus |
buildExperiment() |
ChaosCondition |
buildFirstCondition() |
ChaosCondition |
buildLastCondition() |
ChaosCondition |
buildMatchingCondition(Predicate<ChaosConditionBuilder> predicate) |
protected void |
copyInstance(BlockChaosStatus instance) |
BlockChaosStatusFluent.ConditionsNested<A> |
editCondition(int index) |
BlockChaosStatusFluent.ExperimentNested<A> |
editExperiment() |
BlockChaosStatusFluent.ConditionsNested<A> |
editFirstCondition() |
BlockChaosStatusFluent.ConditionsNested<A> |
editLastCondition() |
BlockChaosStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<ChaosConditionBuilder> predicate) |
BlockChaosStatusFluent.ExperimentNested<A> |
editOrNewExperiment() |
BlockChaosStatusFluent.ExperimentNested<A> |
editOrNewExperimentLike(ExperimentStatus item) |
boolean |
equals(Object o) |
Map<String,Integer> |
getIds() |
boolean |
hasConditions() |
boolean |
hasExperiment() |
int |
hashCode() |
boolean |
hasIds() |
boolean |
hasMatchingCondition(Predicate<ChaosConditionBuilder> predicate) |
A |
removeAllFromConditions(Collection<ChaosCondition> items) |
A |
removeFromConditions(ChaosCondition... items) |
A |
removeFromIds(Map<String,Integer> map) |
A |
removeFromIds(String key) |
A |
removeMatchingFromConditions(Predicate<ChaosConditionBuilder> predicate) |
BlockChaosStatusFluent.ConditionsNested<A> |
setNewConditionLike(int index,
ChaosCondition item) |
A |
setToConditions(int index,
ChaosCondition item) |
String |
toString() |
A |
withConditions(ChaosCondition... conditions) |
A |
withConditions(List<ChaosCondition> conditions) |
A |
withExperiment(ExperimentStatus experiment) |
<K,V> A |
withIds(Map<String,Integer> ids) |
BlockChaosStatusFluent.ExperimentNested<A> |
withNewExperiment() |
BlockChaosStatusFluent.ExperimentNested<A> |
withNewExperimentLike(ExperimentStatus item) |