com.atlassian.bamboo.deployments.versions
Class AbstractDeploymentVersionItem

java.lang.Object
  extended by com.atlassian.bamboo.deployments.versions.AbstractDeploymentVersionItem
All Implemented Interfaces:
BambooIdProvider, DeploymentVersionItem, InternalDeploymentVersionItem, NameProvider, java.io.Serializable
Direct Known Subclasses:
ArtifactDeploymentVersionItemImpl

public class AbstractDeploymentVersionItem
extends java.lang.Object
implements DeploymentVersionItem

See Also:
Serialized Form

Constructor Summary
AbstractDeploymentVersionItem(MutableDeploymentVersionItem version)
           
 
Method Summary
 long getId()
           
 java.lang.String getName()
           
 ProjectItemType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDeploymentVersionItem

public AbstractDeploymentVersionItem(@NotNull
                                     MutableDeploymentVersionItem version)
Method Detail

getId

public long getId()
Specified by:
getId in interface BambooIdProvider
Specified by:
getId in interface InternalDeploymentVersionItem

getName

@NotNull
public java.lang.String getName()
Specified by:
getName in interface InternalDeploymentVersionItem
Specified by:
getName in interface NameProvider

getType

@NotNull
public ProjectItemType getType()
Specified by:
getType in interface InternalDeploymentVersionItem
Returns:
type of the DeploymentProjectItem


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.