Class RobotProgramKillArtifact

java.lang.Object
org.wpilib.deployutils.deploy.artifact.AbstractArtifact
org.wpilib.gradlerio.deploy.systemcore.RobotProgramKillArtifact
All Implemented Interfaces:
org.gradle.api.Named, org.wpilib.deployutils.deploy.artifact.Artifact

public class RobotProgramKillArtifact extends org.wpilib.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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deploy(org.wpilib.deployutils.deploy.context.DeployContext ctx)
     

    Methods inherited from class org.wpilib.deployutils.deploy.artifact.AbstractArtifact

    allowStandaloneDeploy, dependsOn, dependsOnForDeployTask, dependsOnForStandaloneDeployTask, getDeployTask, getDirectory, getName, getOnlyIf, getPostdeploy, getPredeploy, getPreWorkerThread, getStandaloneDeployTask, getTarget, isDisabled, isEnabled, setDisabled, setDisabled, setOnlyIf, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.wpilib.deployutils.deploy.artifact.Artifact

    getExtensionContainer
  • Constructor Details

  • Method Details

    • deploy

      public void deploy(org.wpilib.deployutils.deploy.context.DeployContext ctx)