Package org.wildfly.channel
Class Channel
java.lang.Object
org.wildfly.channel.Channel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for channel classstatic enumStrategies for resolving artifact versions if it is not listed in streams. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChannel()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. -
Method Summary
-
Field Details
-
CLASSIFIER
- See Also:
-
EXTENSION
- See Also:
-
-
Constructor Details
-
Channel
public Channel() -
Channel
public 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. -
Channel
public Channel(String schemaVersion, String name, String description, Vendor vendor, List<Repository> repositories, ChannelManifestCoordinate manifestCoordinate, BlocklistCoordinate blocklistCoordinate, Channel.NoStreamStrategy noStreamStrategy)
-
-
Method Details