Class FRCJREArtifact

java.lang.Object
edu.wpi.first.deployutils.deploy.artifact.AbstractArtifact
edu.wpi.first.deployutils.deploy.artifact.FileArtifact
edu.wpi.first.deployutils.deploy.artifact.MavenArtifact
edu.wpi.first.gradlerio.deploy.roborio.FRCJREArtifact
All Implemented Interfaces:
edu.wpi.first.deployutils.deploy.artifact.Artifact, edu.wpi.first.deployutils.deploy.artifact.CacheableArtifact, org.gradle.api.Named

public class FRCJREArtifact extends edu.wpi.first.deployutils.deploy.artifact.MavenArtifact
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    org.gradle.api.Named.Namer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    void
    setCheckJreVersion(boolean checkJreVersion)
     

    Methods inherited from class edu.wpi.first.deployutils.deploy.artifact.MavenArtifact

    getConfiguration, getDependency

    Methods inherited from class edu.wpi.first.deployutils.deploy.artifact.FileArtifact

    deploy, getCacheMethod, getFile, getFilename

    Methods 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, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface edu.wpi.first.deployutils.deploy.artifact.Artifact

    allowStandaloneDeploy, dependsOn, dependsOnForDeployTask, dependsOnForStandaloneDeployTask, getDeployTask, getDirectory, getExtensionContainer, getPostdeploy, getPredeploy, getPreWorkerThread, getStandaloneDeployTask, getTarget, isDisabled, isEnabled, setDisabled, setOnlyIf

    Methods inherited from interface org.gradle.api.Named

    getName
  • Constructor Details

  • Method Details

    • getConfigName

      public String getConfigName()
    • isCheckJreVersion

      public boolean isCheckJreVersion()
    • setCheckJreVersion

      public void setCheckJreVersion(boolean checkJreVersion)