public abstract class PuppetReportProcessor extends Object implements hudson.ExtensionPoint
| Constructor and Description |
|---|
PuppetReportProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<PuppetReportProcessor> |
all() |
protected PuppetDeploymentFacet |
getDeploymentFacet(String md5)
Resolve
DeploymentFacet to attach the record to, or null if there's none. |
abstract void |
process(PuppetReport r) |
public abstract void process(PuppetReport r) throws IOException
IOExceptionprotected PuppetDeploymentFacet getDeploymentFacet(String md5) throws IOException
DeploymentFacet to attach the record to, or null if there's none.
This is a convenience method for subtypes.IOExceptionpublic static hudson.ExtensionList<PuppetReportProcessor> all()
Copyright © 2004-2015. All Rights Reserved.