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

java.lang.Object
  extended by org.jenkinsci.plugins.buildcontextcapture.service.exporter.AbstractExporterType
      extended by org.jenkinsci.plugins.buildcontextcapture.service.exporter.JSONExporterType
All Implemented Interfaces:
Serializable

public class JSONExporterType
extends AbstractExporterType

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
JSONExporterType()
           
 
Method Summary
 String getExtension()
           
 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

JSONExporterType

public JSONExporterType()
Method Detail

toExport

public void toExport(Map<String,? extends Object> map,
                     File outFile)
              throws BuildContextException
Specified by:
toExport in class AbstractExporterType
Throws:
BuildContextException

getExtension

public String getExtension()
Specified by:
getExtension in class AbstractExporterType


Copyright © 2004-2012. All Rights Reserved.