Uses of Class
org.wildfly.prospero.api.ChannelChange
-
Packages that use ChannelChange Package Description org.wildfly.prospero.api org.wildfly.prospero.installation.git -
-
Uses of ChannelChange in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return ChannelChange Modifier and Type Method Description static 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 Modifier and Type Method Description List<ChannelChange>InstallationChanges. getChannelChanges() -
Uses of ChannelChange in org.wildfly.prospero.installation.git
Methods in org.wildfly.prospero.installation.git that return types with arguments of type ChannelChange Modifier and Type Method Description List<ChannelChange>GitStorage. getChannelChanges(SavedState savedState)List<ChannelChange>GitStorage. getChannelChangesSince(SavedState savedState)
-