Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> |
DashboardItemPropertyHelper.createDeletePropertyEventFunction() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> |
ChangeHistoryPropertyHelper.createDeletePropertyEventFunction() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> |
IssueTypePropertyHelper.createDeletePropertyEventFunction() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> |
UserPropertyHelper.createDeletePropertyEventFunction() |
Modifier and Type | Method and Description |
---|---|
default java.util.function.BiFunction<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> |
EntityPropertyHelper.createDeletePropertyEventBiFunction() |
com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> |
EntityPropertyHelper.createDeletePropertyEventFunction()
Deprecated.
In 7.0.0
Function2 has been deprecated in favour of BiFunction . Use EntityPropertyHelper.createDeletePropertyEventBiFunction() instead. |
Modifier and Type | Class and Description |
---|---|
class |
DashboardItemPropertyDeletedEvent |
Modifier and Type | Class and Description |
---|---|
class |
ChangeHistoryPropertyDeletedEvent
Event indicating change history property was deleted.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentPropertyDeletedEvent
Event indicating comment property was deleted.
|
Modifier and Type | Class and Description |
---|---|
class |
IssuePropertyDeletedEvent
Event indicating issue property was deleted.
|
Modifier and Type | Class and Description |
---|---|
class |
IssueTypePropertyDeletedEvent
Event indicating an issue type property has been deleted.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectPropertyDeletedEvent
Event indicating project property was deleted.
|
Modifier and Type | Class and Description |
---|---|
class |
UserPropertyDeletedEvent |
Copyright © 2002-2017 Atlassian. All Rights Reserved.