Uses of Class
org.jenkinsci.plugins.buildcontextcapture.BuildContextException

Packages that use BuildContextException
org.jenkinsci.plugins.buildcontextcapture.service   
org.jenkinsci.plugins.buildcontextcapture.service.exporter   
org.jenkinsci.plugins.buildcontextcapture.type   
org.jenkinsci.plugins.buildcontextcapture.type.impl   
 

Uses of BuildContextException in org.jenkinsci.plugins.buildcontextcapture.service
 

Methods in org.jenkinsci.plugins.buildcontextcapture.service that throw BuildContextException
 Map<String,Object> InfraGetter.gatherInfraInfo()
          Gathers all information from the Jenkins infrastructure (Hudson version, Plugins information, ...)
 Map<String,String> EnvVarsGetter.gatherJobEnvVars(hudson.model.AbstractBuild build)
           
 

Uses of BuildContextException in org.jenkinsci.plugins.buildcontextcapture.service.exporter
 

Methods in org.jenkinsci.plugins.buildcontextcapture.service.exporter that throw BuildContextException
 void XMLExporterType.toExport(Map<String,? extends Object> map, File outFile)
           
 void TXTExporterType.toExport(Map<String,? extends Object> map, File outFile)
           
 void JSONExporterType.toExport(Map<String,? extends Object> map, File outFile)
           
abstract  void AbstractExporterType.toExport(Map<String,? extends Object> map, File outFile)
           
 

Uses of BuildContextException in org.jenkinsci.plugins.buildcontextcapture.type
 

Methods in org.jenkinsci.plugins.buildcontextcapture.type that throw BuildContextException
 void BuildContextCaptureType.capture(hudson.model.AbstractBuild build, BuildContextLogger logger, File outputCaptureDir, String format)
           
protected  void BuildContextCaptureType.captureAndExport(hudson.model.AbstractBuild build, BuildContextLogger logger, File outputCaptureDir, String format)
           
abstract  Map<String,? extends Object> BuildContextCaptureType.getCapturedElements(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 

Uses of BuildContextException in org.jenkinsci.plugins.buildcontextcapture.type.impl
 

Methods in org.jenkinsci.plugins.buildcontextcapture.type.impl that throw BuildContextException
 void LogType.captureAndExport(hudson.model.AbstractBuild build, BuildContextLogger logger, File outputCaptureDir, String format)
           
 void JobConfigType.captureAndExport(hudson.model.AbstractBuild build, BuildContextLogger logger, File outputCaptureDir, String format)
           
protected  void CommandType.captureAndExport(hudson.model.AbstractBuild build, BuildContextLogger logger, File outputCaptureDir, String format)
           
 Map<String,? extends Object> LogType.getCapturedElements(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 Map<String,? extends Object> JobInfraType.getCapturedElements(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 Map<String,? extends Object> JobConfigType.getCapturedElements(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 Map<String,? extends Object> EnvVarsType.getCapturedElements(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 Map<String,? extends Object> CommandType.getCapturedElements(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 



Copyright © 2004-2012. All Rights Reserved.