IntegrationJenkinsArgs

constructor(enableSslVerification: Output<Boolean>? = null, jenkinsUrl: Output<String>? = null, mergeRequestEvents: Output<Boolean>? = null, password: Output<String>? = null, project: Output<String>? = null, projectName: Output<String>? = null, pushEvents: Output<Boolean>? = null, tagPushEvents: Output<Boolean>? = null, username: Output<String>? = null)