Uses of Class
org.eclipse.aether.deployment.DeployRequest
-
Packages that use DeployRequest Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.deployment The types supporting the publishing of artifacts to a remote repository. -
-
Uses of DeployRequest in org.eclipse.aether
Methods in org.eclipse.aether with parameters of type DeployRequest Modifier and Type Method Description DeployResultRepositorySystem. 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 DeployRequest Modifier and Type Method Description DeployRequestDeployRequest. addArtifact(Artifact artifact)Adds the specified artifacts for deployment.DeployRequestDeployRequest. addMetadata(Metadata metadata)Adds the specified metadata for deployment.DeployRequestDeployResult. getRequest()Gets the deploy request that was made.DeployRequestDeployRequest. setArtifacts(Collection<Artifact> artifacts)Sets the artifacts to deploy.DeployRequestDeployRequest. setMetadata(Collection<Metadata> metadata)Sets the metadata to deploy.DeployRequestDeployRequest. setRepository(RemoteRepository repository)Sets the repository to deploy to.DeployRequestDeployRequest. 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 DeployRequest Constructor Description DeployResult(DeployRequest request)Creates a new result for the specified request.
-