Class FRCJavaArtifact
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
edu.wpi.first.gradlerio.deploy.systemcore.FRCJavaArtifact
- All Implemented Interfaces:
edu.wpi.first.deployutils.deploy.artifact.Artifact,edu.wpi.first.deployutils.deploy.artifact.CacheableArtifact,DebuggableArtifact,org.gradle.api.Named
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetGcType(GarbageCollectorType gcType) voidsetJarTask(org.gradle.api.tasks.bundling.Jar jarTask) voidsetJarTask(org.gradle.api.tasks.TaskProvider<org.gradle.api.tasks.bundling.Jar> jarTask) voidsetJavaCommand(String javaCommand) Methods inherited from class edu.wpi.first.gradlerio.deploy.DebuggableJavaArtifact
getDebugPort, getTargetDebugInfoMethods inherited from class edu.wpi.first.deployutils.deploy.artifact.JavaArtifact
getJarProviderMethods inherited from class edu.wpi.first.deployutils.deploy.artifact.FileArtifact
deploy, getCacheMethod, getFile, getFilenameMethods 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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, setOnlyIfMethods inherited from interface org.gradle.api.Named
getName
-
Constructor Details
-
FRCJavaArtifact
-
-
Method Details
-
getJavaCommand
-
setJavaCommand
-
getGcType
-
setGcType
-
setJarTask
public void setJarTask(org.gradle.api.tasks.bundling.Jar jarTask) - Overrides:
setJarTaskin classedu.wpi.first.deployutils.deploy.artifact.JavaArtifact
-
setJarTask
public void setJarTask(org.gradle.api.tasks.TaskProvider<org.gradle.api.tasks.bundling.Jar> jarTask) - Overrides:
setJarTaskin classedu.wpi.first.deployutils.deploy.artifact.JavaArtifact
-
getRobotCommandArtifact
-
getNativeZipArtifact
-
getJvmArgs
-
getArguments
-