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