Class RobotProgramStartArtifact
java.lang.Object
edu.wpi.first.deployutils.deploy.artifact.AbstractArtifact
edu.wpi.first.gradlerio.deploy.systemcore.RobotProgramStartArtifact
- All Implemented Interfaces:
edu.wpi.first.deployutils.deploy.artifact.Artifact,org.gradle.api.Named
public class RobotProgramStartArtifact
extends edu.wpi.first.deployutils.deploy.artifact.AbstractArtifact
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(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, setDisabled, setDisabled, setOnlyIf, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface edu.wpi.first.deployutils.deploy.artifact.Artifact
getExtensionContainer
-
Constructor Details
-
RobotProgramStartArtifact
-
-
Method Details
-
deploy
public void deploy(edu.wpi.first.deployutils.deploy.context.DeployContext ctx)
-