Uses of Interface
com.atlassian.jira.web.action.admin.workflow.WorkflowMigrationResult

Packages that use WorkflowMigrationResult
com.atlassian.jira.projectconfig.rest.project   
com.atlassian.jira.web.action.admin.workflow   
com.atlassian.jira.workflow.migration   
 

Uses of WorkflowMigrationResult in com.atlassian.jira.projectconfig.rest.project
 

Constructors in com.atlassian.jira.projectconfig.rest.project with parameters of type WorkflowMigrationResult
MigrationStatusResource.TaskStatus(WorkflowMigrationResult result)
           
 

Uses of WorkflowMigrationResult in com.atlassian.jira.web.action.admin.workflow
 

Classes in com.atlassian.jira.web.action.admin.workflow that implement WorkflowMigrationResult
 class AbstractWorkflowMigrationResult
           
 class WorkflowMigrationResultForMultipleProjects
           
 class WorkflowMigrationSuccess
           
 class WorkflowMigrationTerminated
           
 

Constructor parameters in com.atlassian.jira.web.action.admin.workflow with type arguments of type WorkflowMigrationResult
WorkflowMigrationResultForMultipleProjects(List<WorkflowMigrationResult> results)
           
 

Uses of WorkflowMigrationResult in com.atlassian.jira.workflow.migration
 

Methods in com.atlassian.jira.workflow.migration that return WorkflowMigrationResult
 WorkflowMigrationResult WorkflowSchemeMigrationHelper.migrate(TaskProgressSink sink)
           
 WorkflowMigrationResult AssignableWorkflowSchemeMigrationHelper.migrate(TaskProgressSink sink)
           
 WorkflowMigrationResult DraftWorkflowSchemeMigrationHelper.migrate(TaskProgressSink sink)
           
 

Methods in com.atlassian.jira.workflow.migration that return types with arguments of type WorkflowMigrationResult
 TaskDescriptor<WorkflowMigrationResult> DefaultWorkflowSchemeMigrationTaskAccessor.findSchemeMigrationTask(com.atlassian.jira.workflow.migration.DefaultWorkflowSchemeMigrationTaskAccessor.AbstractSchemeMigrationTaskMatcher taskMatcher)
           
 TaskDescriptor<WorkflowMigrationResult> DefaultWorkflowSchemeMigrationTaskAccessor.getActive(Project project)
           
 TaskDescriptor<WorkflowMigrationResult> WorkflowSchemeMigrationTaskAccessor.getActive(Project project)
          Returns the currently active task associated with the given project, or null if there are now such tasks.
 TaskDescriptor<WorkflowMigrationResult> DefaultWorkflowSchemeMigrationTaskAccessor.getActive(WorkflowScheme scheme)
           
 TaskDescriptor<WorkflowMigrationResult> WorkflowSchemeMigrationTaskAccessor.getActive(WorkflowScheme scheme)
          Returns the currently active task that is migrating the passed scheme.
 TaskDescriptor<WorkflowMigrationResult> DefaultWorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations)
           
 TaskDescriptor<WorkflowMigrationResult> WorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations)
          Returns the currently active task that is migrating any of the projects associated with the passed draft scheme.
 TaskDescriptor<WorkflowMigrationResult> DefaultWorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations, boolean onlyNonSafeToDelete)
           
 TaskDescriptor<WorkflowMigrationResult> WorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations, boolean onlyNonSafeToDelete)
          Returns the currently active task that is migrating any of the projects associated with the passed draft scheme.
 TaskDescriptor<WorkflowMigrationResult> WorkflowSchemeMigrationHelper.migrateAsync()
           
 TaskDescriptor<WorkflowMigrationResult> AbstractWorkflowSchemeMigrationHelper.migrateAsync()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.