Uses of Class
org.eclipse.aether.deployment.DeployResult
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types supporting the publishing of artifacts to a remote repository.
The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
-
Uses of DeployResult in org.eclipse.aether
Modifier and TypeMethodDescriptionRepositorySystem.deploy
(RepositorySystemSession session, DeployRequest request) Uploads a collection of artifacts and their accompanying metadata to a remote repository. -
Uses of DeployResult in org.eclipse.aether.deployment
Modifier and TypeMethodDescriptionDeployResult.addArtifact
(Artifact artifact) Adds the specified artifacts to the result.DeployResult.addMetadata
(Metadata metadata) Adds the specified metadata to this result.DeployResult.setArtifacts
(Collection<Artifact> artifacts) Sets the artifacts that got deployed.DeployResult.setMetadata
(Collection<Metadata> metadata) Sets the metadata that got deployed. -
Uses of DeployResult in org.eclipse.aether.impl
Modifier and TypeMethodDescriptionDeployer.deploy
(RepositorySystemSession session, DeployRequest request) Uploads a collection of artifacts and their accompanying metadata to a remote repository. -
Uses of DeployResult in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultDeployer.deploy
(RepositorySystemSession session, DeployRequest request) DefaultRepositorySystem.deploy
(RepositorySystemSession session, DeployRequest request)