org.jenkinsci.plugins.buildcontextcapture.type.impl
Class LogType
java.lang.Object
org.jenkinsci.plugins.buildcontextcapture.type.BuildContextCaptureType
org.jenkinsci.plugins.buildcontextcapture.type.impl.LogType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<BuildContextCaptureType>, java.io.Serializable
public class LogType
- 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 |
LogType
@DataBoundConstructor
public LogType()
getFileName
protected java.lang.String getFileName()
- Specified by:
getFileName in class BuildContextCaptureType
captureAndExport
public void captureAndExport(hudson.model.AbstractBuild build,
BuildContextLogger logger,
java.io.File outputCaptureDir,
java.lang.String format)
throws BuildContextException
- Overrides:
captureAndExport in class BuildContextCaptureType
- Throws:
BuildContextException
getCapturedElements
public java.util.Map<java.lang.String,? extends java.lang.Object> getCapturedElements(hudson.model.AbstractBuild build,
BuildContextLogger logger)
throws BuildContextException
- Specified by:
getCapturedElements in class BuildContextCaptureType
- Throws:
BuildContextException
Copyright © 2004-2012. All Rights Reserved.