com.atlassian.jira.event.workflow
Class WorkflowSchemeUpdatedEvent
java.lang.Object
com.atlassian.jira.event.scheme.AbstractSchemeEvent
com.atlassian.jira.event.scheme.AbstractSchemeUpdatedEvent
com.atlassian.jira.event.workflow.WorkflowSchemeUpdatedEvent
public class WorkflowSchemeUpdatedEvent
- extends AbstractSchemeUpdatedEvent
Event indicating a workflow scheme has been updated.
- Since:
- v5.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowSchemeUpdatedEvent
@Deprecated
@Internal
public WorkflowSchemeUpdatedEvent(Scheme scheme)
- Deprecated. Use
WorkflowSchemeUpdatedEvent(com.atlassian.jira.scheme.Scheme, com.atlassian.jira.scheme.Scheme)
. Since v6.2
WorkflowSchemeUpdatedEvent
@Internal
public WorkflowSchemeUpdatedEvent(Scheme scheme,
Scheme originalScheme)
Copyright © 2002-2014 Atlassian. All Rights Reserved.