public class TestInProgressBuildWrapper
extends hudson.tasks.BuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
TestInProgressBuildWrapper.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static TestInProgressBuildWrapper.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
TestInProgressBuildWrapper() |
Modifier and Type | Method and Description |
---|---|
static hudson.remoting.forward.ListeningPort |
createPortForwarder(hudson.remoting.VirtualChannel ch,
int acceptingPort,
hudson.remoting.forward.Forwarder forwarder)
Same than PortForwarder.create but also works when build is running on
master
|
TestInProgressBuildWrapper.DescriptorImpl |
getDescriptor() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@Extension public static final TestInProgressBuildWrapper.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public TestInProgressBuildWrapper()
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
setUp
in class hudson.tasks.BuildWrapper
IOException
InterruptedException
public static hudson.remoting.forward.ListeningPort createPortForwarder(hudson.remoting.VirtualChannel ch, int acceptingPort, hudson.remoting.forward.Forwarder forwarder) throws IOException, InterruptedException
IOException
InterruptedException
PortForwarder.create(VirtualChannel, int, Forwarder)
public TestInProgressBuildWrapper.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.BuildWrapper>
getDescriptor
in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>
Copyright © 2004-2015. All Rights Reserved.