Uses of Class
com.atlassian.bamboo.event.ChainResultDeletedEvent
-
Packages that use ChainResultDeletedEvent Package Description com.atlassian.bamboo.brokenbuildtracker com.atlassian.bamboo.plugins.jira.event -
-
Uses of ChainResultDeletedEvent in com.atlassian.bamboo.brokenbuildtracker
Methods in com.atlassian.bamboo.brokenbuildtracker with parameters of type ChainResultDeletedEvent Modifier and Type Method Description void
TrackingDeletionListener. onEvent(ChainResultDeletedEvent event)
-
Uses of ChainResultDeletedEvent in com.atlassian.bamboo.plugins.jira.event
Methods in com.atlassian.bamboo.plugins.jira.event with parameters of type ChainResultDeletedEvent Modifier and Type Method Description void
BuildIssueChangedPublisher. handleChainResultDeletedEvent(ChainResultDeletedEvent event)
This event may generate change from JIRA point of view but doesn't have to.
-