org.jenkinsci.plugins.buildcontextcapture.type.impl
Class JobInfraType

java.lang.Object
  extended by org.jenkinsci.plugins.buildcontextcapture.type.BuildContextCaptureType
      extended by org.jenkinsci.plugins.buildcontextcapture.type.WizardBuildContextCaptureType
          extended by org.jenkinsci.plugins.buildcontextcapture.type.impl.JobInfraType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<BuildContextCaptureType>

public class JobInfraType
extends WizardBuildContextCaptureType

Author:
Gregory Boissinot

Nested Class Summary
static class JobInfraType.JobInfraTypeDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JobInfraType()
           
 
Method Summary
protected  Map<String,? extends Object> getCapturedElements(hudson.model.AbstractBuild build, BuildContextLogger logger)
           
protected  String getFileName()
           
 
Methods inherited from class org.jenkinsci.plugins.buildcontextcapture.type.WizardBuildContextCaptureType
capture, getExportedFilePath
 
Methods inherited from class org.jenkinsci.plugins.buildcontextcapture.type.BuildContextCaptureType
getDescriptor, getExportedDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobInfraType

@DataBoundConstructor
public JobInfraType()
Method Detail

getCapturedElements

protected Map<String,? extends Object> getCapturedElements(hudson.model.AbstractBuild build,
                                                           BuildContextLogger logger)
                                                    throws BuildContextException
Specified by:
getCapturedElements in class WizardBuildContextCaptureType
Throws:
BuildContextException

getFileName

protected String getFileName()
Specified by:
getFileName in class WizardBuildContextCaptureType


Copyright © 2004-2012. All Rights Reserved.