com.atlassian.jira.util.system.patch
Class AppliedPatches

java.lang.Object
  extended by com.atlassian.jira.util.system.patch.AppliedPatches

public class AppliedPatches
extends Object

This is used to detect if any patches have been applied to JIRA.

Normally this will be empty since JIRA is not supplied in patched form. However if a patch has to be applied then this class can be look for those patches and report on them

This is designed as a support improvement.

Since:
v4.0

Constructor Summary
AppliedPatches()
           
 
Method Summary
static Set<AppliedPatchInfo> getAppliedPatches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppliedPatches

public AppliedPatches()
Method Detail

getAppliedPatches

public static Set<AppliedPatchInfo> getAppliedPatches()
Returns:
an array of applied patch strings. Normally this will be empty in a proper released of JIRA. This will NEVER be null!


Copyright © 2002-2010 Atlassian. All Rights Reserved.