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

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

public class TXTExporterType
extends AbstractExporterType

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
TXTExporterType()
           
 
Method Summary
 java.lang.String getExtension()
           
 void toExport(java.util.Map<java.lang.String,? extends java.lang.Object> map, java.io.File outFile)
           
 
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(java.util.Map<java.lang.String,? extends java.lang.Object> map,
                     java.io.File outFile)
              throws BuildContextException
Specified by:
toExport in class AbstractExporterType
Throws:
BuildContextException

getExtension

public java.lang.String getExtension()
Specified by:
getExtension in class AbstractExporterType


Copyright © 2004-2012. All Rights Reserved.