Class AbstractArtifact
java.lang.Object
org.wpilib.deployutils.deploy.artifact.AbstractArtifact
- All Implemented Interfaces:
org.gradle.api.Named,Artifact
- Direct Known Subclasses:
ActionArtifact,BinaryLibraryArtifact,CommandArtifact,FileArtifact,FileCollectionArtifact,FileTreeArtifact,MultiCommandArtifact,NativeExecutableArtifact,NativeLibraryArtifact
-
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 TypeMethodDescriptionvoidvoidvoiddependsOnForDeployTask(Object... paths) voiddependsOnForStandaloneDeployTask(Object... paths) org.gradle.api.tasks.TaskProvider<ArtifactDeployTask>org.gradle.api.provider.Property<String>getName()List<org.gradle.api.Action<DeployContext>>List<org.gradle.api.Action<DeployContext>>org.gradle.api.tasks.TaskProvider<ArtifactDeployTask>booleanbooleanisEnabled(DeployContext context) voidvoidsetDisabled(boolean state) voidsetOnlyIf(Predicate<DeployContext> action) toString()Methods 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
deploy, getExtensionContainer
-
Constructor Details
-
AbstractArtifact
-
-
Method Details
-
getStandaloneDeployTask
- Specified by:
getStandaloneDeployTaskin interfaceArtifact
-
allowStandaloneDeploy
public void allowStandaloneDeploy()- Specified by:
allowStandaloneDeployin interfaceArtifact
-
getDeployTask
- Specified by:
getDeployTaskin interfaceArtifact
-
getTarget
-
getName
- Specified by:
getNamein interfaceorg.gradle.api.Named
-
dependsOn
-
dependsOnForDeployTask
- Specified by:
dependsOnForDeployTaskin interfaceArtifact
-
dependsOnForStandaloneDeployTask
- Specified by:
dependsOnForStandaloneDeployTaskin interfaceArtifact
-
getPreWorkerThread
- Specified by:
getPreWorkerThreadin interfaceArtifact
-
getDirectory
- Specified by:
getDirectoryin interfaceArtifact
-
getPredeploy
- Specified by:
getPredeployin interfaceArtifact
-
getPostdeploy
- Specified by:
getPostdeployin interfaceArtifact
-
getOnlyIf
-
setOnlyIf
-
isEnabled
-
isDisabled
public boolean isDisabled()- Specified by:
isDisabledin interfaceArtifact
-
setDisabled
public void setDisabled()- Specified by:
setDisabledin interfaceArtifact
-
setDisabled
public void setDisabled(boolean state) -
toString
-