Package io.github.jcohy.gradle.version
Enum Class Repository
- All Implemented Interfaces:
Serializable,Comparable<Repository>,Constable
Copyright: Copyright (c) 2021 jcohy.com
Description: 项目构件发布的仓库地址
- Since:
- 0.0.5.1
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()getUrl()booleanstatic Repositoryof(ReleaseStatus status) 根据ReleaseStatus获取仓库地址static RepositoryReturns the enum constant of this class with the specified name.static Repository[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SNAPSHOT
快照版本对应的仓库. -
MILESTONE
预发布版本对应的仓库. -
RELEASE
发布版本对应的仓库.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
of
根据ReleaseStatus获取仓库地址- Parameters:
status- the release status- Returns:
- the artifact repository
-
getId
-
getName
-
getUrl
-
isSnapshotsEnabled
public boolean isSnapshotsEnabled()
-