hudson.plugins.testng
Class Publisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
hudson.plugins.helpers.AbstractPublisherImpl
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 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 |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
Constructor Summary |
Publisher(java.lang.String reportFilenamePattern)
|
| 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 |
DESCRIPTOR
@Extension
public static final Publisher.DescriptorImpl DESCRIPTOR
Publisher
@DataBoundConstructor
public Publisher(java.lang.String reportFilenamePattern)
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.