org.octopusden.octopus.escrow.resolvers.IDistributionResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of component-resolver-api Show documentation
Show all versions of component-resolver-api Show documentation
Octopus module: component-resolver-api
package org.octopusden.octopus.escrow.resolvers;
import org.octopusden.octopus.escrow.model.Distribution;
import org.octopusden.octopus.releng.dto.ComponentVersion;
public interface IDistributionResolver {
Distribution resolveDistribution(ComponentVersion componentVersion);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy