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

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

public class JobConfigType
extends BuildContextCaptureType

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class JobConfigType.JobConfigTypeDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JobConfigType()
           
 
Method Summary
 void capture(hudson.model.AbstractBuild build, java.io.File outputCaptureDir)
           
 
Methods inherited from class org.jenkinsci.plugins.buildcontextcapture.type.BuildContextCaptureType
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobConfigType

@DataBoundConstructor
public JobConfigType()
Method Detail

capture

public void capture(hudson.model.AbstractBuild build,
                    java.io.File outputCaptureDir)
             throws BuildContextException
Specified by:
capture in class BuildContextCaptureType
Throws:
BuildContextException


Copyright © 2004-2012. All Rights Reserved.