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

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

public class XMLExporterType
extends ExporterType

Author:
Gregory Boissinot
See Also:
Serialized Form

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

XMLExporterType

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