Uses of Class
org.wildfly.prospero.api.ChannelVersion
Packages that use ChannelVersion
-
Uses of ChannelVersion in org.wildfly.prospero.api
Classes in org.wildfly.prospero.api that implement interfaces with type arguments of type ChannelVersionMethods in org.wildfly.prospero.api that return ChannelVersionModifier and TypeMethodDescriptionChannelVersion.Builder.build()ChannelVersionChange.newVersion()Returns the value of thenewVersionrecord component.ChannelVersionChange.oldVersion()Returns the value of theoldVersionrecord component.Methods in org.wildfly.prospero.api that return types with arguments of type ChannelVersionMethods in org.wildfly.prospero.api with parameters of type ChannelVersionConstructors in org.wildfly.prospero.api with parameters of type ChannelVersionModifierConstructorDescriptionChannelVersionChange(String channelName, ChannelVersion oldVersion, ChannelVersion newVersion) Creates an instance of aChannelVersionChangerecord class. -
Uses of ChannelVersion in org.wildfly.prospero.updates
Methods in org.wildfly.prospero.updates that return ChannelVersionMethods in org.wildfly.prospero.updates that return types with arguments of type ChannelVersionModifier and TypeMethodDescriptionChannelUpdateFinder.findAvailableChannelVersions(org.wildfly.channel.Channel channel) Lists all manifests versions that can be found for the channel.ChannelUpdateFinder.findNewerChannelVersions(org.wildfly.channel.Channel channel, String channelVersion) Lists manifests versions that can be found for the channel and are newer thenchannelVersion.ChannelsUpdateResult.ChannelResult.getAvailableVersions()Constructors in org.wildfly.prospero.updates with parameters of type ChannelVersionModifierConstructorDescriptionChannelResult(String channelName, ChannelVersion currentVersion) Create unsupported channel versions record.ChannelResult(String channelName, ChannelVersion currentVersion, Collection<ChannelVersion> availableVersions) Create channel updates for a versioned channel record.Constructor parameters in org.wildfly.prospero.updates with type arguments of type ChannelVersionModifierConstructorDescriptionChannelResult(String channelName, ChannelVersion currentVersion, Collection<ChannelVersion> availableVersions) Create channel updates for a versioned channel record.