Tabnine Logo
Application.clearConfiguration
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: com.atlassian.jira/jira-core

  @Override
  public void clearConfiguration()
  {
    application.clearConfiguration();
  }
}
com.atlassian.application.apiApplicationclearConfiguration

Javadoc

Clear (remove) application's configuration. This is typically implemented by the host system and should be a no-op when not implemented.

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.
  • 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
  • getProductHelpCloudSpaceURI
    Returns relative URI to use as target space for product user helplinks in cloud. io.atlassian.fugue
  • getPostUpdateURI,
  • getProductHelpCloudSpaceURI,
  • getProductHelpServerSpaceURI,
  • getVersion

Popular in Java

  • Start an intent from android
  • addToBackStack (FragmentTransaction)
  • onRequestPermissionsResult (Fragment)
  • setContentView (Activity)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Option (scala)
  • 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