com.thalesgroup.hudson.plugins.cppcheck.config
Class CppcheckConfigSeverityEvaluation

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getFailureThreshold()
           
 java.lang.String getHealthy()
           
 java.lang.String getNewFailureThreshold()
           
 java.lang.String getNewThreshold()
           
 java.lang.String getThreshold()
           
 java.lang.String getUnHealthy()
           
 boolean isAllSeverities()
           
 boolean isSeverityError()
           
 boolean isSeverityPossibleError()
           
 boolean isSeverityPossibleStyle()
           
 boolean isSeverityStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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

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.