com.pmease.quickbuild.plugin.report.engine.generator
Class AbstractReportBuildListener
java.lang.Object
com.pmease.quickbuild.plugin.report.engine.generator.AbstractReportBuildListener
- All Implemented Interfaces:
- BuildListener
public abstract class AbstractReportBuildListener
- extends java.lang.Object
- implements BuildListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reportsetDir
protected transient java.io.File reportsetDir
AbstractReportBuildListener
public AbstractReportBuildListener()
isApplicable
public abstract boolean isApplicable()
getCategory
protected abstract ReportCategory getCategory()
getGenerators
protected abstract AbstractGenerator[] getGenerators()
buildFinished
public void buildFinished()
- Description copied from interface:
BuildListener
- Called when build is finished. Current build can be obtained by calling
Context.getBuild()
.
- Specified by:
buildFinished
in interface BuildListener
generateReports
protected void generateReports()
getReportSet
protected java.lang.String getReportSet()
getLogger
protected org.slf4j.Logger getLogger()
buildStarted
public void buildStarted()
- Description copied from interface:
BuildListener
- Called when build is started. Current build can be obtained by calling
Context.getBuild()
.
- Specified by:
buildStarted
in interface BuildListener
jobFinished
public void jobFinished(GridJob job)
jobStarted
public void jobStarted(GridJob job)
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.