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.DescriptorExtensionListImpl
hudson.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, prebuild
getProjectAction, 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.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
build
- 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.MatrixAggregatable
public void perform(hudson.model.Run<?,?> run, hudson.FilePath ws, hudson.Launcher launcher, hudson.model.TaskListener listener) throws InterruptedException
perform
in interface jenkins.tasks.SimpleBuildStep
InterruptedException
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
Copyright © 2016–2022. All rights reserved.