Uses of Class
org.wildfly.channel.ChannelManifestCoordinate
-
Packages that use ChannelManifestCoordinate Package Description org.wildfly.channel -
-
Uses of ChannelManifestCoordinate in org.wildfly.channel
Methods in org.wildfly.channel that return ChannelManifestCoordinate Modifier and Type Method Description static ChannelManifestCoordinateChannelManifestCoordinate. create(String url, MavenCoordinate gav)ChannelManifestCoordinateChannel. getManifestCoordinate()Methods in org.wildfly.channel with parameters of type ChannelManifestCoordinate Modifier and Type Method Description Channel.BuilderChannel.Builder. setManifestCoordinate(ChannelManifestCoordinate coordinate)Constructors in org.wildfly.channel with parameters of type ChannelManifestCoordinate Constructor Description Channel(String schemaVersion, String name, String description, Vendor vendor, List<Repository> repositories, ChannelManifestCoordinate manifestCoordinate, BlocklistCoordinate blocklistCoordinate, Channel.NoStreamStrategy noStreamStrategy)Channel(String name, String description, Vendor vendor, List<Repository> repositories, ChannelManifestCoordinate manifestCoordinate, BlocklistCoordinate blocklistCoordinate, Channel.NoStreamStrategy noStreamStrategy)Representation of a Channel resource using the current schema version.
-