GitRepoSource class
GitRepoSource describes a repo and ref of a code repository.
Constructors
- GitRepoSource({String? bitbucketServerConfig, String? githubEnterpriseConfig, String? ref, String? repoType, String? repository, String? uri})
- GitRepoSource.fromJson(Map json_)
Properties
- bitbucketServerConfig ↔ String?
- 
  The full resource name of the bitbucket server config.
  getter/setter pair
- githubEnterpriseConfig ↔ String?
- 
  The full resource name of the github enterprise config.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- ref ↔ String?
- 
  The branch or tag to use.
  getter/setter pair
- repository ↔ String?
- 
  The connected repository resource name, in the format projects / * /locations / * /connections / * /repositories / *.getter/setter pair
- repoType ↔ String?
- 
  See RepoType below.
Possible string values are:
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- uri ↔ String?
- 
  The URI of the repo (e.g. https://github.com/user/repo.git).
  getter/setter pair
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