-
- All Implemented Interfaces:
@Deprecated(message = "Only 6.6 and newer is supported") public interface ProjectApiHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ProjectApiHelper.Companion
-
Method Summary
Modifier and Type Method Description abstract ConfigurableFileTree
fileTree(Directory directory)
abstract FileTree
zipTree(File tarPath)
abstract FileTree
tarTree(File tarPath)
abstract WorkResult
copy(Action<CopySpec> action)
abstract WorkResult
delete(Action<DeleteSpec> action)
abstract ExecResult
exec(Action<ExecSpec> action)
-