Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for retryFailedDeploymentCount (0.14 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactDeployerRequest.java

            public ArtifactDeployerRequestBuilder retryFailedDeploymentCount(int retryFailedDeploymentCount) {
                this.retryFailedDeploymentCount = retryFailedDeploymentCount;
                return this;
            }
    
            @Nonnull
            public ArtifactDeployerRequest build() {
                return new DefaultArtifactDeployerRequest(session, repository, artifacts, retryFailedDeploymentCount);
            }
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 16:43:07 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top