Project class

Information about a build project.

Constructors

Project({String? arn, ProjectArtifacts? artifacts, ProjectBadge? badge, ProjectBuildBatchConfig? buildBatchConfig, ProjectCache? cache, DateTime? created, String? description, String? encryptionKey, ProjectEnvironment? environment, List<ProjectFileSystemLocation>? fileSystemLocations, DateTime? lastModified, LogsConfig? logsConfig, String? name, int? queuedTimeoutInMinutes, List<ProjectArtifacts>? secondaryArtifacts, List<ProjectSourceVersion>? secondarySourceVersions, List<ProjectSource>? secondarySources, String? serviceRole, ProjectSource? source, String? sourceVersion, List<Tag>? tags, int? timeoutInMinutes, VpcConfig? vpcConfig, Webhook? webhook})
Project.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the build project.
final
artifacts ProjectArtifacts?
Information about the build output artifacts for the build project.
final
badge ProjectBadge?
Information about the build badge for the build project.
final
buildBatchConfig ProjectBuildBatchConfig?
A ProjectBuildBatchConfig object that defines the batch build options for the project.
final
cache ProjectCache?
Information about the cache for the build project.
final
created DateTime?
When the build project was created, expressed in Unix time format.
final
description String?
A description that makes the build project easy to identify.
final
encryptionKey String?
The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts. You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).
final
environment ProjectEnvironment?
Information about the build environment for this build project.
final
fileSystemLocations List<ProjectFileSystemLocation>?
An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.
final
hashCode int
The hash code for this object.
no setterinherited
lastModified DateTime?
When the build project's settings were last modified, expressed in Unix time format.
final
logsConfig LogsConfig?
Information about logs for the build project. A project can create logs in Amazon CloudWatch Logs, an S3 bucket, or both.
final
name String?
The name of the build project.
final
queuedTimeoutInMinutes int?
The number of minutes a build is allowed to be queued before it times out.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryArtifacts List<ProjectArtifacts>?
An array of ProjectArtifacts objects.
final
secondarySources List<ProjectSource>?
An array of ProjectSource objects.
final
secondarySourceVersions List<ProjectSourceVersion>?
An array of ProjectSourceVersion objects. If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level).
final
serviceRole String?
The ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.
final
source ProjectSource?
Information about the build input source code for this build project.
final
sourceVersion String?
A version of the build input to be built for this project. If not specified, the latest version is used. If specified, it must be one of:
final
tags List<Tag>?
A list of tag key and value pairs associated with this build project.
final
timeoutInMinutes int?
How long, in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait before timing out any related build that did not get marked as completed. The default is 60 minutes.
final
vpcConfig VpcConfig?
Information about the VPC configuration that AWS CodeBuild accesses.
final
webhook Webhook?
Information about a webhook that connects repository events to a build project in AWS CodeBuild.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited