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

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

public class EnvVarsType
extends BuildContextCaptureType

Author:
Gregory Boissinot
See Also:
Serialized Form

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

Constructor Detail

EnvVarsType

@DataBoundConstructor
public EnvVarsType()
Method Detail

getFileName

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

getCapturedElements

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


Copyright © 2004-2012. All Rights Reserved.