ServerSource

data class ServerSource(var url: String? = null, var repositoryId: String? = null, var branchName: String? = null, var requestTimeoutSeconds: Int = DEFAULT_REQUEST_TIMEOUT_SECONDS, var revision: String? = null, var baseRevision: String? = null) : ServerEndpoint

Constructors

Link copied to clipboard
constructor(url: String? = null, repositoryId: String? = null, branchName: String? = null, requestTimeoutSeconds: Int = DEFAULT_REQUEST_TIMEOUT_SECONDS, revision: String? = null, baseRevision: String? = null)

Properties

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

Functions

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