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