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

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

public class BuildContextExporterRetriever
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
BuildContextExporterRetriever()
           
 
Method Summary
 ExporterType getExportedFormat(hudson.model.AbstractBuild build)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildContextExporterRetriever

public BuildContextExporterRetriever()
Method Detail

getExportedFormat

public ExporterType getExportedFormat(hudson.model.AbstractBuild build)


Copyright © 2004-2012. All Rights Reserved.