Interface VcsRepositoryViewerModuleDescriptor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NotNull VcsRepositoryViewerConfigurator getConfigurator()  
      @Nullable VcsRepositoryViewerExporter getExporter()  
      boolean supportsVcsRepositoryType​(@NotNull String pluginKey)
      Check if this viewer can be used for a given kind of vcs.
      • Methods inherited from interface com.atlassian.plugin.ModuleDescriptor

        destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
      • Methods inherited from interface com.atlassian.plugin.Resourced

        getResourceDescriptor, getResourceDescriptors, getResourceLocation
      • Methods inherited from interface com.atlassian.plugin.ScopeAware

        getScopeKey
    • Method Detail

      • supportsVcsRepositoryType

        boolean supportsVcsRepositoryType​(@NotNull
                                          @NotNull String pluginKey)
        Check if this viewer can be used for a given kind of vcs. If a viewer supports any type of vcs simply return true.
        Returns:
        true iff repository viewer works with given vcs plugin.