Package 

Class LegacyProjectApiHelper

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ConfigurableFileTree fileTree(Directory directory)
      FileTree zipTree(File tarPath)
      FileTree tarTree(File tarPath)
      WorkResult copy(Action<CopySpec> action)
      WorkResult delete(Action<DeleteSpec> action)
      ExecResult exec(Action<ExecSpec> action)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LegacyProjectApiHelper

        LegacyProjectApiHelper(Project project)
    • Method Detail

      • fileTree

         ConfigurableFileTree fileTree(Directory directory)
      • copy

         WorkResult copy(Action<CopySpec> action)
      • delete

         WorkResult delete(Action<DeleteSpec> action)
      • exec

         ExecResult exec(Action<ExecSpec> action)