Interface AssignableWorkflowScheme

All Superinterfaces:
WorkflowScheme
All Known Implementing Classes:
MockAssignableWorkflowScheme

public interface AssignableWorkflowScheme extends WorkflowScheme
A workflow scheme that can be assigned to a project.
Since:
v5.2
  • Method Details

    • builder

      Return a builder initialised with the state of the current workflow scheme.
      Returns:
      a new builder initialised with the state of the current workflow scheme.
    • getName

      String getName()
      The name of the workflow scheme.
      Specified by:
      getName in interface WorkflowScheme
      Returns:
      the name of the workflow scheme.
    • getDescription

      String getDescription()
      The description of the workflow scheme.
      Specified by:
      getDescription in interface WorkflowScheme
      Returns:
      the description of the workflow scheme.