RepoSource class
Location of the source in a Google Cloud Source Repository.
Constructors
- RepoSource({String? branchName, String? commitSha, String? dir, bool? invertRegex, String? projectId, String? repoName, String? tagName})
- RepoSource.fromJson(Map _json)
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
- 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