Class PluginModuleIdentifier

java.lang.Object
com.atlassian.bamboo.plugin.PluginModuleIdentifier
All Implemented Interfaces:
Serializable

public class PluginModuleIdentifier extends Object implements Serializable
See Also:
  • Constructor Details

    • PluginModuleIdentifier

      public PluginModuleIdentifier(@NotNull @NotNull com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor)
    • PluginModuleIdentifier

      public PluginModuleIdentifier()
  • Method Details

    • getPluginIdentifier

      @NotNull public @NotNull PluginIdentifier getPluginIdentifier()
    • getModuleKey

      @Nullable public @Nullable String getModuleKey()
    • getCompleteKey

      @Nullable public @Nullable String getCompleteKey()
    • toString

      public String toString()
      Overrides:
      toString in class Object