Class RepositoryModuleDescriptorImpl

java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor<Repository>
com.atlassian.bamboo.plugin.descriptor.RepositoryModuleDescriptorImpl
All Implemented Interfaces:
RepositoryModuleDescriptor, com.atlassian.plugin.ModuleDescriptor<Repository>, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware, com.atlassian.plugin.StateAware, Serializable

public class RepositoryModuleDescriptorImpl extends AbstractBambooModuleDescriptor<Repository> implements RepositoryModuleDescriptor, Serializable
Module descriptor for the Repository plugin type
See Also:
  • Field Details

  • Constructor Details

    • RepositoryModuleDescriptorImpl

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

    • init

      public void init(com.atlassian.plugin.Plugin plugin, com.atlassian.plugin.module.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
    • getModule

      public Repository getModule()
      For some reason on remote agent super.getModule() is not enough (not sure if it is not enough only for plugins type 2) BDEV-807
      Specified by:
      getModule in interface com.atlassian.plugin.ModuleDescriptor<Repository>
      Overrides:
      getModule in class AbstractBambooModuleDescriptor<Repository>
    • 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()
    • getConfigurator

      @NotNull public @NotNull RepositoryConfigurator getConfigurator()
      Specified by:
      getConfigurator in interface RepositoryModuleDescriptor