CodeReview class
Information about a code review. A code review belongs to the associated repository that contains the reviewed code.
Constructors
- CodeReview({String? associationArn, String? codeReviewArn, DateTime? createdTimeStamp, DateTime? lastUpdatedTimeStamp, Metrics? metrics, String? name, String? owner, ProviderType? providerType, String? pullRequestId, String? repositoryName, SourceCodeType? sourceCodeType, JobState? state, String? stateReason, Type? type})
-
CodeReview.fromJson(Map<
String, dynamic> json) -
factory
Properties
- associationArn → String?
-
The Amazon Resource Name (ARN) of the
RepositoryAssociation
that contains the reviewed source code. You can retrieve associated repository ARNs by callingListRepositoryAssociations
.final - codeReviewArn → String?
-
The Amazon Resource Name (ARN) of the
CodeReview
object.final - createdTimeStamp → DateTime?
-
The time, in milliseconds since the epoch, when the code review was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTimeStamp → DateTime?
-
The time, in milliseconds since the epoch, when the code review was last
updated.
final
- metrics → Metrics?
-
The statistics from the code review.
final
- name → String?
-
The name of the code review.
final
- owner → String?
-
The owner of the repository. For an AWS CodeCommit repository, this is the
AWS account ID of the account that owns the repository. For a GitHub, GitHub
Enterprise Server, or Bitbucket repository, this is the username for the
account that owns the repository.
final
- providerType → ProviderType?
-
The type of repository that contains the reviewed code (for example, GitHub
or Bitbucket).
final
- pullRequestId → String?
-
The pull request ID for the code review.
final
- repositoryName → String?
-
The name of the repository.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceCodeType → SourceCodeType?
-
The type of the source code for the code review.
final
- state → JobState?
-
The valid code review states are:
final
- stateReason → String?
-
The reason for the state of the code review.
final
- type → Type?
-
The type of code review.
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