public class

GoogleSiteVerification

extends Object
java.lang.Object
   ↳ com.atlassian.jira.ajsmeta.GoogleSiteVerification

Class Overview

Utility class for including the Google site verification key in the JIRA header if it's set.

Summary

Constants
String GOOGLE_SITE_VERIFICATION_KEY
Public Constructors
GoogleSiteVerification(ApplicationProperties applicationProperties)
Public Methods
String getKey()
Returns the Google site verification key or an empty string if it is not defined.
String getMetaName()
Returns the name to use in the <meta> element.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String GOOGLE_SITE_VERIFICATION_KEY

Constant Value: "google.site.verification.key"

Public Constructors

public GoogleSiteVerification (ApplicationProperties applicationProperties)

Public Methods

public String getKey ()

Returns the Google site verification key or an empty string if it is not defined.

Returns
  • a String containing the Google site verification key (may be empty)

public String getMetaName ()

Returns the name to use in the <meta> element.

Returns
  • a String containing the name to use in the <meta> element