Uses of Class
org.wildfly.prospero.api.ChannelChange
Packages that use ChannelChange
-
Uses of ChannelChange in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return ChannelChangeModifier and TypeMethodDescriptionstatic ChannelChangeChannelChange.added(org.wildfly.channel.Channel current) static ChannelChangeChannelChange.modified(org.wildfly.channel.Channel old, org.wildfly.channel.Channel current) static ChannelChangeChannelChange.removed(org.wildfly.channel.Channel old) Methods in org.wildfly.prospero.api that return types with arguments of type ChannelChange -
Uses of ChannelChange in org.wildfly.prospero.installation.git
Methods in org.wildfly.prospero.installation.git that return types with arguments of type ChannelChangeModifier and TypeMethodDescriptionGitStorage.getChannelChanges(SavedState savedState) GitStorage.getChannelChangesSince(SavedState savedState)