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, hudson.FilePath outputDir, String fileName)
           
 void TXTExporterType.toExport(Map<String,? extends Object> map, hudson.FilePath outputDir, String fileName)
           
 void JSONExporterType.toExport(Map<String,? extends Object> map, hudson.FilePath outputDir, String fileName)
           
abstract  void ExporterType.toExport(Map<String,? extends Object> map, hudson.FilePath outputDir, String fileName)
           
 

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

Methods in org.jenkinsci.plugins.buildcontextcapture.type that throw BuildContextException
 void WizardBuildContextCaptureType.capture(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 void FlexibleBuildContextCaptureType.capture(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
abstract  void BuildContextCaptureType.capture(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
abstract  void FlexibleBuildContextCaptureType.captureAndExport(hudson.model.AbstractBuild build, hudson.FilePath outputDir, BuildContextLogger logger)
           
protected abstract  Map<String,? extends Object> WizardBuildContextCaptureType.getCapturedElements(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
protected  hudson.FilePath BuildContextCaptureType.getExportedDir(hudson.model.AbstractBuild build)
           
 hudson.FilePath WizardBuildContextCaptureType.getExportedFilePath(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
abstract  hudson.FilePath BuildContextCaptureType.getExportedFilePath(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, hudson.FilePath outputDir, BuildContextLogger logger)
           
 void JobConfigType.captureAndExport(hudson.model.AbstractBuild build, hudson.FilePath outputDir, BuildContextLogger logger)
           
 void CommandType.captureAndExport(hudson.model.AbstractBuild build, hudson.FilePath outputDir, BuildContextLogger logger)
           
 void BuildTimeType.captureAndExport(hudson.model.AbstractBuild build, hudson.FilePath outputDir, BuildContextLogger logger)
           
protected  Map<String,? extends Object> JobInfraType.getCapturedElements(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
protected  Map<String,? extends Object> EnvVarsType.getCapturedElements(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 hudson.FilePath LogType.getExportedFilePath(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 hudson.FilePath JobConfigType.getExportedFilePath(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 hudson.FilePath CommandType.getExportedFilePath(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 hudson.FilePath BuildTimeType.getExportedFilePath(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
 



Copyright © 2004-2012. All Rights Reserved.