Modifier and Type | Method and Description |
---|---|
RecordRequest |
SchemeEventHandler.onSchemeCreatedEvent(AbstractSchemeEvent event) |
RecordRequest |
SchemeEventHandlerImpl.onSchemeCreatedEvent(AbstractSchemeEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
IssueSecuritySchemeAddedToProjectEvent |
class |
IssueSecuritySchemeCopiedEvent
Event indicating an issue security scheme has been copied.
|
class |
IssueSecuritySchemeCreatedEvent
Event indicating an issue security scheme has been created.
|
class |
IssueSecuritySchemeRemovedFromProjectEvent |
class |
IssueSecuritySchemeUpdatedEvent
Event indicating an issue security scheme has been updated.
|
Modifier and Type | Class and Description |
---|---|
class |
NotificationSchemeAddedToProjectEvent |
class |
NotificationSchemeCopiedEvent
Event indicating a notification scheme has been copied.
|
class |
NotificationSchemeCreatedEvent
Event indicating a notification scheme has been created.
|
class |
NotificationSchemeRemovedFromProjectEvent |
class |
NotificationSchemeUpdatedEvent
Event indicating a notification scheme has been updated.
|
Modifier and Type | Class and Description |
---|---|
class |
PermissionSchemeAddedToProjectEvent |
class |
PermissionSchemeCopiedEvent
Event indicating a permission scheme has been copied.
|
class |
PermissionSchemeCreatedEvent
Event indicating a permission scheme has been created.
|
class |
PermissionSchemeRemovedFromProjectEvent |
class |
PermissionSchemeUpdatedEvent
Event indicating a permission scheme has been updated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSchemeAddedToProjectEvent
Event indicating a workflow scheme has associated with a project.
|
class |
AbstractSchemeCopiedEvent
Abstract event that captures the data relevant to a scheme being copied, e.g.
|
class |
AbstractSchemeRemovedFromProjectEvent
General event related to removing schema from project
|
class |
AbstractSchemeUpdatedEvent
Abstract event that captures the data relevant to scheme events, e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkflowSchemeAddedToProjectEvent |
class |
WorkflowSchemeCopiedEvent
Event indicating a workflow scheme has been copied.
|
class |
WorkflowSchemeCreatedEvent
Event indicating a workflow scheme has been created.
|
class |
WorkflowSchemeRemovedFromProjectEvent |
class |
WorkflowSchemeUpdatedEvent
Event indicating a workflow scheme has been updated.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSchemeEvent |
IssueSecuritySchemeManagerImpl.createSchemeCreatedEvent(Scheme scheme) |
Modifier and Type | Method and Description |
---|---|
protected AbstractSchemeEvent |
DefaultNotificationSchemeManager.createSchemeCreatedEvent(Scheme scheme) |
Modifier and Type | Method and Description |
---|---|
protected AbstractSchemeEvent |
DefaultPermissionSchemeManager.createSchemeCreatedEvent(Scheme scheme) |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractSchemeEvent |
AbstractSchemeManager.createSchemeCreatedEvent(Scheme scheme) |
Modifier and Type | Method and Description |
---|---|
protected AbstractSchemeEvent |
EagerWorkflowSchemeManager.createSchemeCreatedEvent(Scheme scheme) |
protected AbstractSchemeEvent |
DefaultWorkflowSchemeManager.createSchemeCreatedEvent(Scheme scheme) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.