RepositoryAnalysis class
A code review type that analyzes all code under a specified branch in an
associated respository. The assocated repository is specified using its ARN
when you call
CreateCodeReview
.
Constructors
- RepositoryAnalysis({required RepositoryHeadSourceCodeType repositoryHead})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- repositoryHead → RepositoryHeadSourceCodeType
-
A
SourceCodeType
that specifies the tip of a branch in an associated repository.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited