- All Implemented Interfaces:
- ComparisonStrategy<DefaultStrategyResult>
public class StaticThresholdComparisonStrategy
extends Object
implements ComparisonStrategy<DefaultStrategyResult>
A default implementation of ComparisonStrategy This required the output
format of Comparison strategies in DefaultStrategyResult format
The goal of this comparison-strategy is to compare the current build's
performance with a given static threshold value.
If current build's metric values go above the threshold value, it will be
reported
- Author:
- Avinash Chandwani