Uses of Class
org.eclipse.aether.deployment.DeployRequest
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 DeployRequest 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 DeployRequest in org.eclipse.aether.deployment
Modifier and TypeMethodDescriptionDeployRequest.addArtifact
(Artifact artifact) Adds the specified artifacts for deployment.DeployRequest.addMetadata
(Metadata metadata) Adds the specified metadata for deployment.DeployResult.getRequest()
Gets the deploy request that was made.DeployRequest.setArtifacts
(Collection<Artifact> artifacts) Sets the artifacts to deploy.DeployRequest.setMetadata
(Collection<Metadata> metadata) Sets the metadata to deploy.DeployRequest.setRepository
(RemoteRepository repository) Sets the repository to deploy to.DeployRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.ModifierConstructorDescriptionDeployResult
(DeployRequest request) Creates a new result for the specified request. -
Uses of DeployRequest 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.MetadataGeneratorFactory.newInstance
(RepositorySystemSession session, DeployRequest request) Creates a new metadata generator for the specified deploy request. -
Uses of DeployRequest in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultDeployer.deploy
(RepositorySystemSession session, DeployRequest request) DefaultRepositorySystem.deploy
(RepositorySystemSession session, DeployRequest request)