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 Aether
build()
AetherBuilder
setCredentials(Function<Repository,org.eclipse.aether.repository.Authentication> credentials)
AetherBuilder
setRepositoryLogger(PrintStream console)
AetherBuilder
setTransferLogger(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)
-
-