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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setDeployStage​(edu.wpi.first.deployutils.deploy.artifact.Artifact artifact, DeployStage stage)  
      • Methods inherited from class edu.wpi.first.deployutils.deploy.target.RemoteTarget

        getArtifacts, getArtifactTypeClass, getDeployTask, getDirectory, getLocations, getLocationTypeClass, getMaxChannels, getName, getOnlyIf, getProject, getStandaloneDeployTask, getStorageServiceProvider, 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)
    • Method Detail

      • setDeployStage

        public void setDeployStage​(edu.wpi.first.deployutils.deploy.artifact.Artifact artifact,
                                   DeployStage stage)