| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableTagEventCondition |
| Modifier and Type | Method and Description |
|---|---|
TagEventCondition |
DoneableTagEventCondition.done() |
| Modifier and Type | Method and Description |
|---|---|
List<TagEventCondition> |
NamedTagEventListFluent.getConditions() |
List<TagEventCondition> |
NamedTagEventListFluentImpl.getConditions() |
List<TagEventCondition> |
NamedTagEventList.getConditions()
the set of conditions that apply to this tag
|
| Modifier and Type | Method and Description |
|---|---|
NamedTagEventListFluent.ConditionsNested<T> |
NamedTagEventListFluent.addNewConditionLike(TagEventCondition item) |
NamedTagEventListFluent.ConditionsNested<T> |
NamedTagEventListFluentImpl.addNewConditionLike(TagEventCondition item) |
T |
NamedTagEventListFluent.addToConditions(TagEventCondition... items) |
T |
NamedTagEventListFluentImpl.addToConditions(TagEventCondition... items) |
T |
NamedTagEventListFluent.removeFromConditions(TagEventCondition... items) |
T |
NamedTagEventListFluentImpl.removeFromConditions(TagEventCondition... items) |
T |
NamedTagEventListFluent.withConditions(TagEventCondition... conditions) |
T |
NamedTagEventListFluentImpl.withConditions(TagEventCondition... conditions) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamedTagEventList.setConditions(List<TagEventCondition> conditions)
the set of conditions that apply to this tag
|
T |
NamedTagEventListFluent.withConditions(List<TagEventCondition> conditions) |
T |
NamedTagEventListFluentImpl.withConditions(List<TagEventCondition> conditions) |
| Constructor and Description |
|---|
DoneableTagEventCondition(TagEventCondition item,
Visitor<TagEventCondition> visitor) |
TagEventConditionBuilder(TagEventCondition instance) |
TagEventConditionBuilder(TagEventConditionFluent<?> fluent,
TagEventCondition instance) |
TagEventConditionFluentImpl(TagEventCondition instance) |
| Constructor and Description |
|---|
DoneableTagEventCondition(TagEventCondition item,
Visitor<TagEventCondition> visitor) |
DoneableTagEventCondition(Visitor<TagEventCondition> visitor) |
EditableNamedTagEventList(List<TagEventCondition> conditions,
List<TagEvent> items,
String tag) |
NamedTagEventList(List<TagEventCondition> conditions,
List<TagEvent> items,
String tag) |
Copyright © 2011–2016 Red Hat. All rights reserved.