Package edu.wpi.first.gradlerio.deploy
Interface DebuggableArtifact
-
- All Superinterfaces:
edu.wpi.first.deployutils.deploy.artifact.Artifact,org.gradle.api.Named
- All Known Implementing Classes:
DebuggableJavaArtifact,DebuggableNativeArtifact,FRCJavaArtifact,FRCNativeArtifact
public interface DebuggableArtifact extends edu.wpi.first.deployutils.deploy.artifact.Artifact
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetDebugInfogetTargetDebugInfo()
-
-
-
Method Detail
-
getTargetDebugInfo
TargetDebugInfo getTargetDebugInfo()
-
-