Package edu.wpi.first.gradlerio.deploy
Class DebuggableJavaArtifact
- java.lang.Object
-
- edu.wpi.first.deployutils.deploy.artifact.AbstractArtifact
-
- edu.wpi.first.deployutils.deploy.artifact.FileArtifact
-
- edu.wpi.first.deployutils.deploy.artifact.JavaArtifact
-
- edu.wpi.first.gradlerio.deploy.DebuggableJavaArtifact
-
- 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:
FRCJavaArtifact
public class DebuggableJavaArtifact extends edu.wpi.first.deployutils.deploy.artifact.JavaArtifact implements DebuggableArtifact
-
-
Constructor Summary
Constructors Constructor Description DebuggableJavaArtifact(java.lang.String name, edu.wpi.first.deployutils.deploy.target.RemoteTarget target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDebugPort()TargetDebugInfogetTargetDebugInfo()-
Methods inherited from class edu.wpi.first.deployutils.deploy.artifact.JavaArtifact
getJarProvider, setJarTask, setJarTask
-
Methods inherited from class edu.wpi.first.deployutils.deploy.artifact.FileArtifact
deploy, getCacheMethod, getFile, getFilename
-
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, isExplicit, setDisabled, setDisabled, setExplicit, 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, isExplicit, setDisabled, setExplicit, setOnlyIf
-
-
-
-
Method Detail
-
getDebugPort
public int getDebugPort()
-
getTargetDebugInfo
public TargetDebugInfo getTargetDebugInfo()
- Specified by:
getTargetDebugInfoin interfaceDebuggableArtifact
-
-