BuildTrigger constructor

BuildTrigger({
  1. ApprovalConfig? approvalConfig,
  2. bool? autodetect,
  3. BitbucketServerTriggerConfig? bitbucketServerTriggerConfig,
  4. Build? build,
  5. String? createTime,
  6. String? description,
  7. bool? disabled,
  8. String? eventType,
  9. String? filename,
  10. String? filter,
  11. GitFileSource? gitFileSource,
  12. GitHubEventsConfig? github,
  13. GitLabEventsConfig? gitlabEnterpriseEventsConfig,
  14. String? id,
  15. List<String>? ignoredFiles,
  16. String? includeBuildLogs,
  17. List<String>? includedFiles,
  18. String? name,
  19. PubsubConfig? pubsubConfig,
  20. RepositoryEventConfig? repositoryEventConfig,
  21. String? resourceName,
  22. String? serviceAccount,
  23. GitRepoSource? sourceToBuild,
  24. Map<String, String>? substitutions,
  25. List<String>? tags,
  26. RepoSource? triggerTemplate,
  27. WebhookConfig? webhookConfig,
})

Implementation

BuildTrigger({
  this.approvalConfig,
  this.autodetect,
  this.bitbucketServerTriggerConfig,
  this.build,
  this.createTime,
  this.description,
  this.disabled,
  this.eventType,
  this.filename,
  this.filter,
  this.gitFileSource,
  this.github,
  this.gitlabEnterpriseEventsConfig,
  this.id,
  this.ignoredFiles,
  this.includeBuildLogs,
  this.includedFiles,
  this.name,
  this.pubsubConfig,
  this.repositoryEventConfig,
  this.resourceName,
  this.serviceAccount,
  this.sourceToBuild,
  this.substitutions,
  this.tags,
  this.triggerTemplate,
  this.webhookConfig,
});