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 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)
           
 hudson.FilePath WizardBuildContextCaptureType.getExportedFilePath(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
abstract  hudson.FilePath BuildContextCaptureType.getExportedFilePath(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, 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.