com.atlassian.jira.projectconfig.workflow
Interface IssueTypeConfigWorkflowHelper

All Known Implementing Classes:
DefaultIssueTypeConfigWorkflowHelper

public interface IssueTypeConfigWorkflowHelper

Used to classify a project based on its workflow and workflow scheme state.

Since:
v6.2

Nested Class Summary
static class IssueTypeConfigWorkflowHelper.WorkflowState
          Represents the state of a workflow associated with a project.
 
Method Summary
 org.apache.commons.lang3.tuple.Pair<JiraWorkflow,IssueTypeConfigWorkflowHelper.WorkflowState> getWorkflow(Project project, IssueType type)
          Return the JiraWorkflow and IssueTypeConfigWorkflowHelper.WorkflowState for the passed Project and IssueType.
 

Method Detail

getWorkflow

@Nonnull
org.apache.commons.lang3.tuple.Pair<JiraWorkflow,IssueTypeConfigWorkflowHelper.WorkflowState> getWorkflow(@Nonnull
                                                                                                                  Project project,
                                                                                                                  @Nonnull
                                                                                                                  IssueType type)
Return the JiraWorkflow and IssueTypeConfigWorkflowHelper.WorkflowState for the passed Project and IssueType.

Parameters:
project - the project used in the calculation.
type - the type used in the calculation.
Returns:
The JiraWorkflow and IssueTypeConfigWorkflowHelper.WorkflowState for the passed arguments.


Copyright © 2002-2014 Atlassian. All Rights Reserved.