public class

ReleaseInfo

extends Object
java.lang.Object
   ↳ com.atlassian.jira.util.system.ReleaseInfo

Class Overview

Utilty for displaying some random text associated with a particular release.

For instance we need to display whether a release is Standalone, WAR or source. We may in the future want to display information for bespoke customisations.

Summary

Public Methods
String getInfo()
Gets the contents of a file in this package called "release.info".
static ReleaseInfo getReleaseInfo(Class whereToLook)
boolean hasInfo()
Does the release.info file exist?
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getInfo ()

Gets the contents of a file in this package called "release.info".

public static ReleaseInfo getReleaseInfo (Class whereToLook)

public boolean hasInfo ()

Does the release.info file exist?