Uses of Enum Class
com.atlassian.bamboo.testutils.backdoor.model.rollback.RollbackEventName
Package
Description
-
Uses of RollbackEventName in com.atlassian.bamboo.plugins.testutils.rest.resource
Modifier and TypeFieldDescriptionstatic final ConcurrentMap<RollbackEventName,
Boolean> RollbackTransactionResource.ROLLBACK_EVENTS
-
Uses of RollbackEventName in com.atlassian.bamboo.testutils.backdoor
Modifier and TypeMethodDescriptionvoid
RollbackControl.setupEventToRollback
(RollbackEventName eventName) -
Uses of RollbackEventName in com.atlassian.bamboo.testutils.backdoor.model.rollback
Modifier and TypeMethodDescriptionRestRollback.getEventName()
static RollbackEventName
Returns the enum constant of this class with the specified name.static RollbackEventName[]
RollbackEventName.values()
Returns an array containing the constants of this enum class, in the order they are declared.