data class Repository
Data class of a repository.
Repository(type: RepositoryType, url: URI, credentials: Credentials, pattern: String = "")
Data class of a repository. |
var artifactPath: String
Maven basic artifact path if available. |
|
val credentials: Credentials
credentials for basic authentication. |
|
val pattern: String
Ivy pattern |
|
val type: RepositoryType
describes the type of repository. |
|
val url: URI
URL string of the repository. |
|
val urlStr: String
URL string object of the repository object. |
|
var version: String
The final version of an Ivy repository. |
fun initIvyRepoFrom(repo: IvyArtifactRepository, pattern: String): Repository
Initialize a internal repository object from an existing Gradle IVY repository. |
|
fun initMavenRepoFrom(repo: MavenArtifactRepository): Repository
Initialize a internal repository object from an existing Gradle Maven repository. |