public static class RemoteRepository.RemoteRepositoryBuilder extends Object
RemoteRepository instances| Constructor and Description |
|---|
RemoteRepositoryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RemoteRepository |
build()
Builds the
MavenConfiguration object. |
RemoteRepository.RemoteRepositoryBuilder |
withAuthentication(Authentication authentication) |
RemoteRepository.RemoteRepositoryBuilder |
withId(String id) |
RemoteRepository.RemoteRepositoryBuilder |
withUrl(URL url) |
public RemoteRepository.RemoteRepositoryBuilder withId(String id)
id - the repository ID, unique and case-sensitive.public RemoteRepository.RemoteRepositoryBuilder withUrl(URL url)
url - the URL to access the remote repositorypublic RemoteRepository.RemoteRepositoryBuilder withAuthentication(Authentication authentication)
authentication - authentication credentials to access the remote repositorypublic RemoteRepository build()
MavenConfiguration object.MavenConfiguration with the value sets.Copyright © 2017 MuleSoft, Inc.. All rights reserved.