Class DependenciesInfo


  • public class DependenciesInfo
    extends Object
    Author:
    Kir, Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Constructor Detail

      • DependenciesInfo

        public DependenciesInfo​(@NotNull
                                BuildPromotion promotion,
                                @Nullable
                                SUser user)
      • DependenciesInfo

        public DependenciesInfo​(@NotNull
                                SBuild buildData,
                                @Nullable
                                SUser user)
    • Method Detail

      • getFailedCount

        public int getFailedCount()
      • getGroupedFailedTests

        @NotNull
        public GroupedTestsBean getGroupedFailedTests()
      • getRunning

        public int getRunning()
      • getQueued

        public int getQueued()
      • getFinished

        public int getFinished()
      • getChainId

        @Nullable
        public String getChainId()
      • getTitle

        public String getTitle()