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

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

public class JSONExporterType
extends ExporterType

Author:
Gregory Boissinot
See Also:
Serialized Form

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

JSONExporterType

public JSONExporterType()
Method Detail

toExport

public void toExport(Map<String,? extends Object> map,
                     hudson.FilePath outputDir,
                     String fileName)
              throws BuildContextException
Specified by:
toExport in class ExporterType
Throws:
BuildContextException

getExtension

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


Copyright © 2004-2012. All Rights Reserved.