hudson.plugins.testng
Class Publisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Recorder
              extended by hudson.plugins.helpers.AbstractPublisherImpl
                  extended by hudson.plugins.testng.Publisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class Publisher
extends AbstractPublisherImpl

This class defines a @Publisher and @Extension


Nested Class Summary
static class Publisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.tasks.Publisher
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static Publisher.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
Publisher(java.lang.String reportFilenamePattern)
           
 
Method Summary
 hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
          
 hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
          
 java.lang.String getReportFilenamePattern()
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 boolean needsToRunAfterFinalized()
          
protected  Ghostwriter newGhostwriter()
          Creates the configured Ghostwriter.
 
Methods inherited from class hudson.plugins.helpers.AbstractPublisherImpl
perform, prebuild
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

@Extension
public static final Publisher.DescriptorImpl DESCRIPTOR
Constructor Detail

Publisher

@DataBoundConstructor
public Publisher(java.lang.String reportFilenamePattern)
Method Detail

getReportFilenamePattern

public java.lang.String getReportFilenamePattern()

needsToRunAfterFinalized

public boolean needsToRunAfterFinalized()

Overrides:
needsToRunAfterFinalized in class hudson.tasks.Publisher

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()

getDescriptor

public hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()

Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>
Overrides:
getDescriptor in class hudson.tasks.Recorder

getProjectAction

public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)

Specified by:
getProjectAction in interface hudson.tasks.BuildStep
Overrides:
getProjectAction in class hudson.tasks.BuildStepCompatibilityLayer

newGhostwriter

protected Ghostwriter newGhostwriter()
Description copied from class: AbstractPublisherImpl
Creates the configured Ghostwriter.

Specified by:
newGhostwriter in class AbstractPublisherImpl
Returns:
returns the configured Ghostwriter.


Copyright © 2010. All Rights Reserved.