public class PretestedIntegrationPostCheckout extends hudson.tasks.Recorder implements Serializable, hudson.matrix.MatrixAggregatable, jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
PretestedIntegrationPostCheckout.DescriptorImpl
Descriptor Implementation for PretestedIntegrationPostCheckout
|
hudson.tasks.Publisher.DescriptorExtensionListImplhudson.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
PretestedIntegrationPostCheckout()
Constructor for PretestedIntegrationPostCheckout
|
| Modifier and Type | Method and Description |
|---|---|
hudson.matrix.MatrixAggregator |
createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
For a matrix project, push should only happen once.
|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isSupported(Class classname) |
boolean |
isSupported(String fullClassName) |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Calls the SCM-specific function according to the chosen SCM.
|
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath ws,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
printWarningIfUnsupported(Class classname,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public PretestedIntegrationPostCheckout()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerbuild - The Buildlauncher - The Launcherlistener - The BuildListenerInterruptedException - An foreseen issuepublic boolean isSupported(String fullClassName)
public boolean isSupported(Class classname)
public void printWarningIfUnsupported(Class classname, hudson.model.BuildListener listener)
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
createAggregator in interface hudson.matrix.MatrixAggregatablepublic void perform(hudson.model.Run<?,?> run,
hudson.FilePath ws,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepCopyright © 2016–2022. All rights reserved.