Uses of Class
io.fabric8.openshift.api.model.config.v1.Build
-
Packages that use Build Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Build in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Build Modifier and Type Method Description BuildBuildBuilder. build()BuildBuildListFluent. buildFirstItem()BuildBuildListFluent. buildItem(int index)BuildBuildListFluent. buildLastItem()BuildBuildListFluent. buildMatchingItem(Predicate<BuildBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type Build Modifier and Type Method Description List<Build>BuildListFluent. buildItems()List<Build>BuildList. getItems()Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type Build Modifier and Type Method Description BuildListFluent.ItemsNested<A>BuildListFluent. addNewItemLike(Build item)ABuildListFluent. addToItems(int index, Build item)ABuildListFluent. addToItems(Build... items)protected voidBuildFluent. copyInstance(Build instance)ABuildListFluent. removeFromItems(Build... items)BuildListFluent.ItemsNested<A>BuildListFluent. setNewItemLike(int index, Build item)ABuildListFluent. setToItems(int index, Build item)ABuildListFluent. withItems(Build... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Build Modifier and Type Method Description ABuildListFluent. addAllToItems(Collection<Build> items)ABuildListFluent. removeAllFromItems(Collection<Build> items)voidBuildList. setItems(List<Build> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).ABuildListFluent. withItems(List<Build> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Build Constructor Description BuildBuilder(Build instance)BuildBuilder(BuildFluent<?> fluent, Build instance)BuildFluent(Build instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Build Constructor Description BuildList(String apiVersion, List<Build> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-