All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.nemerosa.ontrack.kdsl.connector.client.OntractConnectionProperties.kt Maven / Gradle / Ivy

There is a newer version: 4.4.5
Show newest version
package net.nemerosa.ontrack.kdsl.connector.client

/**
 * Defines what's needed to connect to Ontrack.
 *
 * @property url Root URL of the Ontrack server.
 * @property token API token
 * @property internalUrl Used for the internal test webhook to connect from Ontrack to Ontrack
 */
class OntractConnectionProperties(
    val url: String,
    val token: String,
    val internalUrl: String,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy