org.jenkinsci.plugins.buildcontextcapture.type.impl
Class EnvVarsType
java.lang.Object
org.jenkinsci.plugins.buildcontextcapture.type.BuildContextCaptureType
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvVarsType
@DataBoundConstructor
public EnvVarsType()
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.