All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.octopusden.octopus.dms.client.service.ArtifactService Maven / Gradle / Ivy

There is a newer version: 2.0.31
Show newest version
package org.octopusden.octopus.dms.client.service;

import java.util.function.Consumer;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugin.logging.Log;

public interface ArtifactService {
    void processArtifacts(Log log,
                          String groupIdPrefix,
                          String component,
                          String version,
                          String name,
                          String type,
                          String classifier,
                          String artifactsCoordinates,
                          String artifactsCoordinatesVersion,
                          String artifactsCoordinatesDeb,
                          String artifactsCoordinatesRpm,
                          int processParallelism,
                          Consumer processFunction) throws MojoExecutionException, MojoFailureException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy