Uses of Class
io.fabric8.openshift.api.model.operatorhub.packages.v1.ChannelEntry
-
Packages that use ChannelEntry Package Description io.fabric8.openshift.api.model.operatorhub.packages.v1 -
-
Uses of ChannelEntry in io.fabric8.openshift.api.model.operatorhub.packages.v1
Methods in io.fabric8.openshift.api.model.operatorhub.packages.v1 that return ChannelEntry Modifier and Type Method Description ChannelEntryChannelEntryBuilder. build()ChannelEntryPackageChannelFluent. buildEntry(int index)ChannelEntryPackageChannelFluent. buildFirstEntry()ChannelEntryPackageChannelFluent. buildLastEntry()ChannelEntryPackageChannelFluent. buildMatchingEntry(Predicate<ChannelEntryBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.packages.v1 that return types with arguments of type ChannelEntry Modifier and Type Method Description List<ChannelEntry>PackageChannelFluent. buildEntries()List<ChannelEntry>PackageChannel. getEntries()Entries lists all CSVs in the channel, with their upgrade edges.Methods in io.fabric8.openshift.api.model.operatorhub.packages.v1 with parameters of type ChannelEntry Modifier and Type Method Description PackageChannelFluent.EntriesNested<A>PackageChannelFluent. addNewEntryLike(ChannelEntry item)APackageChannelFluent. addToEntries(int index, ChannelEntry item)APackageChannelFluent. addToEntries(ChannelEntry... items)protected voidChannelEntryFluent. copyInstance(ChannelEntry instance)APackageChannelFluent. removeFromEntries(ChannelEntry... items)PackageChannelFluent.EntriesNested<A>PackageChannelFluent. setNewEntryLike(int index, ChannelEntry item)APackageChannelFluent. setToEntries(int index, ChannelEntry item)APackageChannelFluent. withEntries(ChannelEntry... entries)Method parameters in io.fabric8.openshift.api.model.operatorhub.packages.v1 with type arguments of type ChannelEntry Modifier and Type Method Description APackageChannelFluent. addAllToEntries(Collection<ChannelEntry> items)APackageChannelFluent. removeAllFromEntries(Collection<ChannelEntry> items)voidPackageChannel. setEntries(List<ChannelEntry> entries)Entries lists all CSVs in the channel, with their upgrade edges.APackageChannelFluent. withEntries(List<ChannelEntry> entries)Constructors in io.fabric8.openshift.api.model.operatorhub.packages.v1 with parameters of type ChannelEntry Constructor Description ChannelEntryBuilder(ChannelEntry instance)ChannelEntryBuilder(ChannelEntryFluent<?> fluent, ChannelEntry instance)ChannelEntryFluent(ChannelEntry instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.packages.v1 with type arguments of type ChannelEntry Constructor Description PackageChannel(String currentCSV, CSVDescription currentCSVDesc, Deprecation deprecation, List<ChannelEntry> entries, String name)
-