public interface BuildTypeChangeStatus
Modifier and Type | Method and Description |
---|---|
SBuildType |
getBuildType() |
SBuild |
getCurrentBuild()
Returns either the first successful build which contains this change or latest build with
this change if there were no successful builds with this change.
|
SBuild |
getFirstBuild()
Get first build which contains this change (if there is such a build)
|
SQueuedBuild |
getQueuedBuild()
If there is no first build with this change in the build configuration, and there is a queued build which can contain this change,
return the first such queued build.
|
java.util.List<SQueuedBuild> |
getQueuedBuilds()
If there is no first build with this change in the build configuration, and there are queued builds which can contain this change,
return the these queued builds (first queued build per branch).
|
boolean |
isFailed()
Returns whether a change status for the build type is "failed".
|
boolean |
isSuccessful() |
SBuildType getBuildType()
@Nullable SQueuedBuild getQueuedBuild()
@NotNull java.util.List<SQueuedBuild> getQueuedBuilds()
@Nullable SBuild getFirstBuild()
@Nullable SBuild getCurrentBuild()
boolean isSuccessful()
boolean isFailed()