public class RemoveImagePublisher
extends hudson.tasks.Publisher
Modifier and Type | Class and Description |
---|---|
static class |
RemoveImagePublisher.DescriptorImpl |
Constructor and Description |
---|
RemoveImagePublisher() |
Modifier and Type | Method and Description |
---|---|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> abstractBuild,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> abstractBuild,
hudson.model.BuildListener listener) |
void |
publish(hudson.model.AbstractBuild<?,?> abstractBuild,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getProjectAction, needsToRunAfterFinalized, prebuild
public void publish(hudson.model.AbstractBuild<?,?> abstractBuild, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IllegalStateException
IllegalStateException
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean prebuild(hudson.model.AbstractBuild<?,?> abstractBuild, hudson.model.BuildListener listener)
prebuild
in interface hudson.tasks.BuildStep
prebuild
in class hudson.tasks.BuildStepCompatibilityLayer
public final boolean perform(hudson.model.AbstractBuild<?,?> abstractBuild, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2004-2016. All Rights Reserved.