|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.util.Collection<Artifact> artifacts)
Sets the artifacts that got deployed. |
DeployResult |
DeployResult.setMetadata(java.util.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 |
DefaultDeployer.deploy(RepositorySystemSession session,
DeployRequest request)
|
DeployResult |
DefaultRepositorySystem.deploy(RepositorySystemSession session,
DeployRequest request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |