org.jenkinsci.plugins.buildcontextcapture.service.exporter
Class AbstractExporterType
java.lang.Object
org.jenkinsci.plugins.buildcontextcapture.service.exporter.AbstractExporterType
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JSONExporterType, TXTExporterType, XMLExporterType
public abstract class AbstractExporterType
- extends Object
- implements Serializable
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractExporterType
public AbstractExporterType()
toExport
public abstract void toExport(Map<String,? extends Object> map,
File outFile)
throws BuildContextException
- Throws:
BuildContextException
getExtension
public abstract String getExtension()
Copyright © 2004-2012. All Rights Reserved.