<%@ page import="com.atlassian.jira.ManagerFactory"%> <%@ page import="com.atlassian.jira.appconsistency.BuildAndLicenseEventCheck"%> <%@ page import="com.atlassian.jira.config.properties.APKeys"%> <%@ page import="com.atlassian.jira.config.properties.ApplicationProperties"%> <%@ page import="com.atlassian.jira.util.BuildUtils"%> <%@ page import="com.atlassian.johnson.JohnsonEventContainer"%> <%@ page import="com.atlassian.johnson.event.Event"%> <%@ page import="com.atlassian.johnson.event.EventType"%> <%@ page import="com.opensymphony.util.TextUtils"%> <%@ page import="java.util.Collection"%> <%@ page import="java.util.Iterator" %> <%@ taglib uri="sitemesh-page" prefix="page" %> <%@ taglib uri="sitemesh-page" prefix="page" %> <%@ taglib uri="webwork" prefix="webwork" %> <%@ taglib uri="sitemesh-decorator" prefix="decorator" %> <% ApplicationProperties ap = ManagerFactory.getApplicationProperties(); %> <%= ap.getString(APKeys.JIRA_TITLE) %> <%@ include file="/includes/decorators/stylesheettag.jsp" %> 80% DeleteGroup.jspa <% JohnsonEventContainer appEventContainer = JohnsonEventContainer.get(pageContext.getServletContext()); //if there are Events outstanding then display them in a table if (appEventContainer.hasEvents() ) { %>

 
<% com.atlassian.jira.web.util.ExternalLinkUtil externalLinkUtil = com.atlassian.jira.web.util.ExternalLinkUtilImpl.getInstance(); Collection events = appEventContainer.getEvents(); for (Iterator iterator = events.iterator(); iterator.hasNext();) { Event event = (Event) iterator.next(); %> <% } %>
<% if (EventType.get("export-illegal-xml").equals(event.getKey())) { %>
<% } %> <%= event.getDesc() %>
<% if (event.hasProgress()) {%>
<%=event.getProgress()%> <%}%> <% if (EventType.get(BuildAndLicenseEventCheck.STANDARD_IN_ENTERPRISE).equals(event.getKey()) || EventType.get(BuildAndLicenseEventCheck.STANDARD_IN_PROFESSIONAL).equals(event.getKey()) || EventType.get(BuildAndLicenseEventCheck.PROFESSIONAL_IN_ENTERPRISE).equals(event.getKey())) { %>


<% } else if (EventType.get(BuildAndLicenseEventCheck.ENTERPRISE_IN_PROFESSIONAL).equals(event.getKey())) { %>
"> <% } else if (EventType.get(BuildAndLicenseEventCheck.ENTERPRISE_IN_STANDARD).equals(event.getKey())) { %>
"> <% } else if (EventType.get(BuildAndLicenseEventCheck.PROFESSIONAL_IN_STANDARD).equals(event.getKey())) { %>
"> <% } else if (EventType.get("license-region-mismatch").equals(event.getKey())) { %>
<% } else if (EventType.get("license-too-old").equals(event.getKey())) { %>
<% } else if (EventType.get("export-illegal-xml").equals(event.getKey())) { %>

  <% } else if (EventType.get("index-lock-already-exists").equals(event.getKey())) { %>



<% Object lockFiles = event.getAttribute("lockfiles"); if (lockFiles != null) { out.println(lockFiles); } %>

<% } else if (EventType.get("upgrade").equals(event.getKey())) { String exportFilePath = ManagerFactory.getUpgradeManager().getExportFilePath(); if (TextUtils.stringSet(exportFilePath)) { %>
<%= exportFilePath %> <% } %> <% } %>
<%=event.getDate()%> <%=event.getLevel().getLevel()%>
<%= event.getException() == null ? "" : event.getException() %>

<% } else { %>

<% } %>