com.atlassian.bamboo.deployments.versions
Interface InternalDeploymentVersion

All Superinterfaces:
BambooIdProvider, NameProvider
All Known Subinterfaces:
DeploymentVersion, MutableDeploymentVersion
All Known Implementing Classes:
DeploymentVersionImpl, MutableDeploymentVersionImpl

public interface InternalDeploymentVersion
extends BambooIdProvider, NameProvider


Method Summary
 java.util.Date getCreationDate()
           
 java.lang.String getCreatorUserName()
           
 long getId()
           
 java.lang.String getName()
           
 

Method Detail

getId

long getId()
Specified by:
getId in interface BambooIdProvider

getName

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

getCreationDate

java.util.Date getCreationDate()
Returns:
Date the version object was created.

getCreatorUserName

java.lang.String getCreatorUserName()
Returns:
the username of the person who created this version


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