hudson.plugins.dimensionsscm
Class DimensionsBuildWrapper

java.lang.Object
  extended by hudson.tasks.BuildWrapper
      extended by hudson.plugins.dimensionsscm.DimensionsBuildWrapper
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.BuildWrapper>

public class DimensionsBuildWrapper
extends hudson.tasks.BuildWrapper


Nested Class Summary
static class DimensionsBuildWrapper.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
hudson.tasks.BuildWrapper.Environment
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static DimensionsBuildWrapper.DescriptorImpl DMWBLD_DESCRIPTOR
           
 
Constructor Summary
DimensionsBuildWrapper()
          Default constructor.
 
Method Summary
 hudson.model.Descriptor<hudson.tasks.BuildWrapper> getDescriptor()
          Descriptor should be singleton.
 hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
          Default environment setup.
 
Methods inherited from class hudson.tasks.BuildWrapper
all, decorateLauncher, getProjectAction, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DMWBLD_DESCRIPTOR

@Extension
public static final DimensionsBuildWrapper.DescriptorImpl DMWBLD_DESCRIPTOR
Constructor Detail

DimensionsBuildWrapper

@DataBoundConstructor
public DimensionsBuildWrapper()
Default constructor.

Method Detail

getDescriptor

public hudson.model.Descriptor<hudson.tasks.BuildWrapper> getDescriptor()
Descriptor should be singleton.

Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>
Overrides:
getDescriptor in class hudson.tasks.BuildWrapper

setUp

public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
                                                   hudson.Launcher launcher,
                                                   hudson.model.BuildListener listener)
                                            throws java.io.IOException,
                                                   java.lang.InterruptedException
Default environment setup.

Overrides:
setUp in class hudson.tasks.BuildWrapper
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2009. All Rights Reserved.