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, Boolean gpgCheck, List<String> gpgUrls) 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.- See Also:
-
Channel
public Channel(String schemaVersion, String name, String description, Vendor vendor, List<Repository> repositories, ChannelManifestCoordinate manifestCoordinate, BlocklistCoordinate blocklistCoordinate, Channel.NoStreamStrategy noStreamStrategy, Boolean gpgCheck, List<String> gpgUrls)
-
-
Method Details
-
getSchemaVersion
-
getName
-
getDescription
-
getVendor
-
getRepositories
-
getBlocklistCoordinate
-
getManifestCoordinate
-
getNoStreamStrategy
-
isGpgCheck
public boolean isGpgCheck() -
getGpgUrls
-
toString
-
equals
-
hashCode
-