Uses of Class
net.praqma.jenkins.plugin.prqa.notifier.AbstractThreshold

Packages that use AbstractThreshold
net.praqma.jenkins.plugin.prqa.notifier   
 

Uses of AbstractThreshold in net.praqma.jenkins.plugin.prqa.notifier
 

Classes in net.praqma.jenkins.plugin.prqa.notifier with type parameters of type AbstractThreshold
 class ThresholdSelectionDescriptor<T extends AbstractThreshold>
           
 

Subclasses of AbstractThreshold in net.praqma.jenkins.plugin.prqa.notifier
 class FileComplianceThreshold
           
 class MessageComplianceThreshold
           
 class ProjectComplianceThreshold
           
 

Fields in net.praqma.jenkins.plugin.prqa.notifier with type parameters of type AbstractThreshold
 List<AbstractThreshold> PRQANotifier.thresholdsDesc
           
 

Methods in net.praqma.jenkins.plugin.prqa.notifier that return AbstractThreshold
 AbstractThreshold ThresholdSelectionDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 

Methods in net.praqma.jenkins.plugin.prqa.notifier that return types with arguments of type AbstractThreshold
static hudson.DescriptorExtensionList<AbstractThreshold,ThresholdSelectionDescriptor<AbstractThreshold>> AbstractThreshold.all()
           
static hudson.DescriptorExtensionList<AbstractThreshold,ThresholdSelectionDescriptor<AbstractThreshold>> AbstractThreshold.all()
           
 hudson.model.Descriptor<AbstractThreshold> AbstractThreshold.getDescriptor()
           
 

Constructor parameters in net.praqma.jenkins.plugin.prqa.notifier with type arguments of type AbstractThreshold
PRQANotifier(String product, boolean totalBetter, String totalMax, String fileComplianceIndex, String projectComplianceIndex, String settingMaxMessages, String settingFileCompliance, String settingProjectCompliance, String projectFile, boolean performCrossModuleAnalysis, boolean publishToQAV, String qaVerifyProjectName, String vcsConfigXml, boolean singleSnapshotMode, String snapshotName, String chosenServer, boolean enableDependencyMode, String codeUploadSetting, String msgConfigFile, boolean generateReports, String sourceOrigin, EnumSet<net.praqma.prqa.PRQAContext.QARReportType> chosenReportTypes, boolean enableDataFlowAnalysis, int threshholdlevel, PRQAReportSource source, List<AbstractThreshold> thresholdsDesc)
           
 



Copyright © 2004-2013. All Rights Reserved.