Class AetherBuilder
- java.lang.Object
 - 
- org.jvnet.hudson.plugins.repositoryconnector.aether.AetherBuilder
 
 
- 
public class AetherBuilder extends Object
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Aetherbuild()AetherBuildersetCredentials(Function<Repository,org.eclipse.aether.repository.Authentication> credentials)AetherBuildersetRepositoryLogger(PrintStream console)AetherBuildersetTransferLogger(PrintStream console) 
 - 
 
- 
- 
Method Detail
- 
build
public Aether build()
 
- 
setCredentials
public AetherBuilder setCredentials(Function<Repository,org.eclipse.aether.repository.Authentication> credentials)
 
- 
setRepositoryLogger
public AetherBuilder setRepositoryLogger(PrintStream console)
 
- 
setTransferLogger
public AetherBuilder setTransferLogger(PrintStream console)
 
 - 
 
 -