Class JavaClasspathArtifact
java.lang.Object
org.wpilib.deployutils.deploy.artifact.AbstractArtifact
org.wpilib.deployutils.deploy.artifact.FileTreeArtifact
org.wpilib.deployutils.deploy.artifact.JavaClasspathArtifact
- All Implemented Interfaces:
org.gradle.api.Named,Artifact,CacheableArtifact
-
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.artifacts.Configuration>org.gradle.api.provider.Provider<org.gradle.jvm.tasks.Jar>voidsetConfiguration(org.gradle.api.artifacts.Configuration configuration) voidsetJar(org.gradle.jvm.tasks.Jar jar) Methods inherited from class org.wpilib.deployutils.deploy.artifact.FileTreeArtifact
deploy, getCacheMethod, getDeleteOldFiles, getFilesMethods 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
-
JavaClasspathArtifact
-
-
Method Details
-
getConfigurationProvider
public org.gradle.api.provider.Provider<org.gradle.api.artifacts.Configuration> getConfigurationProvider() -
getJarProvider
public org.gradle.api.provider.Provider<org.gradle.jvm.tasks.Jar> getJarProvider() -
setJar
public void setJar(org.gradle.jvm.tasks.Jar jar) -
setConfiguration
public void setConfiguration(org.gradle.api.artifacts.Configuration configuration)
-