org.jenkins.plugins.audit2db.reports
Interface DbAuditReport

All Superinterfaces:
hudson.model.Action, hudson.model.Describable<DbAuditReport>, hudson.ExtensionPoint, hudson.model.ModelObject
All Known Subinterfaces:
JobHistoryByNameReport, JobHistoryReport, JobsByDateReport, JobsByParamReport
All Known Implementing Classes:
AbstractDbAuditReport, JobHistoryReportImpl, JobsByDateReportImpl, JobsByParamReportImpl

public interface DbAuditReport
extends hudson.ExtensionPoint, hudson.model.Action, hudson.model.Describable<DbAuditReport>

Author:
Marco Scata

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Method Summary
 String getDateGenerated()
           
 String getJenkinsHostname()
           
 String getJenkinsIpAddr()
           
 String getReportDescription()
           
 String getReportDisplayedInfo()
           
 BuildDetailsRepository getRepository()
           
 void setRepository(BuildDetailsRepository repository)
           
 
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from interface hudson.model.Describable
getDescriptor
 

Method Detail

getJenkinsHostname

String getJenkinsHostname()
Returns:
the host name of the Jenkins master.

getJenkinsIpAddr

String getJenkinsIpAddr()
Returns:
the IP address of the Jenkins master.

getDateGenerated

String getDateGenerated()
Returns:
the date and time in which the report was generated.

getReportDescription

String getReportDescription()
Returns:
a generic explanation about the report's layout and objectives.

getReportDisplayedInfo

String getReportDisplayedInfo()
Returns:
a list of information parts exposed by ths report.

getRepository

BuildDetailsRepository getRepository()
Returns:
the build details repository.

setRepository

void setRepository(BuildDetailsRepository repository)
Parameters:
repository - the build details repository.


Copyright © 2004-2013. All Rights Reserved.