org.jenkins.plugins.audit2db
Interface DbAuditPublisher
- All Superinterfaces:
- hudson.model.Describable<hudson.tasks.Publisher>
- All Known Implementing Classes:
- DbAuditPublisherImpl
public interface DbAuditPublisher
- extends hudson.model.Describable<hudson.tasks.Publisher>
Interface for the plugin publisher.
- Author:
- Marco Scata
getDescriptor
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
- Specified by:
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
- Returns:
- the plugin descriptor.
getRepository
BuildDetailsRepository getRepository()
- Returns:
- a reference to the repository class.
Copyright © 2004-2013. All Rights Reserved.