Struct goji::Transitions[][src]

pub struct Transitions { /* fields omitted */ }

issue transition interface

Methods

impl Transitions
[src]

return list of transitions options for this issue

trigger a issue transition to transition with a resolution use TransitionTrigger::builder(id).resolution(name)

Trait Implementations

impl Debug for Transitions
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Transitions

impl Sync for Transitions