Package jenkins.model

Interface DependencyDeclarer

    • Method Detail

      • buildDependencyGraph

        void buildDependencyGraph​(AbstractProject owner,
                                  DependencyGraph graph)
        Parameters:
        owner - The project that owns the publishers, builders, etc. This information is conceptually redundant, as those objects are only configured against the single owner, but this information is nevertheless passed in since often owner information is not recorded. Never null.
        graph - The dependency graph being built. Never null.