org.jenkinsci.plugins.buildcontextcapture.type
Class BuildContextCaptureType
java.lang.Object
org.jenkinsci.plugins.buildcontextcapture.type.BuildContextCaptureType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<BuildContextCaptureType>, java.io.Serializable
- Direct Known Subclasses:
- BuildTimeType, CommandType, EnvVarsType, JobConfigType, JobInfraType, LogType
public abstract class BuildContextCaptureType
- extends java.lang.Object
- implements hudson.ExtensionPoint, hudson.model.Describable<BuildContextCaptureType>, java.io.Serializable
- 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 |
BuildContextCaptureType
public BuildContextCaptureType()
getDescriptor
public hudson.model.Descriptor<BuildContextCaptureType> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<BuildContextCaptureType>
capture
public void capture(hudson.model.AbstractBuild build,
BuildContextLogger logger,
java.io.File outputCaptureDir,
java.lang.String format)
throws BuildContextException
- Throws:
BuildContextException
captureAndExport
protected void captureAndExport(hudson.model.AbstractBuild build,
BuildContextLogger logger,
java.io.File outputCaptureDir,
java.lang.String format)
throws BuildContextException
- Throws:
BuildContextException
getCapturedElements
public abstract java.util.Map<java.lang.String,? extends java.lang.Object> getCapturedElements(hudson.model.AbstractBuild build,
BuildContextLogger logger)
throws BuildContextException
- Throws:
BuildContextException
getFileName
protected abstract java.lang.String getFileName()
getSerializerFormat
protected AbstractExporterType getSerializerFormat(java.lang.String format)
Copyright © 2004-2012. All Rights Reserved.