ServerTarget

data class ServerTarget(var url: String? = null, var repositoryId: String? = null, var branchName: String? = null, var requestTimeoutSeconds: Int = DEFAULT_REQUEST_TIMEOUT_SECONDS, val metaProperties: MutableMap<String, String> = mutableMapOf()) : ServerEndpoint

Constructors

Link copied to clipboard
constructor(url: String? = null, repositoryId: String? = null, branchName: String? = null, requestTimeoutSeconds: Int = DEFAULT_REQUEST_TIMEOUT_SECONDS, metaProperties: MutableMap<String, String> = mutableMapOf())

Properties

Link copied to clipboard
open override var branchName: String?
Link copied to clipboard
Link copied to clipboard
open override var repositoryId: String?
Link copied to clipboard
open override var requestTimeoutSeconds: Int
Link copied to clipboard
open override var url: String?

Functions

Link copied to clipboard
open override fun getValidationErrors(): List<String>