Interface DependenciesSupplier
-
public interface DependenciesSupplier
- Since:
- 2022.04
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Dependency>
getDependencies(String dependentBuildTypeId)
For a given build configuration id returns a list of snapshot dependencies where new build promotions should be created.
-
-
-
Method Detail
-
getDependencies
@NotNull List<Dependency> getDependencies(@NotNull String dependentBuildTypeId)
For a given build configuration id returns a list of snapshot dependencies where new build promotions should be created.- Parameters:
dependentBuildTypeId
- id of a build configuration- Returns:
- see above
-
-