Package com.atlassian.bamboo.event
Class ProjectDeletedEvent
- java.lang.Object
-
- com.atlassian.bamboo.event.ProjectDeletedEvent
-
@AsynchronousPreferred public final class ProjectDeletedEvent extends Object
Event is triggered after a project is marked for deletion.Note that the actual deletion from the system may be delayed, depending on the system configuration.
-
-
Constructor Summary
Constructors Constructor Description ProjectDeletedEvent(String projectKey, long projectId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instant
getEventCreationTime()
long
getProjectId()
String
getProjectKey()
-