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
ConstructorsConstructorDescriptionStagedDeployTarget(String name, org.gradle.api.Project project, org.wpilib.deployutils.deploy.DeployExtension de) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeployStage(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
-
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)
-