org.jenkinsci.plugins.buildcontextcapture.service.exporter
Class AbstractExporterType

java.lang.Object
  extended by 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

Constructor Summary
AbstractExporterType()
           
 
Method Summary
abstract  String getExtension()
           
abstract  void toExport(Map<String,? extends Object> map, File outFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExporterType

public AbstractExporterType()
Method Detail

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.