Deployment
data class Deployment @JvmOverloads constructor(name: String, isProduction: Boolean, isStaging: Boolean, isTest: Boolean, isLocalDevelopment: Boolean)
Content copied to clipboard
Deployment describes the context in which the application is running