public class

AppliedPatches

extends Object
java.lang.Object
   ↳ com.atlassian.jira.util.system.patch.AppliedPatches

Class Overview

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.

Summary

Public Constructors
AppliedPatches()
Public Methods
static Set<AppliedPatchInfo> getAppliedPatches()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AppliedPatches ()

Public Methods

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!