Package edu.wpi.first.gradlerio.deploy
Class StagedDeployTarget
- java.lang.Object
-
- edu.wpi.first.deployutils.deploy.target.RemoteTarget
-
- edu.wpi.first.gradlerio.deploy.StagedDeployTarget
-
- All Implemented Interfaces:
org.gradle.api.Named
- Direct Known Subclasses:
WPIRemoteTarget
public abstract class StagedDeployTarget extends edu.wpi.first.deployutils.deploy.target.RemoteTarget
-
-
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 voidsetDeployStage(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
-
-
-
-
Method Detail
-
setDeployStage
public void setDeployStage(edu.wpi.first.deployutils.deploy.artifact.Artifact artifact, DeployStage stage)
-
-