Class StagedDeployTarget

  • All Implemented Interfaces:
    org.gradle.api.Named
    Direct Known Subclasses:
    WPIRemoteTarget

    public abstract class StagedDeployTarget
    extends edu.wpi.first.deployutils.deploy.target.RemoteTarget
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.gradle.api.Named

        org.gradle.api.Named.Namer
    • Constructor Summary

      Constructors 
      Constructor Description
      StagedDeployTarget​(java.lang.String name, org.gradle.api.Project project, edu.wpi.first.deployutils.deploy.DeployExtension de)  
    • Method Summary

      • Methods inherited from class edu.wpi.first.deployutils.deploy.target.RemoteTarget

        getArtifacts, getDeployTask, getDirectory, getLocations, getMaxChannels, getName, getOnlyIf, getProject, getTargetDiscoveryTask, getTargetPlatform, getTimeout, isDry, isFailOnMissing, setDirectory, setDry, setFailOnMissing, setMaxChannels, setOnlyIf, setTimeout, toString, verify
      • Methods inherited from class java.lang.Object

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

      • StagedDeployTarget

        @Inject
        public StagedDeployTarget​(java.lang.String name,
                                  org.gradle.api.Project project,
                                  edu.wpi.first.deployutils.deploy.DeployExtension de)