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

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

public class PRQAReportSource
extends Object
implements hudson.model.Describable<PRQAReportSource>, hudson.ExtensionPoint

Author:
Praqma

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
PRQAReportSource()
           
 
Method Summary
static hudson.DescriptorExtensionList<PRQAReportSource,PRQAReportSourceDescriptor<PRQAReportSource>> all()
          PRQAReportSource All registered PRQAReportSources.
 hudson.model.Descriptor<PRQAReportSource> getDescriptor()
           
static List<PRQAReportSourceDescriptor<?>> getDescriptors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PRQAReportSource

public PRQAReportSource()
Method Detail

getDescriptor

public hudson.model.Descriptor<PRQAReportSource> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<PRQAReportSource>

all

public static hudson.DescriptorExtensionList<PRQAReportSource,PRQAReportSourceDescriptor<PRQAReportSource>> all()
PRQAReportSource All registered PRQAReportSources.


getDescriptors

public static List<PRQAReportSourceDescriptor<?>> getDescriptors()


Copyright © 2004-2013. All Rights Reserved.