Class FindFilesTask
- java.lang.Object
-
- jenkins.MasterToSlaveFileCallable<List<String>>
-
- org.jenkinsci.plugins.googleplayandroidpublisher.FindFilesTask
-
- All Implemented Interfaces:
FilePath.FileCallable<List<String>>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class FindFilesTask extends MasterToSlaveFileCallable<List<String>>
Task which searches for files using an Ant Fileset pattern.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
invoke(File baseDir, hudson.remoting.VirtualChannel channel)
-
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
-