C D G H I M N P R S W

C

checkFile(AbstractProject, String, boolean) - Static method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper.DescriptorImpl
 
com.michelin.cio.hudson.plugins.copytoslave - package com.michelin.cio.hudson.plugins.copytoslave
 
copyRecursiveTo(FilePath, String, String, boolean, boolean, FilePath) - Static method in class com.michelin.cio.hudson.plugins.copytoslave.MyFilePath
Enhances Hudson's FilePath.copyRecursiveTo(hudson.FilePath) until I patch Hudson core and upgrade the plugin to the corresponding Hudson version.
CopyToMasterNotifier - Class in com.michelin.cio.hudson.plugins.copytoslave
 
CopyToMasterNotifier(String, String) - Constructor for class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier
 
CopyToMasterNotifier.DescriptorImpl - Class in com.michelin.cio.hudson.plugins.copytoslave
 
CopyToMasterNotifier.DescriptorImpl() - Constructor for class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier.DescriptorImpl
 
CopyToSlaveBuildWrapper - Class in com.michelin.cio.hudson.plugins.copytoslave
 
CopyToSlaveBuildWrapper(String, String, boolean, boolean, boolean) - Constructor for class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
CopyToSlaveBuildWrapper.DescriptorImpl - Class in com.michelin.cio.hudson.plugins.copytoslave
 
CopyToSlaveBuildWrapper.DescriptorImpl() - Constructor for class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper.DescriptorImpl
 
CopyToSlaveUtils - Class in com.michelin.cio.hudson.plugins.copytoslave
 
CopyToSlaveUtils() - Constructor for class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveUtils
 

D

doCheckExcludes(AbstractProject, String) - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier.DescriptorImpl
Validates CopyToSlaveBuildWrapper.excludes.
doCheckExcludes(AbstractProject, String, boolean) - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper.DescriptorImpl
Validates CopyToSlaveBuildWrapper.excludes.
doCheckIncludes(AbstractProject, String) - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier.DescriptorImpl
Validates CopyToSlaveBuildWrapper.includes
doCheckIncludes(AbstractProject, String, boolean) - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper.DescriptorImpl
Validates CopyToSlaveBuildWrapper.includes

G

getDisplayName() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier.DescriptorImpl
 
getDisplayName() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper.DescriptorImpl
 
getExcludes() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier
 
getExcludes() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
getIncludes() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier
 
getIncludes() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
getProjectWorkspaceOnMaster(AbstractBuild, PrintStream) - Static method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveUtils
 
getProjectWorkspaceOnMaster(AbstractProject, PrintStream) - Static method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveUtils
 
getRequiredMonitorService() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier
 

H

hudson5977(FilePath) - Static method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveUtils
Workaround for HUDSON-5977.

I

isApplicable(Class<? extends AbstractProject>) - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier.DescriptorImpl
 
isApplicable(AbstractProject<?, ?>) - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper.DescriptorImpl
 
isFlatten() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
isHudsonHomeRelative() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
isIncludeAntExcludes() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 

M

MyFilePath - Class in com.michelin.cio.hudson.plugins.copytoslave
Complements Hudson's FilePath to enhance the copyRecursiveTo() method so that it offer a possibility to flatten dirs (cf.
MyFilePath() - Constructor for class com.michelin.cio.hudson.plugins.copytoslave.MyFilePath
 
MyGlobDirScanner - Class in com.michelin.cio.hudson.plugins.copytoslave
Modified copy of Hudson's DirScanner.Glob to modify the scan() method so that it takes into account Ant's default excludes (cf.

N

needsToRunAfterFinalized() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier
 

P

perform(AbstractBuild, Launcher, BuildListener) - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier
 

R

readFromTar(String, File, boolean, InputStream) - Static method in class com.michelin.cio.hudson.plugins.copytoslave.MyFilePath
Full copy/paste of Hudson's FilePath.readFromTar(java.lang.String, java.io.File, java.io.InputStream) method with some tweaking (mainly the flatten behavior).

S

scan(File, FileVisitor) - Method in class com.michelin.cio.hudson.plugins.copytoslave.MyGlobDirScanner
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
setUp(Build, Launcher, BuildListener) - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 

W

writeToTar(File, String, String, boolean, OutputStream) - Static method in class com.michelin.cio.hudson.plugins.copytoslave.MyFilePath
Full copy/paste of Hudson's FilePath.writeToTar(java.io.File, java.lang.String, java.lang.String, java.io.OutputStream) method with some tweaking (added an includeAntExcludes parameter).

C D G H I M N P R S W

Copyright © 2010. All Rights Reserved.