Repository class

Information about an associated AWS CodeCommit repository or an associated repository that is managed by AWS CodeStar Connections (for example, Bitbucket). This Repository object is not used if your source code is in an associated GitHub repository.

Constructors

Repository({ThirdPartySourceRepository? bitbucket, CodeCommitRepository? codeCommit, ThirdPartySourceRepository? gitHubEnterpriseServer})

Properties

bitbucket ThirdPartySourceRepository?
Information about a Bitbucket repository.
final
codeCommit CodeCommitRepository?
Information about an AWS CodeCommit repository.
final
gitHubEnterpriseServer ThirdPartySourceRepository?
Information about a GitHub Enterprise Server repository.
final
hashCode int
The hash code for this object.
no setterinherited
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