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

Packages that use BuildContextLogger
org.jenkinsci.plugins.buildcontextcapture.type   
org.jenkinsci.plugins.buildcontextcapture.type.impl   
 

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

Methods in org.jenkinsci.plugins.buildcontextcapture.type with parameters of type BuildContextLogger
 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 BuildContextLogger in org.jenkinsci.plugins.buildcontextcapture.type.impl
 

Methods in org.jenkinsci.plugins.buildcontextcapture.type.impl with parameters of type BuildContextLogger
 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.