com.thalesgroup.hudson.plugins.cppcheck.config
Class CppcheckConfigSeverityEvaluation
java.lang.Object
com.thalesgroup.hudson.plugins.cppcheck.config.CppcheckConfigSeverityEvaluation
- All Implemented Interfaces:
- java.io.Serializable
public class CppcheckConfigSeverityEvaluation
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
CppcheckConfigSeverityEvaluation()
|
CppcheckConfigSeverityEvaluation(java.lang.String threshold,
java.lang.String newThreshold,
java.lang.String failureThreshold,
java.lang.String newFailureThreshold,
java.lang.String healthy,
java.lang.String unHealthy,
boolean severityError,
boolean severityPossibleError,
boolean severityStyle,
boolean severityPossibleStyle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CppcheckConfigSeverityEvaluation
public CppcheckConfigSeverityEvaluation()
CppcheckConfigSeverityEvaluation
public CppcheckConfigSeverityEvaluation(java.lang.String threshold,
java.lang.String newThreshold,
java.lang.String failureThreshold,
java.lang.String newFailureThreshold,
java.lang.String healthy,
java.lang.String unHealthy,
boolean severityError,
boolean severityPossibleError,
boolean severityStyle,
boolean severityPossibleStyle)
getThreshold
public java.lang.String getThreshold()
getNewThreshold
public java.lang.String getNewThreshold()
getFailureThreshold
public java.lang.String getFailureThreshold()
getNewFailureThreshold
public java.lang.String getNewFailureThreshold()
getHealthy
public java.lang.String getHealthy()
getUnHealthy
public java.lang.String getUnHealthy()
isSeverityError
public boolean isSeverityError()
isSeverityPossibleError
public boolean isSeverityPossibleError()
isSeverityStyle
public boolean isSeverityStyle()
isSeverityPossibleStyle
public boolean isSeverityPossibleStyle()
isAllSeverities
public boolean isAllSeverities()
Copyright © 2009. All Rights Reserved.