Package com.atlassian.jira.ajsmeta
Class GoogleSiteVerification
java.lang.Object
com.atlassian.jira.ajsmeta.GoogleSiteVerification
Utility class for including the Google site verification key in the JIRA header if it's set.
- Since:
- v6.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether Google site verification is available, i.e.void
-
Field Details
-
GOOGLE_SITE_VERIFICATION_KEY
- See Also:
-
-
Constructor Details
-
GoogleSiteVerification
-
-
Method Details
-
writeHtml
- Throws:
IOException
-
isAvailable
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.
-