com.atlassian.jira.workflow.migration
Class DefaultWorkflowSchemeMigrationTaskAccessor

java.lang.Object
  extended by com.atlassian.jira.workflow.migration.DefaultWorkflowSchemeMigrationTaskAccessor
All Implemented Interfaces:
WorkflowSchemeMigrationTaskAccessor

public class DefaultWorkflowSchemeMigrationTaskAccessor
extends Object
implements WorkflowSchemeMigrationTaskAccessor

Since:
v5.2

Constructor Summary
DefaultWorkflowSchemeMigrationTaskAccessor(TaskManager taskManager)
           
 
Method Summary
 TaskDescriptor getActive(Project project)
          Returns the currently active task associated with the given project, or null if there are now such tasks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWorkflowSchemeMigrationTaskAccessor

public DefaultWorkflowSchemeMigrationTaskAccessor(TaskManager taskManager)
Method Detail

getActive

public TaskDescriptor getActive(Project project)
Description copied from interface: WorkflowSchemeMigrationTaskAccessor
Returns the currently active task associated with the given project, or null if there are now such tasks.

Specified by:
getActive in interface WorkflowSchemeMigrationTaskAccessor
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.