com.atlassian.bamboo.plugin
Class PluginModuleIdentifier

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

public class PluginModuleIdentifier
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PluginModuleIdentifier()
           
PluginModuleIdentifier(com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor)
           
 
Method Summary
 java.lang.String getCompleteKey()
           
 java.lang.String getModuleKey()
           
 PluginIdentifier getPluginIdentifier()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginModuleIdentifier

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

PluginModuleIdentifier

public PluginModuleIdentifier()
Method Detail

getPluginIdentifier

@NotNull
public PluginIdentifier getPluginIdentifier()

getModuleKey

@Nullable
public java.lang.String getModuleKey()

getCompleteKey

@Nullable
public java.lang.String getCompleteKey()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 Atlassian. All Rights Reserved.