Package org.apache.maven.api.services
Class ArtifactDeployerRequest.ArtifactDeployerRequestBuilder.DefaultArtifactDeployerRequest
java.lang.Object
org.apache.maven.api.services.BaseRequest<Session>
org.apache.maven.api.services.ArtifactDeployerRequest.ArtifactDeployerRequestBuilder.DefaultArtifactDeployerRequest
- All Implemented Interfaces:
ArtifactDeployerRequest
- Enclosing class:
ArtifactDeployerRequest.ArtifactDeployerRequestBuilder
private static class ArtifactDeployerRequest.ArtifactDeployerRequestBuilder.DefaultArtifactDeployerRequest
extends BaseRequest<Session>
implements ArtifactDeployerRequest
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.maven.api.services.ArtifactDeployerRequest
ArtifactDeployerRequest.ArtifactDeployerRequestBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Collection
<ProducedArtifact> private final RemoteRepository
private final int
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultArtifactDeployerRequest
(Session session, RemoteRepository repository, Collection<ProducedArtifact> artifacts, int retryFailedDeploymentCount) -
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class org.apache.maven.api.services.BaseRequest
getSession, nonNull, unmodifiable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.api.services.ArtifactDeployerRequest
getSession
-
Field Details
-
repository
-
artifacts
-
retryFailedDeploymentCount
private final int retryFailedDeploymentCount
-
-
Constructor Details
-
DefaultArtifactDeployerRequest
DefaultArtifactDeployerRequest(@Nonnull Session session, @Nonnull RemoteRepository repository, @Nonnull Collection<ProducedArtifact> artifacts, int retryFailedDeploymentCount)
-
-
Method Details
-
getRepository
- Specified by:
getRepository
in interfaceArtifactDeployerRequest
-
getArtifacts
- Specified by:
getArtifacts
in interfaceArtifactDeployerRequest
-
getRetryFailedDeploymentCount
public int getRetryFailedDeploymentCount()- Specified by:
getRetryFailedDeploymentCount
in interfaceArtifactDeployerRequest
-