Class ProjectStatusDetails
- java.lang.Object
-
- jetbrains.buildServer.controllers.overview.ProjectStatusDetails
-
public class ProjectStatusDetails extends Object
Holds the project status details: number of failed and successful build types (or branches).- Since:
- 7.1
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectStatusDetails
compute(SProject project, Collection<SBuildType> problematicBuildTypes, BranchBean branchBean)
int
getErrorsNumber()
int
getFailingNumber()
int
getSuccessfulNumber()
String
toString()
-
-
-
Method Detail
-
compute
@NotNull public static ProjectStatusDetails compute(@NotNull SProject project, @NotNull Collection<SBuildType> problematicBuildTypes, @NotNull BranchBean branchBean)
-
getFailingNumber
public int getFailingNumber()
-
getSuccessfulNumber
public int getSuccessfulNumber()
-
getErrorsNumber
public int getErrorsNumber()
-
-