Interface BuildDependencyGraph

    • Method Detail

      • inaccessibleNodesExist

        boolean inaccessibleNodesExist()
        Returns true if there are inaccessible (by current user permissions) nodes that were not included into this graph.
        Returns:
        see above
      • getStatus

        @NotNull
        Status getStatus()
        Returns:
        current status of the top build promotion computed by taking into account all build promotions participating in dependency graph. If there are no builds associated with graph build promotions, the status is unknown. If there are failing dependencies, then status of the top promotion is determined by dependency options. For instance if dependency fails, but dependent build has continuation option: DependencyOptions.BuildContinuationMode.RUN then dependent build won't be considered as failing.
        Since:
        2017.1