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
boolean isAvailable()
Returns whether Google site verification is available, i.e.
void writeHtml(Writer writer)
[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 boolean isAvailable ()

Returns whether Google site verification is available, i.e. has the verification key been defined.

Returns
  • true if Google site verification is available.

public void writeHtml (Writer writer)

Throws
IOException