Package org.apache.maven.api.services
Interface ArtifactDeployerRequest
A request for deploying one or more artifacts to a remote repository.
- Since:
- 4.0.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionstatic ArtifactDeployerRequest
build
(Session session, RemoteRepository repository, Collection<Artifact> artifacts) builder()
int
-
Method Details
-
getSession
-
getRepository
-
getArtifacts
-
getRetryFailedDeploymentCount
int getRetryFailedDeploymentCount() -
builder
-
build
@Nonnull static ArtifactDeployerRequest build(@Nonnull Session session, @Nonnull RemoteRepository repository, @Nonnull Collection<Artifact> artifacts)
-