net.nemerosa.ontrack.kdsl.connector.client.OntractConnectionProperties.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-kdsl Show documentation
Show all versions of ontrack-kdsl Show documentation
Ontrack module: ontrack-kdsl
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