Uses of Class
org.eclipse.aether.deployment.DeployResult
-
Packages that use DeployResult 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.org.eclipse.aether.impl The provisional interfaces defining the various sub components that implement the repository system.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system. -
-
Uses of DeployResult in org.eclipse.aether
Methods in org.eclipse.aether that return DeployResult 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 DeployResult in org.eclipse.aether.deployment
Methods in org.eclipse.aether.deployment that return DeployResult Modifier and Type Method Description DeployResultDeployResult. addArtifact(Artifact artifact)Adds the specified artifacts to the result.DeployResultDeployResult. addMetadata(Metadata metadata)Adds the specified metadata to this result.DeployResultDeployResult. setArtifacts(java.util.Collection<Artifact> artifacts)Sets the artifacts that got deployed.DeployResultDeployResult. setMetadata(java.util.Collection<Metadata> metadata)Sets the metadata that got deployed. -
Uses of DeployResult in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return DeployResult Modifier and Type Method Description DeployResultDeployer. 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
Methods in org.eclipse.aether.internal.impl that return DeployResult Modifier and Type Method Description DeployResultDefaultDeployer. deploy(RepositorySystemSession session, DeployRequest request)private DeployResultDefaultDeployer. deploy(SyncContext syncContext, RepositorySystemSession session, DeployRequest request)DeployResultDefaultRepositorySystem. deploy(RepositorySystemSession session, DeployRequest request)
-