com.atlassian.jira.workflow.migration
Interface WorkflowSchemeMigrationTaskAccessor

All Known Implementing Classes:
DefaultWorkflowSchemeMigrationTaskAccessor

public interface WorkflowSchemeMigrationTaskAccessor

Provides access to worklow scheme migration tasks.

Since:
v5.2

Method Summary
 TaskDescriptor getActive(Project project)
          Returns the currently active task associated with the given project, or null if there are now such tasks.
 

Method Detail

getActive

TaskDescriptor getActive(Project project)
Returns the currently active task associated with the given project, or null if there are now such tasks.

Parameters:
project - project who's tasks will be sought
Returns:
currently active task associated with the given project, or null if there are now such tasks.


Copyright © 2002-2013 Atlassian. All Rights Reserved.