TransitionUpdateDTO class

The transitions of this workflow.

Constructors

TransitionUpdateDTO({List<WorkflowRuleConfiguration>? actions, ConditionGroupUpdate? conditions, String? customIssueEventId, String? description, List<StatusReferenceAndPort>? from, required String id, required String name, Map<String, dynamic>? properties, StatusReferenceAndPort? to, WorkflowRuleConfiguration? transitionScreen, List<WorkflowTrigger>? triggers, required TransitionUpdateDTOType type, List<WorkflowRuleConfiguration>? validators})
TransitionUpdateDTO.fromJson(Map<String, Object?> json)
factory

Properties

actions List<WorkflowRuleConfiguration>
The post-functions of the transition.
final
conditions ConditionGroupUpdate?
final
customIssueEventId String?
The custom event ID of the transition.
final
description String?
The description of the transition.
final
from List<StatusReferenceAndPort>
The statuses the transition can start from.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The ID of the transition.
final
name String
The name of the transition.
final
properties Map<String, dynamic>?
The properties of the transition.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to StatusReferenceAndPort?
final
transitionScreen WorkflowRuleConfiguration?
final
triggers List<WorkflowTrigger>
The triggers of the transition.
final
type TransitionUpdateDTOType
The transition type.
final
validators List<WorkflowRuleConfiguration>
The validators of the transition.
final

Methods

copyWith({List<WorkflowRuleConfiguration>? actions, ConditionGroupUpdate? conditions, String? customIssueEventId, String? description, List<StatusReferenceAndPort>? from, String? id, String? name, Map<String, dynamic>? properties, StatusReferenceAndPort? to, WorkflowRuleConfiguration? transitionScreen, List<WorkflowTrigger>? triggers, TransitionUpdateDTOType? type, List<WorkflowRuleConfiguration>? validators}) TransitionUpdateDTO
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