hudson.plugins.jacoco
Class JacocoHealthReportThresholds
java.lang.Object
hudson.plugins.jacoco.JacocoHealthReportThresholds
- All Implemented Interfaces:
- Serializable
public class JacocoHealthReportThresholds
- extends Object
- implements Serializable
Holds the configuration details for HealthReport generation
- Since:
- 1.7
- Author:
- Stephen Connolly
- See Also:
- Serialized Form
|
Constructor Summary |
JacocoHealthReportThresholds()
|
JacocoHealthReportThresholds(int minClass,
int maxClass,
int minMethod,
int maxMethod,
int minLine,
int maxLine,
int minBranch,
int maxBranch,
int minInstruction,
int maxInstruction,
int minComplexity,
int maxComplexity)
|
JacocoHealthReportThresholds
public JacocoHealthReportThresholds()
JacocoHealthReportThresholds
public JacocoHealthReportThresholds(int minClass,
int maxClass,
int minMethod,
int maxMethod,
int minLine,
int maxLine,
int minBranch,
int maxBranch,
int minInstruction,
int maxInstruction,
int minComplexity,
int maxComplexity)
ensureValid
public void ensureValid()
getMinClass
public int getMinClass()
setMinClass
public void setMinClass(int minClass)
getMaxClass
public int getMaxClass()
setMaxClass
public void setMaxClass(int maxClass)
getMinMethod
public int getMinMethod()
setMinMethod
public void setMinMethod(int minMethod)
getMaxMethod
public int getMaxMethod()
setMaxMethod
public void setMaxMethod(int maxMethod)
getMinLine
public int getMinLine()
setMinLine
public void setMinLine(int minLine)
getMaxLine
public int getMaxLine()
setMaxLine
public void setMaxLine(int maxLine)
getMinBranch
public int getMinBranch()
getMaxBranch
public int getMaxBranch()
getMinInstruction
public int getMinInstruction()
getMaxInstruction
public int getMaxInstruction()
getMinComplexity
public int getMinComplexity()
getMaxComplexity
public int getMaxComplexity()
setMinBranch
public void setMinBranch(int minBranch)
setMaxBranch
public void setMaxBranch(int maxBranch)
setMinInstruction
public void setMinInstruction(int minInstruction)
setMaxInstruction
public void setMaxInstruction(int maxInstruction)
setMinComplexity
public void setMinComplexity(int minComplexity)
setMaxComplexity
public void setMaxComplexity(int maxComplexity)
getResultByTypeAndRatio
public JacocoHealthReportThresholds.RESULT getResultByTypeAndRatio(Coverage ratio)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2014 Hudson. All Rights Reserved.