BuildTrigger constructor
BuildTrigger({
- ApprovalConfig? approvalConfig,
- bool? autodetect,
- BitbucketServerTriggerConfig? bitbucketServerTriggerConfig,
- Build? build,
- String? createTime,
- String? description,
- bool? disabled,
- String? eventType,
- String? filename,
- String? filter,
- GitFileSource? gitFileSource,
- GitHubEventsConfig? github,
- GitLabEventsConfig? gitlabEnterpriseEventsConfig,
- String? id,
- List<
String> ? ignoredFiles, - String? includeBuildLogs,
- List<
String> ? includedFiles, - String? name,
- PubsubConfig? pubsubConfig,
- RepositoryEventConfig? repositoryEventConfig,
- String? resourceName,
- String? serviceAccount,
- GitRepoSource? sourceToBuild,
- Map<
String, String> ? substitutions, - List<
String> ? tags, - RepoSource? triggerTemplate,
- 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,
});