DroneClient class

Constructors

DroneClient({required String server, required String token, DioService? dioService, int? sendTimeout = 10000, int? connectTimeout = 10000, int? receiveTimeout = 10000, int streamRetry = 10000, Iterable<Interceptor>? interceptors})

Properties

buildSection BuildSection
no setter
croneSection CroneSection
no setter
hashCode int
The hash code for this object.
no setteroverride
repoSection RepoSection
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretSection SecretSection
no setter
server String
final
stream Stream<DroneEvent>
no setter
streamRetry int
final
templateSection TemplateSection
no setter
token String
final
userSection UserSection
no setter
usersSection UsersSection
no setter

Methods

logStream({required String repoName, required String stage, required String step, required String nameSpace, required String build}) Stream<DroneLogEvent>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant DroneClient other) bool
The equality operator.
override

Static Properties

log bool
getter/setter pair