org.jenkinsci.plugins.buildcontextcapture.service.exporter
Class TXTExporterType
java.lang.Object
org.jenkinsci.plugins.buildcontextcapture.service.exporter.AbstractExporterType
org.jenkinsci.plugins.buildcontextcapture.service.exporter.TXTExporterType
- All Implemented Interfaces:
- Serializable
public class TXTExporterType
- extends AbstractExporterType
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TXTExporterType
public TXTExporterType()
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.