RepoSource class
Location of the source in a Google Cloud Source Repository.
Constructors
Properties
- branchName ↔ String?
- 
  Regex matching branches to build.
  getter/setter pair
- commitSha ↔ String?
- 
  Explicit commit SHA to build.
  getter/setter pair
- dir ↔ String?
- 
  Directory, relative to the source root, in which to run the build.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- invertRegex ↔ bool?
- 
  Only trigger a build if the revision regex does NOT match the revision
regex.
  getter/setter pair
- projectId ↔ String?
- 
  ID of the project that owns the Cloud Source Repository.
  getter/setter pair
- repoName ↔ String?
- 
  Name of the Cloud Source Repository.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  substitutions
  ↔ Map<String, String> ?
- 
  Substitutions to use in a triggered build.
  getter/setter pair
- tagName ↔ String?
- 
  Regex matching tags to build.
  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