com.atlassian.bamboo.deployments.versions
Interface InternalDeploymentVersionItem

All Superinterfaces:
BambooIdProvider, NameProvider
All Known Subinterfaces:
ArtifactDeploymentVersionItem, DeploymentVersionItem, MutableArtifactDeploymentVersionItem, MutableDeploymentVersionItem
All Known Implementing Classes:
AbstractDeploymentVersionItem, AbstractMutableDeploymentVersionItem, ArtifactDeploymentVersionItemImpl, MutableArtifactDeploymentVersionItemImpl, RestArtifactDeploymentVersionItem, RestDeploymentVersionItem

public interface InternalDeploymentVersionItem
extends BambooIdProvider, NameProvider


Method Summary
 long getId()
           
 String getName()
           
 ProjectItemType getType()
           
 

Method Detail

getId

long getId()
Specified by:
getId in interface BambooIdProvider

getName

@NotNull
String getName()
Specified by:
getName in interface NameProvider

getType

@NotNull
ProjectItemType getType()
Returns:
type of the DeploymentProjectItem


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