Push class
Triggers a workflow when a push is made to the repository.
- Inheritance
- Implemented types
Constructors
Properties
-
branches
→ List<
String> ? -
List of branches to watch for.
final
-
branchesIgnore
→ List<
String> ? -
List of branches to ignore.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String
-
The yaml label for this Trigger.
finalinherited
-
paths
→ List<
String> ? -
List of paths to watch for.
final
-
pathsIgnore
→ List<
String> ? -
List of paths to ignore.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
List of tags to watch for.
final
-
List of tags to ignore.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toYaml(
) → Map< String, dynamic> -
Encodes this object to a map that can be written in yaml format.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited