Uses of Class
org.eclipse.aether.deployment.DeployRequest
Packages that use 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
Methods in org.eclipse.aether with parameters of type DeployRequestModifier 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
Methods in org.eclipse.aether.deployment that return DeployRequestModifier 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.Constructors in org.eclipse.aether.deployment with parameters of type DeployRequestModifierConstructorDescriptionDeployResult
(DeployRequest request) Creates a new result for the specified request. -
Uses of DeployRequest in org.eclipse.aether.generator.gnupg
Methods in org.eclipse.aether.generator.gnupg with parameters of type DeployRequestModifier and TypeMethodDescriptionGnupgSignatureArtifactGeneratorFactory.newInstance
(RepositorySystemSession session, DeployRequest request) -
Uses of DeployRequest in org.eclipse.aether.generator.sigstore
Methods in org.eclipse.aether.generator.sigstore with parameters of type DeployRequestModifier and TypeMethodDescriptionSigstoreSignatureArtifactGeneratorFactory.newInstance
(RepositorySystemSession session, DeployRequest request) -
Uses of DeployRequest in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl with parameters of type DeployRequestModifier 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
Methods in org.eclipse.aether.internal.impl with parameters of type DeployRequestModifier and TypeMethodDescriptionDefaultDeployer.deploy
(RepositorySystemSession session, DeployRequest request) DefaultRepositorySystem.deploy
(RepositorySystemSession session, DeployRequest request) static List
<? extends ArtifactGenerator> Utils.getArtifactGenerators
(RepositorySystemSession session, Map<String, ArtifactGeneratorFactory> artifactFactories, DeployRequest request) static List
<? extends MetadataGenerator> Utils.getMetadataGenerators
(RepositorySystemSession session, Map<String, MetadataGeneratorFactory> metadataFactories, DeployRequest request) -
Uses of DeployRequest in org.eclipse.aether.spi.artifact.generator
Methods in org.eclipse.aether.spi.artifact.generator with parameters of type DeployRequestModifier and TypeMethodDescriptionArtifactGeneratorFactory.newInstance
(RepositorySystemSession session, DeployRequest request) Creates a new artifact generator for the specified deploy request. -
Uses of DeployRequest in org.eclipse.aether.spi.artifact.transformer
Methods in org.eclipse.aether.spi.artifact.transformer that return DeployRequestModifier and TypeMethodDescriptiondefault DeployRequest
ArtifactTransformer.transformDeployArtifacts
(RepositorySystemSession session, DeployRequest request) Transform deploy artifacts.Methods in org.eclipse.aether.spi.artifact.transformer with parameters of type DeployRequestModifier and TypeMethodDescriptiondefault DeployRequest
ArtifactTransformer.transformDeployArtifacts
(RepositorySystemSession session, DeployRequest request) Transform deploy artifacts.