org.jenkinsci.plugins.buildcontextcapture.publisher
Class BuildContextCapturePublisher

java.lang.Object
  extended by org.jenkinsci.lib.xpublisher.types.XPublisherType
      extended by org.jenkinsci.plugins.buildcontextcapture.publisher.BuildContextCapturePublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<org.jenkinsci.lib.xpublisher.types.XPublisherType>, java.io.Serializable

public class BuildContextCapturePublisher
extends org.jenkinsci.lib.xpublisher.types.XPublisherType

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class BuildContextCapturePublisher.BuildContextPublisherDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
BuildContextCapturePublisher()
           
 
Method Summary
 java.util.List<org.jenkinsci.lib.xpublisher.XPublisherArtifact> getArtifacts(hudson.model.AbstractBuild build, org.jenkinsci.lib.xpublisher.XPublisherLogger xPublisherLogger)
           
 
Methods inherited from class org.jenkinsci.lib.xpublisher.types.XPublisherType
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildContextCapturePublisher

@DataBoundConstructor
public BuildContextCapturePublisher()
Method Detail

getArtifacts

public java.util.List<org.jenkinsci.lib.xpublisher.XPublisherArtifact> getArtifacts(hudson.model.AbstractBuild build,
                                                                                    org.jenkinsci.lib.xpublisher.XPublisherLogger xPublisherLogger)
Specified by:
getArtifacts in class org.jenkinsci.lib.xpublisher.types.XPublisherType


Copyright © 2004-2012. All Rights Reserved.