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, prebuild
getProjectAction, getProjectActions, perform
protected 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.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public boolean prebuild(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
prebuild
in interface hudson.tasks.BuildStep
prebuild
in class hudson.tasks.BuildStepCompatibilityLayer
Copyright © 2016–2018. All rights reserved.