org.jenkinsci.plugins.buildcontextcapture.publisher
Class BuildContextCapturePublisherType

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

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

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class BuildContextCapturePublisherType.BuildContextPublisherDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
BuildContextCapturePublisherType()
           
 
Method Summary
 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

BuildContextCapturePublisherType

@DataBoundConstructor
public BuildContextCapturePublisherType()
Method Detail

getArtifacts

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


Copyright © 2004-2012. All Rights Reserved.