public class AnkaSaveImagePostBuildStep
extends hudson.tasks.Recorder
Modifier and Type | Class and Description |
---|---|
static class |
AnkaSaveImagePostBuildStep.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
AnkaSaveImagePostBuildStep(boolean shouldFail,
int timeoutMinutes) |
Modifier and Type | Method and Description |
---|---|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
int |
getTimeoutMinutes() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener taskListener) |
boolean |
shouldFail() |
all, getProjectAction, needsToRunAfterFinalized, prebuild
@DataBoundConstructor public AnkaSaveImagePostBuildStep(boolean shouldFail, int timeoutMinutes)
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener taskListener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean shouldFail()
public int getTimeoutMinutes()
Copyright © 2016–2020. All rights reserved.