Registry Task Source Trigger Args
data class RegistryTaskSourceTriggerArgs(val authentication: Output<RegistryTaskSourceTriggerAuthenticationArgs>? = null, val branch: Output<String>? = null, val enabled: Output<Boolean>? = null, val events: Output<List<String>>, val name: Output<String>, val repositoryUrl: Output<String>, val sourceType: Output<String>) : ConvertibleToJava<RegistryTaskSourceTriggerArgs>
Constructors
Link copied to clipboard
fun RegistryTaskSourceTriggerArgs(authentication: Output<RegistryTaskSourceTriggerAuthenticationArgs>? = null, branch: Output<String>? = null, enabled: Output<Boolean>? = null, events: Output<List<String>>, name: Output<String>, repositoryUrl: Output<String>, sourceType: Output<String>)