Uses of Class
org.wildfly.channel.Channel.Builder
Packages that use Channel.Builder
-
Uses of Channel.Builder in org.wildfly.channel
Methods in org.wildfly.channel that return Channel.BuilderModifier and TypeMethodDescriptionChannel.Builder.addRepository(String repoId, String url) Channel.Builder.setBlocklist(String groupId, String artifactId, String version) Channel.Builder.setBlocklistCoordinate(BlocklistCoordinate blocklistCoordinate) Channel.Builder.setDescription(String description) Channel.Builder.setGpgCheck(boolean gpgCheck) Channel.Builder.setManifestCoordinate(String groupId, String artifactId) Channel.Builder.setManifestCoordinate(String groupId, String artifactId, String version) Channel.Builder.setManifestCoordinate(ChannelManifestCoordinate coordinate) Channel.Builder.setManifestUrl(URL url) Channel.Builder.setRepositories(List<Repository> repositories) Channel.Builder.setResolveStrategy(Channel.NoStreamStrategy strategy)