Uses of Class
io.fabric8.openshift.api.model.operatorhub.manifests.PackageChannel
-
Packages that use PackageChannel Package Description io.fabric8.openshift.api.model.operatorhub.manifests -
-
Uses of PackageChannel in io.fabric8.openshift.api.model.operatorhub.manifests
Methods in io.fabric8.openshift.api.model.operatorhub.manifests that return PackageChannel Modifier and Type Method Description PackageChannelPackageChannelBuilder. build()PackageChannelPackageManifestFluent. buildChannel(int index)PackageChannelPackageManifestFluentImpl. buildChannel(int index)PackageChannelPackageManifestFluent. buildFirstChannel()PackageChannelPackageManifestFluentImpl. buildFirstChannel()PackageChannelPackageManifestFluent. buildLastChannel()PackageChannelPackageManifestFluentImpl. buildLastChannel()PackageChannelPackageManifestFluent. buildMatchingChannel(Predicate<PackageChannelBuilder> predicate)PackageChannelPackageManifestFluentImpl. buildMatchingChannel(Predicate<PackageChannelBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.manifests that return types with arguments of type PackageChannel Modifier and Type Method Description List<PackageChannel>PackageManifestFluent. buildChannels()List<PackageChannel>PackageManifestFluentImpl. buildChannels()List<PackageChannel>PackageManifest. getChannels()List<PackageChannel>PackageManifestFluent. getChannels()Deprecated.List<PackageChannel>PackageManifestFluentImpl. getChannels()Deprecated.Methods in io.fabric8.openshift.api.model.operatorhub.manifests with parameters of type PackageChannel Modifier and Type Method Description PackageManifestFluent.ChannelsNested<A>PackageManifestFluent. addNewChannelLike(PackageChannel item)PackageManifestFluent.ChannelsNested<A>PackageManifestFluentImpl. addNewChannelLike(PackageChannel item)APackageManifestFluent. addToChannels(int index, PackageChannel item)APackageManifestFluent. addToChannels(PackageChannel... items)APackageManifestFluentImpl. addToChannels(int index, PackageChannel item)APackageManifestFluentImpl. addToChannels(PackageChannel... items)APackageManifestFluent. removeFromChannels(PackageChannel... items)APackageManifestFluentImpl. removeFromChannels(PackageChannel... items)PackageManifestFluent.ChannelsNested<A>PackageManifestFluent. setNewChannelLike(int index, PackageChannel item)PackageManifestFluent.ChannelsNested<A>PackageManifestFluentImpl. setNewChannelLike(int index, PackageChannel item)APackageManifestFluent. setToChannels(int index, PackageChannel item)APackageManifestFluentImpl. setToChannels(int index, PackageChannel item)APackageManifestFluent. withChannels(PackageChannel... channels)APackageManifestFluentImpl. withChannels(PackageChannel... channels)Method parameters in io.fabric8.openshift.api.model.operatorhub.manifests with type arguments of type PackageChannel Modifier and Type Method Description APackageManifestFluent. addAllToChannels(Collection<PackageChannel> items)APackageManifestFluentImpl. addAllToChannels(Collection<PackageChannel> items)APackageManifestFluent. removeAllFromChannels(Collection<PackageChannel> items)APackageManifestFluentImpl. removeAllFromChannels(Collection<PackageChannel> items)voidPackageManifest. setChannels(List<PackageChannel> channels)APackageManifestFluent. withChannels(List<PackageChannel> channels)APackageManifestFluentImpl. withChannels(List<PackageChannel> channels)Constructors in io.fabric8.openshift.api.model.operatorhub.manifests with parameters of type PackageChannel Constructor Description PackageChannelBuilder(PackageChannel instance)PackageChannelBuilder(PackageChannelFluent<?> fluent, PackageChannel instance)PackageChannelBuilder(PackageChannelFluent<?> fluent, PackageChannel instance, Boolean validationEnabled)PackageChannelBuilder(PackageChannel instance, Boolean validationEnabled)PackageChannelFluentImpl(PackageChannel instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.manifests with type arguments of type PackageChannel Constructor Description PackageManifest(List<PackageChannel> channels, String defaultChannel, String packageName)
-