com.atlassian.jira.ajsmeta
Class GoogleSiteVerification

java.lang.Object
  extended by com.atlassian.jira.ajsmeta.GoogleSiteVerification

public class GoogleSiteVerification
extends Object

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

Since:
v6.0

Field Summary
static String GOOGLE_SITE_VERIFICATION_KEY
           
 
Constructor Summary
GoogleSiteVerification(ApplicationProperties applicationProperties)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GOOGLE_SITE_VERIFICATION_KEY

public static final String GOOGLE_SITE_VERIFICATION_KEY
See Also:
Constant Field Values
Constructor Detail

GoogleSiteVerification

public GoogleSiteVerification(ApplicationProperties applicationProperties)
Method Detail

getMetaName

public String getMetaName()
Returns the name to use in the <meta> element.

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

getKey

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)


Copyright © 2002-2014 Atlassian. All Rights Reserved.