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

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

public class TXTExporterType
extends ExporterType

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
TXTExporterType()
           
 
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

TXTExporterType

public TXTExporterType()
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.