Class DependenciesInfo
- java.lang.Object
-
- jetbrains.buildServer.controllers.viewLog.DependenciesInfo
-
public class DependenciesInfo extends Object
- Author:
- Kir, Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description DependenciesInfo(BuildPromotion promotion, SUser user)
DependenciesInfo(SBuild buildData, SUser user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BuildPromotion>
getAllDependencies()
String
getChainId()
int
getFailedCount()
int
getFinished()
GroupedTestsBean
getGroupedFailedTests()
int
getQueued()
int
getRunning()
String
getTitle()
-
-
-
Constructor Detail
-
DependenciesInfo
public DependenciesInfo(@NotNull BuildPromotion promotion, @Nullable SUser user)
-
-
Method Detail
-
getFailedCount
public int getFailedCount()
-
getGroupedFailedTests
@NotNull public GroupedTestsBean getGroupedFailedTests()
-
getAllDependencies
public List<BuildPromotion> getAllDependencies()
-
getRunning
public int getRunning()
-
getQueued
public int getQueued()
-
getFinished
public int getFinished()
-
getChainId
@Nullable public String getChainId()
-
getTitle
public String getTitle()
-
-