Class Channel.Builder
java.lang.Object
org.wildfly.channel.Channel.Builder
- Enclosing class:
Channel
Builder for channel class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRepository(String repoId, String url) build()setBlocklist(String groupId, String artifactId, String version) setBlocklistCoordinate(BlocklistCoordinate blocklistCoordinate) setDescription(String description) setGpgCheck(boolean gpgCheck) setManifestCoordinate(String groupId, String artifactId) setManifestCoordinate(String groupId, String artifactId, String version) setManifestCoordinate(ChannelManifestCoordinate coordinate) setManifestUrl(URL url) setRepositories(List<Repository> repositories) setResolveStrategy(Channel.NoStreamStrategy strategy)
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
build
-
setName
-
setDescription
-
setRepositories
-
setVendor
-
addRepository
-
setManifestCoordinate
-
setManifestCoordinate
-
setManifestUrl
-
setManifestCoordinate
-
setBlocklist
-
setBlocklistCoordinate
-
setResolveStrategy
-
setGpgCheck
-
addGpgUrl
-