hudson.plugins.jacoco
Class JacocoHealthReportThresholds

java.lang.Object
  extended by 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)
           
 
Method Summary
 void ensureValid()
           
 int getMaxBranch()
           
 int getMaxClass()
           
 int getMaxComplexity()
           
 int getMaxInstruction()
           
 int getMaxLine()
           
 int getMaxMethod()
           
 int getMinBranch()
           
 int getMinClass()
           
 int getMinComplexity()
           
 int getMinInstruction()
           
 int getMinLine()
           
 int getMinMethod()
           
 void setMaxBranch(int maxBranch)
           
 void setMaxClass(int maxClass)
           
 void setMaxComplexity(int maxComplexity)
           
 void setMaxInstruction(int maxInstruction)
           
 void setMaxLine(int maxLine)
           
 void setMaxMethod(int maxMethod)
           
 void setMinBranch(int minBranch)
           
 void setMinClass(int minClass)
           
 void setMinComplexity(int minComplexity)
           
 void setMinInstruction(int minInstruction)
           
 void setMinLine(int minLine)
           
 void setMinMethod(int minMethod)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 Hudson. All Rights Reserved.