Interface DependenciesSupplier


  • public interface DependenciesSupplier
    Since:
    2022.04
    • 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