public class PretestedIntegrationPostCheckout
extends hudson.tasks.Publisher
Modifier and Type | Class and Description |
---|---|
static class |
PretestedIntegrationPostCheckout.DescriptorImpl |
Constructor and Description |
---|
PretestedIntegrationPostCheckout() |
Modifier and Type | Method and Description |
---|---|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
needsToRunAfterFinalized()
This should ensure that we only run, when the build result can no longer be changes (is final).
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Calls the SCM-specific function according to the chosen SCM.
|
@DataBoundConstructor public PretestedIntegrationPostCheckout()
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized
in class hudson.tasks.Publisher
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
build
- launcher
- listener
- public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004–2015. All rights reserved.