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()-
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, isExplicit, setDisabled, setExplicit, setOnlyIf
-
-
-
-
Method Detail
-
getTargetDebugInfo
TargetDebugInfo getTargetDebugInfo()
-
-