![JAR search and dependency download from the Maven repository](/logo.png)
org.octopusden.octopus.dms.client.service.ArtifactService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-dms-plugin Show documentation
Show all versions of maven-dms-plugin Show documentation
Octopus module: maven-dms-plugin
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