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

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

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.
 

Uses of DeployResult in org.sonatype.aether.impl
 

Methods in org.sonatype.aether.impl that return DeployResult
 DeployResult Deployer.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.impl.internal
 

Methods in org.sonatype.aether.impl.internal that return DeployResult
 DeployResult DefaultRepositorySystem.deploy(RepositorySystemSession session, DeployRequest request)
           
 DeployResult DefaultDeployer.deploy(RepositorySystemSession session, DeployRequest request)
           
 



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