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

java.lang.Object
  extended by org.jenkinsci.plugins.buildcontextcapture.service.exporter.ExporterType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JSONExporterType, TXTExporterType, XMLExporterType

public abstract class ExporterType
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

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

Constructor Detail

ExporterType

public ExporterType()
Method Detail

toExport

public abstract void toExport(Map<String,? extends Object> map,
                              hudson.FilePath outputDir,
                              String fileName)
                       throws BuildContextException
Throws:
BuildContextException

getExtension

public abstract String getExtension()


Copyright © 2004-2012. All Rights Reserved.