com.michelin.cio.hudson.plugins.copytoslave
Class CopyToSlaveBuildWrapper

java.lang.Object
  extended by hudson.tasks.BuildWrapper
      extended by com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.BuildWrapper>

public class CopyToSlaveBuildWrapper
extends hudson.tasks.BuildWrapper

Author:
Romain Seguy (http://davadoc.deviantart.com)

Nested Class Summary
static class CopyToSlaveBuildWrapper.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
 
Constructor Summary
CopyToSlaveBuildWrapper(java.lang.String includes, java.lang.String excludes)
           
 
Method Summary
 java.lang.String getExcludes()
           
 java.lang.String getIncludes()
           
 hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 hudson.tasks.BuildWrapper.Environment setUp(hudson.model.Build build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.BuildWrapper
all, decorateLauncher, getDescriptor, getProjectAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyToSlaveBuildWrapper

@DataBoundConstructor
public CopyToSlaveBuildWrapper(java.lang.String includes,
                                                    java.lang.String excludes)
Method Detail

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
Overrides:
setUp in class hudson.tasks.BuildWrapper
Throws:
java.io.IOException
java.lang.InterruptedException

setUp

public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.Build build,
                                                   hudson.Launcher launcher,
                                                   hudson.model.BuildListener listener)
                                            throws java.io.IOException,
                                                   java.lang.InterruptedException
Overrides:
setUp in class hudson.tasks.BuildWrapper
Throws:
java.io.IOException
java.lang.InterruptedException

getIncludes

public java.lang.String getIncludes()

getExcludes

public java.lang.String getExcludes()


Copyright © 2010. All Rights Reserved.