gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.gitlab

Package org.openstreetmap.josm.gradle.plugin.gitlab

Types

GitlabRepositorySettings

class GitlabRepositorySettings

A configuration consisting of one specific project on one specific GitLab instance and a token that can be used to make API requests. Use Builder.build to create an instance.

Extensions for External Classes

org.gradle.api.artifacts.dsl.RepositoryHandler

Properties

DEFAULT_GITLAB_URL

const val DEFAULT_GITLAB_URL: String

The GitLab base URL that is used when no other URL is configured. The value is https://gitlab.com.