public interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToTags(Collection<String> items) |
A |
addToTags(int index,
String item) |
A |
addToTags(String... items) |
String |
getComment() |
Long |
getCreated() |
String |
getCreatedBy() |
String |
getFirstTag() |
String |
getId() |
String |
getLastTag() |
String |
getMatchingTag(io.fabric8.docker.api.builder.Predicate<String> predicate) |
Long |
getSize() |
String |
getTag(int index) |
List<String> |
getTags() |
Boolean |
hasComment() |
Boolean |
hasCreated() |
Boolean |
hasCreatedBy() |
Boolean |
hasId() |
Boolean |
hasSize() |
Boolean |
hasTags() |
A |
removeAllFromTags(Collection<String> items) |
A |
removeFromTags(String... items) |
A |
setToTags(int index,
String item) |
A |
withComment(String Comment) |
A |
withCreated(Long Created) |
A |
withCreatedBy(String CreatedBy) |
A |
withId(String Id) |
A |
withSize(Long Size) |
A |
withTags(List<String> Tags) |
A |
withTags(String... Tags) |
String getComment()
Boolean hasComment()
Long getCreated()
Boolean hasCreated()
String getCreatedBy()
Boolean hasCreatedBy()
String getId()
Boolean hasId()
Long getSize()
Boolean hasSize()
A addAllToTags(Collection<String> items)
A removeAllFromTags(Collection<String> items)
String getTag(int index)
String getFirstTag()
String getLastTag()
Boolean hasTags()
Copyright © 2015–2017 Red Hat. All rights reserved.