public interface BuildSummary
| Modifier and Type | Method and Description | 
|---|---|
| int | getFailedCount()Get the number of failed builds. | 
| int | getInProgressCount()Get the number of builds in progress. | 
| int | getSuccessfulCount()Get the number of successful builds. | 
int getSuccessfulCount()
successful state.int getFailedCount()
failed state.int getInProgressCount()
in progress state.Copyright © 2020 Atlassian. All rights reserved.