Klasse WorkflowTrigger

java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowTrigger

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

    • id

      protected String id
      The ID of the trigger.
    • parameters

      protected Map<String,String> parameters
      The parameters of the trigger.
    • ruleKey

      protected String ruleKey
      The rule key of the trigger.
  • Konstruktordetails

    • WorkflowTrigger

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

      @Internal public WorkflowTrigger(String id, Map<String,String> parameters, String ruleKey)
      Constructs a validated instance of WorkflowTrigger.

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

      Parameter:
      id - The ID of the trigger.
      parameters - The parameters of the trigger.
      ruleKey - The rule key of the trigger.
    • WorkflowTrigger

      protected WorkflowTrigger()
  • Methodendetails