Class DebuggableNativeArtifact

java.lang.Object
edu.wpi.first.deployutils.deploy.artifact.AbstractArtifact
edu.wpi.first.deployutils.deploy.artifact.NativeExecutableArtifact
edu.wpi.first.gradlerio.deploy.DebuggableNativeArtifact
All Implemented Interfaces:
edu.wpi.first.deployutils.deploy.artifact.Artifact, edu.wpi.first.deployutils.deploy.artifact.CacheableArtifact, DebuggableArtifact, org.gradle.api.Named
Direct Known Subclasses:
FRCNativeArtifact

public class DebuggableNativeArtifact extends edu.wpi.first.deployutils.deploy.artifact.NativeExecutableArtifact implements DebuggableArtifact
  • 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
    int
     
     

    Methods inherited from class edu.wpi.first.deployutils.deploy.artifact.NativeExecutableArtifact

    deploy, getBinary, getCacheMethod, getDeployedFile, getFilename, getInstallTaskProvider, getLibraryDirectory, getLibraryFilter, isDeployLibraries, setDeployLibraries

    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, toString

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface edu.wpi.first.deployutils.deploy.artifact.Artifact

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

    Methods inherited from interface org.gradle.api.Named

    getName