public class PretestedIntegrationBuildWrapper
extends hudson.tasks.BuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
PretestedIntegrationBuildWrapper.DescriptorImpl
A singleton Descriptor for every concrete BuildWrapper implementation.
|
Modifier and Type | Field and Description |
---|---|
static String |
LOG_PREFIX
A prefix added to logging to facilitate debugging from logs.
|
AbstractSCMBridge |
scmBridge
The SCM Bridge used for this project.
|
Constructor and Description |
---|
PretestedIntegrationBuildWrapper(AbstractSCMBridge scmBridge)
Constructor for the Build Wrapper.
|
Modifier and Type | Method and Description |
---|---|
PretestedIntegrationBuildWrapper.DescriptorImpl |
getDescriptor() |
String |
getVersion() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Jenkins hook that fires after the workspace has been initialized.
|
public static final String LOG_PREFIX
public final AbstractSCMBridge scmBridge
@DataBoundConstructor public PretestedIntegrationBuildWrapper(AbstractSCMBridge scmBridge)
scmBridge
- the SCM bridgepublic hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
setUp
in class hudson.tasks.BuildWrapper
build
- - The build in progress for which an BuildWrapper.Environment object is created. Never null.launcher
- - This launcher can be used to launch processes for this build. If the build runs remotely, launcher will also run a job on that remote machine. Never null.listener
- - Can be used to send any message.public PretestedIntegrationBuildWrapper.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.BuildWrapper>
getDescriptor
in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>
public String getVersion()
Copyright © 2004–2016. All rights reserved.