Class UpdateWorkflowSchemeOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateWorkflowSchemeOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UpdateWorkflowSchemeOperationSpec extends Object
UpdateWorkflowSchemeSpec

Specification for the UpdateWorkflowScheme operation.

Classic update workflow scheme

  • Field Details

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Constructor Details

    • UpdateWorkflowSchemeOperationSpec

      @Internal public UpdateWorkflowSchemeOperationSpec(Consumer<UpdateWorkflowSchemeOperationSpec> spec)
      Constructs a validated instance of UpdateWorkflowSchemeOperationSpec.
      Parameters:
      spec - the specification to process
    • UpdateWorkflowSchemeOperationSpec

      @Internal public UpdateWorkflowSchemeOperationSpec(Long id, WorkflowScheme workflowScheme)
      Constructs a validated instance of UpdateWorkflowSchemeOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameters:
      id - The ID of the workflow scheme. Find this ID by editing the desired workflow scheme in Jira. The ID is shown in the URL as schemeId. For example, *schemeId=10301*.
      workflowScheme -
    • UpdateWorkflowSchemeOperationSpec

      protected UpdateWorkflowSchemeOperationSpec()
  • Method Details