public class PretestedIntegrationPostCheckout
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
PretestedIntegrationPostCheckout.DescriptorImpl
Descriptor Implementation for PretestedIntegrationPostCheckout
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
PretestedIntegrationPostCheckout()
Constructor for PretestedIntegrationPostCheckout
|
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Calls the SCM-specific function according to the chosen SCM.
|
all, getProjectAction, needsToRunAfterFinalized, prebuild@DataBoundConstructor public PretestedIntegrationPostCheckout()
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.BuildStepCompatibilityLayerbuild - The Buildlauncher - The Launcherlistener - The BuildListenerInterruptedExceptionIOExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004–2016. All rights reserved.