C G I M N P R S W

C

com.michelin.cio.hudson.plugins.copytoslave - package com.michelin.cio.hudson.plugins.copytoslave
 
configure(StaplerRequest, JSONObject) - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper.DescriptorImpl
 
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, boolean, 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, String, 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
 

G

getDescriptor() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
getDestinationFolder() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier
 
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
 
getRelativeTo() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
getRequiredMonitorService() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier
 
getSomewhereElsePath() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper.DescriptorImpl
 

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
 
isIncludeAntExcludes() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
isOverrideDestinationFolder() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToMasterNotifier
 
isRelativeToHomeEnabled() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper.DescriptorImpl
 
isSomewhereElseEnabled() - Method in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper.DescriptorImpl
 

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(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).
RELATIVE_TO_HOME - Static variable in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
RELATIVE_TO_SOMEWHERE_ELSE - Static variable in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
RELATIVE_TO_USERCONTENT - Static variable in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 
RELATIVE_TO_WORKSPACE - Static variable in class com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper
 

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 G I M N P R S W

Copyright © 2004-2012 Hudson. All Rights Reserved.