Class RepositoryModuleDescriptorImpl

    • Constructor Detail

      • RepositoryModuleDescriptorImpl

        public RepositoryModuleDescriptorImpl​(com.atlassian.plugin.module.ModuleFactory moduleFactory)
    • Method Detail

      • init

        public void init​(com.atlassian.plugin.Plugin plugin,
                         org.dom4j.Element element)
                  throws com.atlassian.plugin.PluginParseException
        Specified by:
        init in interface com.atlassian.plugin.ModuleDescriptor<Repository>
        Overrides:
        init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Repository>
        Throws:
        com.atlassian.plugin.PluginParseException
      • getEditTemplate

        @Nullable
        public @Nullable String getEditTemplate()
      • getAdvancedEditTemplate

        @Nullable
        public @Nullable String getAdvancedEditTemplate()
      • getAdvancedViewTemplate

        @Nullable
        public @Nullable String getAdvancedViewTemplate()
      • getViewTemplate

        @Nullable
        public @Nullable String getViewTemplate()
      • getChangeDetectionEditTemplate

        @Nullable
        public @Nullable String getChangeDetectionEditTemplate()
      • getChangeDetectionViewTemplate

        @Nullable
        public @Nullable String getChangeDetectionViewTemplate()
      • getMinimalEditTemplate

        @Nullable
        public @Nullable String getMinimalEditTemplate()
      • getMavenPomCheckoutAccessEditTemplate

        @Nullable
        public @Nullable String getMavenPomCheckoutAccessEditTemplate()
      • getBranchIntegrationEditTemplate

        @Nullable
        public @Nullable String getBranchIntegrationEditTemplate()