Pipeline class

Specifies a series of actions to execute, expressed as Docker containers.

Constructors

Pipeline({List<Action>? actions, Secret? encryptedEnvironment, Map<String, String>? environment, Resources? resources, String? timeout})
Pipeline.fromJson(Map _json)

Properties

actions List<Action>?
The list of actions to execute, in the order they are specified.
getter/setter pair
encryptedEnvironment Secret?
The encrypted environment to pass into every action.
getter/setter pair
environment Map<String, String>?
The environment to pass into every action.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resources Resources?
The resources required for execution.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout String?
The maximum amount of time to give the pipeline to complete.
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