CroneSection class

Constructors

CroneSection(DioService _dioService)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create({required String owner, required String repo, required DroneCron requestBody}) Future<DroneCron>
POST /api/repos/{owner}/{repo}/cron
delete({required String owner, required String repo, required String name}) Future<void>
DELETE /api/repos/{owner}/{repo}/cron/{name}
info({required String owner, required String repo, required String name}) Future<DroneCron>
GET /api/repos/{owner}/{repo}/cron/{name}
list({required String owner, required String repo}) Future<List<DroneCron>>
GET /api/repos/{owner}/{repo}/cron
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trigger({required String owner, required String repo, required String name}) Future<DroneCronTrigger?>
POST /api/repos/{owner}/{repo}/cron/{name}
update({required String owner, required String repo, required String name, required DroneCron requestBody}) Future<DroneCron>
PATCH /api/repos/{owner}/{repo}/cron/{name}

Operators

operator ==(Object other) bool
The equality operator.
inherited