Uses of Interface
org.jenkins.plugins.audit2db.reports.DbAuditReport

Packages that use DbAuditReport
org.jenkins.plugins.audit2db.internal   
org.jenkins.plugins.audit2db.internal.reports   
org.jenkins.plugins.audit2db.reports   
 

Uses of DbAuditReport in org.jenkins.plugins.audit2db.internal
 

Methods in org.jenkins.plugins.audit2db.internal that return DbAuditReport
 DbAuditReport DbAuditReportsDashboardImpl.getDynamic(String name)
          Checks all registered reports and returns the one whose url name matches the given name in the Stapler request.
 

Methods in org.jenkins.plugins.audit2db.internal that return types with arguments of type DbAuditReport
 List<DbAuditReport> DbAuditReportsDashboardImpl.getAllReports()
           
 

Uses of DbAuditReport in org.jenkins.plugins.audit2db.internal.reports
 

Classes in org.jenkins.plugins.audit2db.internal.reports that implement DbAuditReport
 class AbstractDbAuditReport
           
 class JobHistoryReportImpl
           
 class JobsByDateReportImpl
           
 class JobsByParamReportImpl
           
 

Methods in org.jenkins.plugins.audit2db.internal.reports that return types with arguments of type DbAuditReport
 hudson.model.Descriptor<DbAuditReport> AbstractDbAuditReport.getDescriptor()
           
 

Uses of DbAuditReport in org.jenkins.plugins.audit2db.reports
 

Subinterfaces of DbAuditReport in org.jenkins.plugins.audit2db.reports
 interface JobHistoryByNameReport
           
 interface JobHistoryReport
           
 interface JobsByDateReport
           
 interface JobsByParamReport
           
 



Copyright © 2004-2013. All Rights Reserved.