Class DefaultWorkflowCopyNameFactory

java.lang.Object
com.atlassian.jira.workflow.names.DefaultWorkflowCopyNameFactory
All Implemented Interfaces:
WorkflowCopyNameFactory

@Internal @InjectableComponent @Immutable public class DefaultWorkflowCopyNameFactory extends Object implements WorkflowCopyNameFactory
Since:
v5.1
  • Constructor Details

  • Method Details

    • createFrom

      public String createFrom(String sourceWorkflowName, @Nonnull Locale locale)
      Description copied from interface: WorkflowCopyNameFactory
      Creates the name to be used for a copy of a workflow based on the name of the workflow to be copied.
      Specified by:
      createFrom in interface WorkflowCopyNameFactory
      Parameters:
      sourceWorkflowName - The name of the workflow to be copied.
      locale -
      Returns:
      A String containing the name to be used for the copy.