Class BinaryLibraryArtifact
java.lang.Object
org.wpilib.deployutils.deploy.artifact.AbstractArtifact
org.wpilib.deployutils.deploy.artifact.BinaryLibraryArtifact
- 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 TypeMethodDescriptionvoiddeploy(DeployContext context) org.gradle.nativeplatform.NativeBinarySpecorg.gradle.api.provider.Property<CacheMethod>getFiles()booleanvoidsetBinary(org.gradle.nativeplatform.NativeBinarySpec binary) voidsetDoDeploy(boolean doDeploy) voidMethods 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
-
BinaryLibraryArtifact
-
-
Method Details
-
getCacheMethod
- Specified by:
getCacheMethodin interfaceCacheableArtifact
-
getBinary
public org.gradle.nativeplatform.NativeBinarySpec getBinary() -
setBinary
public void setBinary(org.gradle.nativeplatform.NativeBinarySpec binary) -
isDoDeploy
public boolean isDoDeploy() -
setDoDeploy
public void setDoDeploy(boolean doDeploy) -
getFiles
-
setFiles
-
deploy
-