WorkflowStatusesApi class
Jira Cloud platform REST API documentation
Constructors
- WorkflowStatusesApi(ApiClient _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getStatus(
String idOrName) → Future< StatusDetails> - Returns a status. The status must be associated with an active workflow to be returned.
-
getStatuses(
) → Future< List< StatusDetails> > - Returns a list of all statuses associated with active workflows.
-
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