com.atlassian.bamboo.plugin.descriptor
Class RepositoryModuleDescriptor

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

public class RepositoryModuleDescriptor
extends AbstractBambooModuleDescriptor<Repository>
implements java.io.Serializable

Module descriptor for the Repository plugin type

See Also:
Serialized Form

Field Summary
static java.lang.String REPOSITORY_PLUGIN_KEY
           
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton
 
Constructor Summary
RepositoryModuleDescriptor()
           
RepositoryModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
           
 
Method Summary
 java.lang.String getChangeDetectionEditTemplate()
           
 java.lang.String getChangeDetectionViewTemplate()
           
 java.lang.String getEditTemplate()
           
 java.lang.String getMavenPomCheckoutAccessEditTemplate()
           
 java.lang.String getMinimalEditTemplate()
           
 Repository getModule()
           
 java.lang.String getViewTemplate()
           
 
Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor
getFreeMarkerResourceLocation, getVelocityResourceLocation, instantiateClass
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, disabled, enabled, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, init, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REPOSITORY_PLUGIN_KEY

public static final java.lang.String REPOSITORY_PLUGIN_KEY
See Also:
Constant Field Values
Constructor Detail

RepositoryModuleDescriptor

public RepositoryModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)

RepositoryModuleDescriptor

public RepositoryModuleDescriptor()
Method Detail

getModule

public Repository getModule()
Specified by:
getModule in interface com.atlassian.plugin.ModuleDescriptor<Repository>
Overrides:
getModule in class AbstractBambooModuleDescriptor<Repository>

getEditTemplate

@Nullable
public java.lang.String getEditTemplate()

getViewTemplate

@Nullable
public java.lang.String getViewTemplate()

getChangeDetectionEditTemplate

@Nullable
public java.lang.String getChangeDetectionEditTemplate()

getChangeDetectionViewTemplate

@Nullable
public java.lang.String getChangeDetectionViewTemplate()

getMinimalEditTemplate

@Nullable
public java.lang.String getMinimalEditTemplate()

getMavenPomCheckoutAccessEditTemplate

@Nullable
public java.lang.String getMavenPomCheckoutAccessEditTemplate()


Copyright © 2011 Atlassian. All Rights Reserved.