| Package | Description | 
|---|---|
| org.eclipse.aether | 
 The primary API of the  
RepositorySystem and its functionality. | 
| org.eclipse.aether.deployment | 
 The types supporting the publishing of artifacts to a remote repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeployResult | 
RepositorySystem.deploy(RepositorySystemSession session,
            DeployRequest request)
Uploads a collection of artifacts and their accompanying metadata to a remote repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeployRequest | 
DeployRequest.addArtifact(Artifact artifact)
Adds the specified artifacts for deployment. 
 | 
DeployRequest | 
DeployRequest.addMetadata(Metadata metadata)
Adds the specified metadata for deployment. 
 | 
DeployRequest | 
DeployResult.getRequest()
Gets the deploy request that was made. 
 | 
DeployRequest | 
DeployRequest.setArtifacts(Collection<Artifact> artifacts)
Sets the artifacts to deploy. 
 | 
DeployRequest | 
DeployRequest.setMetadata(Collection<Metadata> metadata)
Sets the metadata to deploy. 
 | 
DeployRequest | 
DeployRequest.setRepository(RemoteRepository repository)
Sets the repository to deploy to. 
 | 
DeployRequest | 
DeployRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued. 
 | 
| Constructor and Description | 
|---|
DeployResult(DeployRequest request)
Creates a new result for the specified request. 
 | 
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.