MirrorConfig class
Configuration to automatically mirror a repository from another hosting service, for example GitHub or Bitbucket.
Constructors
- MirrorConfig({String? deployKeyId, String? url, String? webhookId})
- MirrorConfig.fromJson(Map json_)
Properties
- deployKeyId ↔ String?
-
ID of the SSH deploy key at the other hosting service.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url ↔ String?
-
URL of the main repository at the other hosting service.
getter/setter pair
- webhookId ↔ String?
-
ID of the webhook listening to updates to trigger mirroring.
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