public interface Deployer
Modifier and Type | Method and Description |
---|---|
DeployResult |
deploy(RepositorySystemSession session,
DeployRequest request)
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
|
DeployResult deploy(RepositorySystemSession session, DeployRequest request) throws DeploymentException
session
- The repository session, must not be null
.request
- The deployment request, must not be null
.null
.DeploymentException
- If any artifact/metadata from the request could not be deployed.RepositorySystem.deploy(RepositorySystemSession, DeployRequest)
,
MetadataGeneratorFactory.newInstance(RepositorySystemSession, DeployRequest)
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.