Class RobotCommandArtifact

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

public class RobotCommandArtifact extends org.wpilib.deployutils.deploy.artifact.FileArtifact
  • 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)
     
    Function<org.wpilib.deployutils.deploy.context.DeployContext, String>
     
    void
    setStartCommandFunc(Function<org.wpilib.deployutils.deploy.context.DeployContext, String> startCommandFunc)
     

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

    getCacheMethod, getFile, getFilename

    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

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

    Methods inherited from interface org.gradle.api.Named

    getName
  • Constructor Details

  • Method Details

    • getStartCommandFunc

      public Function<org.wpilib.deployutils.deploy.context.DeployContext, String> getStartCommandFunc()
    • setStartCommandFunc

      public void setStartCommandFunc(Function<org.wpilib.deployutils.deploy.context.DeployContext, String> startCommandFunc)
    • deploy

      public void deploy(org.wpilib.deployutils.deploy.context.DeployContext ctx)
      Specified by:
      deploy in interface org.wpilib.deployutils.deploy.artifact.Artifact
      Overrides:
      deploy in class org.wpilib.deployutils.deploy.artifact.FileArtifact