ScmData

data class ScmData(var connection: String, var developerConnection: String, var url: String? = null, var tag: String? = null)

More information:

Constructors

Link copied to clipboard
constructor(connection: String, developerConnection: String, url: String? = null, tag: String? = null)

Properties

Link copied to clipboard

This URL gives read access (does not have to be public)

Link copied to clipboard

This URL gives write access (does not have to be public)

Link copied to clipboard
var tag: String?

This specifies the tag that this project lives under

Link copied to clipboard
var url: String?

This URL gives the browser access to browse the repository (does not have to be public)