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 Details

    • ProjectDeletedEvent

      public ProjectDeletedEvent(String projectKey, long projectId)
  • Method Details

    • getEventCreationTime

      public Instant getEventCreationTime()
    • getProjectKey

      public String getProjectKey()
    • getProjectId

      public long getProjectId()