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

org.octopusden.octopus.escrow.resolvers.IReleaseInfoResolverV2 Maven / Gradle / Ivy

The newest version!
package org.octopusden.octopus.escrow.resolvers;

import org.octopusden.octopus.escrow.ReleaseInfo;
import org.octopusden.octopus.releng.dto.ComponentVersion;

public interface IReleaseInfoResolverV2 {
    ReleaseInfo resolveRelease(ComponentVersion componentVersion);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy