com.atlassian.jira.workflow.migration
Class WorkflowSchemeMigrationCompletedEvent

java.lang.Object
  extended by com.atlassian.jira.workflow.migration.WorkflowSchemeMigrationCompletedEvent

public class WorkflowSchemeMigrationCompletedEvent
extends Object

Event indicating that workflow scheme migration has completed successfully.

Since:
v5.2

Constructor Summary
WorkflowSchemeMigrationCompletedEvent(WorkflowScheme scheme)
           
 
Method Summary
 boolean equals(Object o)
           
 WorkflowScheme getScheme()
           
 int hashCode()
           
 boolean isDraftMigration()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowSchemeMigrationCompletedEvent

public WorkflowSchemeMigrationCompletedEvent(WorkflowScheme scheme)
Method Detail

getScheme

public WorkflowScheme getScheme()

isDraftMigration

public boolean isDraftMigration()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.