Class FileTreeArtifact

java.lang.Object
org.wpilib.deployutils.deploy.artifact.AbstractArtifact
org.wpilib.deployutils.deploy.artifact.FileTreeArtifact
All Implemented Interfaces:
org.gradle.api.Named, Artifact, CacheableArtifact
Direct Known Subclasses:
JavaClasspathArtifact

public class FileTreeArtifact extends AbstractArtifact implements CacheableArtifact
  • Constructor Details

  • Method Details

    • getFiles

      public org.gradle.api.provider.Property<org.gradle.api.file.FileTree> getFiles()
    • getDeleteOldFiles

      public org.gradle.api.provider.Property<Boolean> getDeleteOldFiles()
    • getCacheMethod

      public org.gradle.api.provider.Property<CacheMethod> getCacheMethod()
      Specified by:
      getCacheMethod in interface CacheableArtifact
    • deploy

      public void deploy(DeployContext context)
      Specified by:
      deploy in interface Artifact