Uses of Class
org.sonatype.aether.deployment.DeployResult

Packages that use DeployResult
org.sonatype.aether   
org.sonatype.aether.deployment   
 

Uses of DeployResult in org.sonatype.aether
 

Methods in org.sonatype.aether that return DeployResult
 DeployResult RepositorySystem.deploy(RepositorySystemSession session, DeployRequest request)
          Uploads a collection of artifacts and their accompanying metadata to a remote repository.
 

Uses of DeployResult in org.sonatype.aether.deployment
 

Methods in org.sonatype.aether.deployment that return DeployResult
 DeployResult DeployResult.addArtifact(Artifact artifact)
          Adds the specified artifacts to the result.
 DeployResult DeployResult.addMetadata(Metadata metadata)
          Adds the specified metadata to this result.
 DeployResult DeployResult.setArtifacts(Collection<Artifact> artifacts)
          Sets the artifacts that got deployed.
 DeployResult DeployResult.setMetadata(Collection<Metadata> metadata)
          Sets the metadata that got deployed.
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.