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

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cppcheck.config.CppcheckConfig
All Implemented Interfaces:
java.io.Serializable

public class CppcheckConfig
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CppcheckConfig()
           
CppcheckConfig(java.lang.String cppcheckReportPattern, 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, int xSize, int ySize, boolean diplayAllError, boolean displaySeverityError, boolean displaySeverityPossibleError, boolean displaySeverityStyle, boolean displaySeverityPossibleStyle)
           
 
Method Summary
 CppcheckConfigGraph getConfigGraph()
           
 CppcheckConfigSeverityEvaluation getConfigSeverityEvaluation()
           
 java.lang.String getCppcheckReportPattern()
           
 void setConfigGraph(CppcheckConfigGraph configGraph)
           
 void setConfigSeverityEvaluation(CppcheckConfigSeverityEvaluation configSeverityEvaluation)
           
 void setCppcheckReportPattern(java.lang.String cppcheckReportPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CppcheckConfig

public CppcheckConfig()

CppcheckConfig

@DataBoundConstructor
public CppcheckConfig(java.lang.String cppcheckReportPattern,
                                           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,
                                           int xSize,
                                           int ySize,
                                           boolean diplayAllError,
                                           boolean displaySeverityError,
                                           boolean displaySeverityPossibleError,
                                           boolean displaySeverityStyle,
                                           boolean displaySeverityPossibleStyle)
Method Detail

getCppcheckReportPattern

public java.lang.String getCppcheckReportPattern()

setCppcheckReportPattern

public void setCppcheckReportPattern(java.lang.String cppcheckReportPattern)

getConfigSeverityEvaluation

public CppcheckConfigSeverityEvaluation getConfigSeverityEvaluation()

setConfigSeverityEvaluation

public void setConfigSeverityEvaluation(CppcheckConfigSeverityEvaluation configSeverityEvaluation)

getConfigGraph

public CppcheckConfigGraph getConfigGraph()

setConfigGraph

public void setConfigGraph(CppcheckConfigGraph configGraph)


Copyright © 2009. All Rights Reserved.