@Experimental public interface ArtifactDeployer extends Service
Artifacts to a RemoteRepository.Session.deployArtifact(RemoteRepository, Artifact...)| Modifier and Type | Method and Description |
|---|---|
void |
deploy(ArtifactDeployerRequest request) |
default void |
deploy(Session session,
RemoteRepository repository,
Collection<Artifact> artifacts) |
void deploy(@Nonnull ArtifactDeployerRequest request)
request - ArtifactDeployerRequestArtifactDeployerException - if the deployment faileddefault void deploy(@Nonnull Session session, @Nonnull RemoteRepository repository, @Nonnull Collection<Artifact> artifacts)
session - the repository sessionrepository - the repository to deploy toartifacts - the collection of artifacts to deployArtifactDeployerException - if the deployment failedIllegalArgumentException - if an argument is null or invalidCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.