net.praqma.jenkins.plugin.prqa.notifier
Class PRQAReportFileListSource

java.lang.Object
  extended by net.praqma.jenkins.plugin.prqa.notifier.PRQAReportSource
      extended by net.praqma.jenkins.plugin.prqa.notifier.PRQAReportFileListSource
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<PRQAReportSource>

public class PRQAReportFileListSource
extends PRQAReportSource

Author:
Praqma

Nested Class Summary
static class PRQAReportFileListSource.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 String fileList
           
 String settingsFile
           
 
Constructor Summary
PRQAReportFileListSource(String fileList, String settingsFile)
           
 
Method Summary
 
Methods inherited from class net.praqma.jenkins.plugin.prqa.notifier.PRQAReportSource
all, getDescriptor, getDescriptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileList

public final String fileList

settingsFile

public final String settingsFile
Constructor Detail

PRQAReportFileListSource

@DataBoundConstructor
public PRQAReportFileListSource(String fileList,
                                                     String settingsFile)


Copyright © 2004-2013. All Rights Reserved.