congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
Application.getProductHelpServerSpaceURI
Code IndexAdd Tabnine to your IDE (free)

How to use
getProductHelpServerSpaceURI
method
in
com.atlassian.application.api.Application

Best Java code snippets using com.atlassian.application.api.Application.getProductHelpServerSpaceURI (Showing top 2 results out of 315)

origin: com.atlassian.jira/jira-core

@Override
public Option<URI> getProductHelpServerSpaceURI()
{
  return application.getProductHelpServerSpaceURI();
}
origin: com.atlassian.jira/jira-core

@Override
@Nonnull
public Option<String> getHelpSpace(@Nonnull final ApplicationKey applicationKey)
{
  return applicationManager.getApplication(applicationKey)
      .flatMap(app -> featureManager.isOnDemand() ? app.getProductHelpCloudSpaceURI() : app.getProductHelpServerSpaceURI())
      .map(uri -> uri.toString());
}
com.atlassian.application.apiApplicationgetProductHelpServerSpaceURI

Javadoc

Returns relative URI to use as target space for product user helplinks.

io.atlassian.fugue.Option#none() can be returned to indicate that there is no server help space.

Popular methods of Application

  • getAccess
    Return the com.atlassian.application.api.ApplicationAccess associated with the application.
  • getKey
    Return the com.atlassian.application.api.ApplicationKey associated with the application.
  • getUserCountDescription
    Returns the internationalised description for the passed number of users. For example, JIRA Service
  • buildDate
    Return the build date of the application.
  • clearConfiguration
    Clear (remove) application's configuration. This is typically implemented by the host system and sho
  • getConfigurationURI
    Get the relative URI for the configuration of the application. The context path must not be included
  • getDefaultGroup
    Get the default user group defined for the application.
  • getDescription
    Get the description of the application.The description should be internationalised for the calling u
  • getLicense
    Return the license associated with the application. io.atlassian.fugue.Option#none() will be returne
  • getName
    Get the name of the application.
  • getPostInstallURI
    Get the relative URI to show after the application is installed. The context path must not be includ
  • getPostUpdateURI
    Get the relative URI to show after the application is updated. The context path must not be included
  • getPostInstallURI,
  • getPostUpdateURI,
  • getProductHelpCloudSpaceURI,
  • getVersion

Popular in Java

  • Reading from database using SQL prepared statement
  • getResourceAsStream (ClassLoader)
  • compareTo (BigDecimal)
  • getSupportFragmentManager (FragmentActivity)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now