public class PretestedIntegrationBuildWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
PretestedIntegrationBuildWrapper.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static String |
LOG_PREFIX |
AbstractSCMBridge |
scmBridge |
| Constructor and Description |
|---|
PretestedIntegrationBuildWrapper(AbstractSCMBridge scmBridge) |
| Modifier and Type | Method and Description |
|---|---|
void |
ensurePublisher(hudson.model.AbstractBuild<?,?> build) |
PretestedIntegrationBuildWrapper.DescriptorImpl |
getDescriptor() |
void |
preCheckout()
Prints out version information.
|
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Jenkins hook that fires after the workspace is initialized.
|
public static final String LOG_PREFIX
public final AbstractSCMBridge scmBridge
@DataBoundConstructor public PretestedIntegrationBuildWrapper(AbstractSCMBridge scmBridge)
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
setUp in class hudson.tasks.BuildWrapperbuild - launcher - listener - public void ensurePublisher(hudson.model.AbstractBuild<?,?> build)
throws IOException
IOExceptionpublic void preCheckout()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic PretestedIntegrationBuildWrapper.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>Copyright © 2004–2014. All rights reserved.