Interface BuildFinishAware
-
- All Known Implementing Classes:
BuildAllTestsDurationValueType
,BuildDurationValueType
,BuildFinishAwareValueTypeBase
,ReusedBuildTimeValueType
,RunningDetachedTimeValueType
,SuccessRateValueType
,TimeToFixValueType
public interface BuildFinishAware
Implement this to be notified when build finished running.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
buildFinished(SBuild build)
-
-
-
Method Detail
-
buildFinished
void buildFinished(SBuild build)
-
-