Interface QueueActivityStatsDto
- All Known Implementing Classes:
QueueActivityStatsDtoImpl
@Internal
public interface QueueActivityStatsDto
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getTotalActionsAmount
Long getTotalActionsAmount() -
getMaximumActionsAtOnceAmount
Long getMaximumActionsAtOnceAmount() -
getUnconditionalBuildDetectionActionsAmount
Long getUnconditionalBuildDetectionActionsAmount() -
getChangeDetectionListenerActionsAmount
Long getChangeDetectionListenerActionsAmount() -
getPluginTriggerBuildDetectionActionsAmount
Long getPluginTriggerBuildDetectionActionsAmount()
-