Klasse Transition

java.lang.Object
io.github.primelib.jira4j.restv3.model.Transition

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Transition extends Object
Transition
  • Felddetails

    • description

      protected String description
      The description of the transition.
    • from

      protected List<String> from
      The statuses the transition can start from.
    • id

      protected String id
      The ID of the transition.
    • name

      protected String name
      The name of the transition.
    • properties

      protected Map<String,Object> properties
      The properties of the transition.
    • rules

      protected WorkflowRules rules
    • screen

      protected TransitionScreenDetails screen
    • to

      protected String to
      The status the transition goes to.
    • type

      protected Transition.TypeEnum type
      The type of the transition.
  • Konstruktordetails

    • Transition

      public Transition(Consumer<Transition> spec)
      Constructs a validated instance of Transition.
      Parameter:
      spec - the specification to process
    • Transition

      @Internal public Transition(String description, List<String> from, String id, String name, Map<String,Object> properties, WorkflowRules rules, TransitionScreenDetails screen, String to, Transition.TypeEnum type)
      Constructs a validated instance of Transition.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Transition(Consumer) instead.

      Parameter:
      description - The description of the transition.
      from - The statuses the transition can start from.
      id - The ID of the transition.
      name - The name of the transition.
      properties - The properties of the transition.
      rules - var.name
      screen - var.name
      to - The status the transition goes to.
      type - The type of the transition.
    • Transition

      protected Transition()
  • Methodendetails