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
Nested ClassesModifier and TypeInterfaceDescriptionstatic class - 
Method Summary
Modifier and TypeMethodDescriptionstatic ArtifactDeployerRequestbuild(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)  
 -