Class JavaArtifact
java.lang.Object
org.wpilib.deployutils.deploy.artifact.AbstractArtifact
org.wpilib.deployutils.deploy.artifact.FileArtifact
org.wpilib.deployutils.deploy.artifact.JavaArtifact
- All Implemented Interfaces:
org.gradle.api.Named,Artifact,CacheableArtifact
Deprecated.
-
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 TypeMethodDescriptionorg.gradle.api.provider.Provider<org.gradle.api.tasks.bundling.Jar>Deprecated.voidsetJarTask(org.gradle.api.tasks.bundling.Jar jarTask) Deprecated.voidsetJarTask(org.gradle.api.tasks.TaskProvider<org.gradle.api.tasks.bundling.Jar> jarTask) Deprecated.Methods inherited from class org.wpilib.deployutils.deploy.artifact.FileArtifact
deploy, getCacheMethod, getFile, getFilenameMethods inherited from class org.wpilib.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 org.wpilib.deployutils.deploy.artifact.Artifact
allowStandaloneDeploy, dependsOn, dependsOnForDeployTask, dependsOnForStandaloneDeployTask, getDeployTask, getDirectory, getExtensionContainer, getPostdeploy, getPredeploy, getPreWorkerThread, getStandaloneDeployTask, getTarget, isDisabled, isEnabled, setDisabled, setOnlyIfMethods inherited from interface org.gradle.api.Named
getName
-
Constructor Details
-
JavaArtifact
Deprecated.
-
-
Method Details
-
getJarProvider
@Deprecated public org.gradle.api.provider.Provider<org.gradle.api.tasks.bundling.Jar> getJarProvider()Deprecated. -
setJarTask
@Deprecated public void setJarTask(org.gradle.api.tasks.TaskProvider<org.gradle.api.tasks.bundling.Jar> jarTask) Deprecated. -
setJarTask
public void setJarTask(org.gradle.api.tasks.bundling.Jar jarTask) Deprecated.
-