jetbrains.buildServer.configs.kotlin.v2018_1.buildFeatures / CommitStatusPublisher / Publisher / Upsource

Upsource

class Upsource : Publisher

Constructors

<init>

Upsource()

Properties

password

var password: String?

A password for Upsource connection

projectId

var projectId: String?

Upsource project ID

serverUrl

var serverUrl: String?

Upsource server URL

userName

var userName: String?

A username for Upsource connection

Functions

validate

fun validate(consumer: ErrorConsumer): Unit