Uses of Enum Class
org.jreleaser.model.spi.release.Repository.Kind
Packages that use Repository.Kind
-
Uses of Repository.Kind in org.jreleaser.model.spi.release
Methods in org.jreleaser.model.spi.release that return Repository.KindModifier and TypeMethodDescriptionRepository.getKind()static Repository.KindReturns the enum constant of this class with the specified name.static Repository.Kind[]Repository.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jreleaser.model.spi.release with parameters of type Repository.KindModifierConstructorDescriptionRepository(Repository.Kind kind, String owner, String name, String url, String httpUrl)