WorkflowCapabilities class

Properties

connectRules List<AvailableWorkflowConnectRule>
The Connect provided ecosystem rules available.
final
editorScope WorkflowCapabilitiesEditorScope?
The scope of the workflow capabilities. GLOBAL for company-managed projects and PROJECT for team-managed projects.
final
forgeRules List<AvailableWorkflowForgeRule>
The Forge provided ecosystem rules available.
final
hashCode int
The hash code for this object.
no setterinherited
projectTypes List<WorkflowCapabilitiesProjectTypes>
The types of projects that this capability set is available for.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemRules List<AvailableWorkflowSystemRule>
The Atlassian provided system rules available.
final
triggerRules List<AvailableWorkflowTriggers>
The trigger rules available.
final

Methods

copyWith({List<AvailableWorkflowConnectRule>? connectRules, WorkflowCapabilitiesEditorScope? editorScope, List<AvailableWorkflowForgeRule>? forgeRules, List<WorkflowCapabilitiesProjectTypes>? projectTypes, List<AvailableWorkflowSystemRule>? systemRules, List<AvailableWorkflowTriggers>? triggerRules}) WorkflowCapabilities
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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