Class WPIVendorDepsExtension.VendorMavenRepo

  • All Implemented Interfaces:
    org.gradle.api.Named
    Enclosing class:
    WPIVendorDepsExtension

    public static class WPIVendorDepsExtension.VendorMavenRepo
    extends java.lang.Object
    implements org.gradle.api.Named
    • Nested Class Summary

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

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

      Constructors 
      Constructor Description
      VendorMavenRepo​(java.lang.String name, java.lang.String url, java.util.Set<java.lang.String> allowedGroupIds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getAllowedGroupIds()  
      java.lang.String getName()  
      java.lang.String getUrl()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VendorMavenRepo

        @Inject
        public VendorMavenRepo​(java.lang.String name,
                               java.lang.String url,
                               java.util.Set<java.lang.String> allowedGroupIds)
    • Method Detail

      • getAllowedGroupIds

        public java.util.Set<java.lang.String> getAllowedGroupIds()
      • getUrl

        public java.lang.String getUrl()
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.gradle.api.Named