Package com.atlassian.jira.event.project
Class VersionDeleteEvent
java.lang.Object
com.atlassian.jira.event.project.AbstractVersionEvent
com.atlassian.jira.event.project.VersionDeleteEvent
Event indicating a version has been deleted
- Since:
- v4.4
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VersionDeleteEvent
static VersionDeleteEvent
deletedAndMerged
(Version deletedVersion, Version mergedTo) boolean
io.atlassian.fugue.Option<Version>
io.atlassian.fugue.Option<Version>
io.atlassian.fugue.Option<Version>
int
hashCode()
Methods inherited from class com.atlassian.jira.event.project.AbstractVersionEvent
getVersion, getVersionId
-
Constructor Details
-
VersionDeleteEvent
Deprecated.UseVersionDeleteEvent.VersionDeleteEventBuilder
instead.
-
-
Method Details
-
deletedAndMerged
public static VersionDeleteEvent deletedAndMerged(@Nonnull Version deletedVersion, @Nonnull Version mergedTo) -
deleted
-
getMergedTo
-
getAffectsVersionSwappedTo
-
getFixVersionSwappedTo
-
getCustomFieldReplacements
public List<DeleteVersionWithCustomFieldParameters.CustomFieldReplacement> getCustomFieldReplacements() -
equals
- Overrides:
equals
in classAbstractVersionEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractVersionEvent
-
VersionDeleteEvent.VersionDeleteEventBuilder
instead.