public abstract class AbstractPublisherImpl
extends hudson.tasks.Recorder
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
AbstractPublisherImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Ghostwriter |
newGhostwriter()
Creates the configured Ghostwriter.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, performprotected abstract Ghostwriter newGhostwriter()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild in interface hudson.tasks.BuildStepprebuild in class hudson.tasks.BuildStepCompatibilityLayerCopyright © 2016–2018. All rights reserved.