Push class

Triggers a workflow when a push is made to the repository.

Inheritance
Implemented types

Constructors

Push({List<String>? branches, List<String>? branchesIgnore, List<String>? tags, List<String>? tagsIgnore, List<String>? paths, List<String>? pathsIgnore})
Triggers a workflow when a push is made to the repository.

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
tags List<String>?
List of tags to watch for.
final
tagsIgnore List<String>?
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