com.atlassian.bamboo.plugin
Class PluginIdentifier

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

public class PluginIdentifier
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PluginIdentifier()
           
PluginIdentifier(com.atlassian.plugin.Plugin plugin)
           
 
Method Summary
 String getKey()
           
 String getName()
           
 String getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginIdentifier

public PluginIdentifier(@NotNull
                        com.atlassian.plugin.Plugin plugin)

PluginIdentifier

public PluginIdentifier()
Method Detail

getName

@Nullable
public String getName()

getVersion

@Nullable
public String getVersion()

getKey

@NotNull
public String getKey()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.