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

How to use
getPlatform
method
in
com.atlassian.application.api.ApplicationManager

Best Java code snippets using com.atlassian.application.api.ApplicationManager.getPlatform (Showing top 4 results out of 315)

origin: com.atlassian.jira/jira-rest-plugin

  @Override
  public Application get()
  {
    return appManager.getPlatform();
  }
};
origin: com.atlassian.jira/jira-core

private Stream<JiraApplication> getJiraAppForPlatformApp()
{
  PlatformApplication platform = applicationManager.getPlatform();
  return Stream.of(new JiraApplication(platform, asList(BUSINESS_TYPE)));
}
origin: com.atlassian.jira/jira-core

private boolean isPlatformApplication(final JiraApplication application)
{
  return application.getKey().equals(applicationManager.getPlatform().getKey());
}
origin: com.atlassian.jira/jira-core

private boolean isNonCoreApplicationDefinition(final ApplicationRoleDefinitions.ApplicationRoleDefinition definition)
{
  return !applicationManager.getPlatform().getKey().equals(definition.key());
}
com.atlassian.application.apiApplicationManagergetPlatform

Javadoc

Return the com.atlassian.application.api.PlatformApplication that represents the Platform.

Popular methods of ApplicationManager

  • getApplication
    Return the installed Application associated with the passed ApplicationKey if it is of the correct t
  • getApplications
    Return all the Applications installed on the platform. This will include the com.atlassian.applicati

Popular in Java

  • Making http post requests using okhttp
  • startActivity (Activity)
  • requestLocationUpdates (LocationManager)
  • notifyDataSetChanged (ArrayAdapter)
  • Menu (java.awt)
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Collectors (java.util.stream)
  • BoxLayout (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Top 12 Jupyter Notebook extensions
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