|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeployRequest | |
|---|---|
| org.sonatype.aether | |
| org.sonatype.aether.deployment | |
| Uses of DeployRequest in org.sonatype.aether |
|---|
| Methods in org.sonatype.aether with parameters of type DeployRequest | |
|---|---|
DeployResult |
RepositorySystem.deploy(RepositorySystemSession session,
DeployRequest request)
Uploads a collection of artifacts and their accompanying metadata to a remote repository. |
| Uses of DeployRequest in org.sonatype.aether.deployment |
|---|
| Methods in org.sonatype.aether.deployment that return DeployRequest | |
|---|---|
DeployRequest |
DeployRequest.addArtifact(Artifact artifact)
Adds the specified artifacts for deployment. |
DeployRequest |
DeployRequest.addMetadata(Metadata metadata)
Adds the specified metadata for deployment. |
DeployRequest |
DeployResult.getRequest()
Gets the deploy request that was made. |
DeployRequest |
DeployRequest.setArtifacts(Collection<Artifact> artifacts)
Sets the artifacts to deploy. |
DeployRequest |
DeployRequest.setMetadata(Collection<Metadata> metadata)
Sets the metadata to deploy. |
DeployRequest |
DeployRequest.setRepository(RemoteRepository repository)
Sets the repository to deploy to. |
| Constructors in org.sonatype.aether.deployment with parameters of type DeployRequest | |
|---|---|
DeployResult(DeployRequest request)
Creates a new result for the specified request. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||