Class ChannelsUpdateResult
java.lang.Object
org.wildfly.prospero.updates.ChannelsUpdateResult
Collection of possible updates to the channels.
Only Maven-based channels can have a versioned update, thus all other channels are marked as unsupported.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents the possible versions a channel can be updated to.static enum -
Constructor Summary
ConstructorsConstructorDescriptionChannelsUpdateResult(List<ChannelsUpdateResult.ChannelResult> channelResults) ChannelsUpdateResult(ChannelsUpdateResult.ChannelResult... channelResults) -
Method Summary
-
Constructor Details
-
ChannelsUpdateResult
-
ChannelsUpdateResult
-
-
Method Details
-
getUpdatedChannels
-
getUpdatedVersion
-
getUnsupportedChannels
-
hasUpdates
public boolean hasUpdates()
-