Class FRCProgramKillArtifact
- java.lang.Object
-
- edu.wpi.first.deployutils.deploy.artifact.AbstractArtifact
-
- edu.wpi.first.gradlerio.deploy.roborio.FRCProgramKillArtifact
-
- All Implemented Interfaces:
edu.wpi.first.deployutils.deploy.artifact.Artifact,org.gradle.api.Named
public class FRCProgramKillArtifact extends edu.wpi.first.deployutils.deploy.artifact.AbstractArtifact
-
-
Constructor Summary
Constructors Constructor Description FRCProgramKillArtifact(java.lang.String name, StagedDeployTarget target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(edu.wpi.first.deployutils.deploy.context.DeployContext ctx)-
Methods inherited from class edu.wpi.first.deployutils.deploy.artifact.AbstractArtifact
allowStandaloneDeploy, dependsOn, dependsOnForDeployTask, dependsOnForStandaloneDeployTask, getDeployTask, getDirectory, getName, getOnlyIf, getPostdeploy, getPredeploy, getPreWorkerThread, getStandaloneDeployTask, getTarget, isDisabled, isEnabled, isExplicit, setDisabled, setDisabled, setExplicit, setOnlyIf, toString
-
-
-
-
Constructor Detail
-
FRCProgramKillArtifact
@Inject public FRCProgramKillArtifact(java.lang.String name, StagedDeployTarget target)
-
-