Class WPIMavenRepo

java.lang.Object
org.wpilib.gradlerio.wpi.WPIMavenRepo
All Implemented Interfaces:
org.gradle.api.Named

public class WPIMavenRepo extends Object implements org.gradle.api.Named
  • Field Details

  • Constructor Details

    • WPIMavenRepo

      @Inject public WPIMavenRepo(String name)
  • Method Details

    • getAllowedGroupIdsRegex

      public Set<String> getAllowedGroupIdsRegex()
    • setAllowedGroupIdsRegex

      public void setAllowedGroupIdsRegex(Set<String> allowedGroupIdsRegex)
    • getAllowedGroupIds

      public Set<String> getAllowedGroupIds()
    • setAllowedGroupIds

      public void setAllowedGroupIds(Set<String> allowedGroupIds)
    • getRelease

      public String getRelease()
    • setRelease

      public void setRelease(String release)
    • getDevelopment

      public String getDevelopment()
    • setDevelopment

      public void setDevelopment(String development)
    • getPriority

      public int getPriority()
    • setPriority

      public void setPriority(int priority)
    • getName

      public String getName()
      Specified by:
      getName in interface org.gradle.api.Named
    • setName

      public void setName(String name)