Class StagedDeployTarget

java.lang.Object
org.wpilib.deployutils.deploy.target.RemoteTarget
org.wpilib.gradlerio.deploy.StagedDeployTarget
All Implemented Interfaces:
org.gradle.api.Named
Direct Known Subclasses:
WPIRemoteTarget

public abstract class StagedDeployTarget extends org.wpilib.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(String name, org.gradle.api.Project project, org.wpilib.deployutils.deploy.DeployExtension de)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDeployStage(org.wpilib.deployutils.deploy.artifact.Artifact artifact, DeployStage stage)
     

    Methods inherited from class org.wpilib.deployutils.deploy.target.RemoteTarget

    getArtifacts, getArtifactTypeClass, getDeployTask, getDirectory, getListTypeClassesTask, 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 Object

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

    • StagedDeployTarget

      @Inject public StagedDeployTarget(String name, org.gradle.api.Project project, org.wpilib.deployutils.deploy.DeployExtension de)
  • Method Details

    • setDeployStage

      public void setDeployStage(org.wpilib.deployutils.deploy.artifact.Artifact artifact, DeployStage stage)