Class WPIMavenRepo
java.lang.Object
org.wpilib.gradlerio.wpi.WPIMavenRepo
- All Implemented Interfaces:
org.gradle.api.Named
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()intvoidsetAllowedGroupIds(Set<String> allowedGroupIds) voidsetAllowedGroupIdsRegex(Set<String> allowedGroupIdsRegex) voidsetDevelopment(String development) voidvoidsetPriority(int priority) voidsetRelease(String release)
-
Field Details
-
PRIORITY_REPO
public static final int PRIORITY_REPO- See Also:
-
PRIORITY_REPO_INUSE
public static final int PRIORITY_REPO_INUSE- See Also:
-
PRIORITY_OFFICIAL
public static final int PRIORITY_OFFICIAL- See Also:
-
PRIORITY_MIRROR
public static final int PRIORITY_MIRROR- See Also:
-
PRIORITY_MIRROR_INUSE
public static final int PRIORITY_MIRROR_INUSE- See Also:
-
PRIORITY_WPILIB_VENDOR_CACHE
public static final int PRIORITY_WPILIB_VENDOR_CACHE- See Also:
-
PRIORITY_VENDOR
public static final int PRIORITY_VENDOR- See Also:
-
-
Constructor Details
-
WPIMavenRepo
-
-
Method Details
-
getAllowedGroupIdsRegex
-
setAllowedGroupIdsRegex
-
getAllowedGroupIds
-
setAllowedGroupIds
-
getRelease
-
setRelease
-
getDevelopment
-
setDevelopment
-
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
getName
- Specified by:
getNamein interfaceorg.gradle.api.Named
-
setName
-