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