@Incubating public interface JacocoLimit extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| String | getCounter()The counter that applies to the limit as defined by
 org.jacoco.core.analysis.ICoverageNode.CounterEntity. | 
| BigDecimal | getMaximum()Gets the maximum expected value for limit. | 
| BigDecimal | getMinimum()Gets the minimum expected value for limit. | 
| String | getValue()The value that applies to the limit as defined by
 org.jacoco.core.analysis.ICounter.CounterValue. | 
| void | setCounter(String counter)Sets the counter that applies to the limit. | 
| void | setMaximum(BigDecimal maximum)Sets the maximum expected value for limit. | 
| void | setMinimum(BigDecimal minimum)Sets the minimum expected value for limit. | 
| void | setValue(String value)Sets the value that applies to the limit. | 
@Input String getCounter()
void setCounter(String counter)
counter - Counter@Input String getValue()
void setValue(String value)
value - Value@Input @Optional BigDecimal getMinimum()
void setMinimum(BigDecimal minimum)
minimum - Minimum@Input @Optional BigDecimal getMaximum()
void setMaximum(BigDecimal maximum)
maximum - Maximum