VersionControlDetails
@JsonClass(generateAdapter = true)
Content copied to clipboard
Specifies the information necessary to retrieve a desired revision from a version control system.
Constructors
Link copied to clipboard
fun VersionControlDetails( @Json(name = "asOfTimeUtc") asOfTimeUTC: String? = null, @Json(name = "branch") branch: String? = null, @Json(name = "mappedTo") mappedTo: ArtifactLocation? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "repositoryUri") repositoryURI: String, @Json(name = "revisionId") revisionID: String? = null, @Json(name = "revisionTag") revisionTag: String? = null)
Content copied to clipboard
Properties
Link copied to clipboard