TrackerFactory class

Builds an IssueTrackerClient from a parsed WorkflowConfig.

Returns a TrackerResult so callers can surface configuration mistakes (missing API key, unsupported kind) as operator-visible scheduler errors instead of throwing.

Constructors

TrackerFactory({Client? httpClient})
Creates a tracker factory.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
httpClient → Client?
Optional shared HTTP client for adapters that perform network calls.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(WorkflowConfig config) TrackerResult<IssueTrackerClient>
Resolves the tracker adapter for config.
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 ==(Object other) bool
The equality operator.
inherited