org.octopusden.octopus.escrow.model.IDependencyBuildResolveResult.groovy 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
The newest version!
package org.octopusden.octopus.escrow.model
interface IDependencyBuildResolveResult {
void addDependency(IDependency dependency)
void addAllDependencies(Set dependencies)
Set getDependencies()
}