Interface InternalDeploymentVersion
- All Superinterfaces:
BambooIdProvider
,CreationDateProvider
,NameProvider
- All Known Subinterfaces:
DeploymentVersion
,MutableDeploymentVersion
- All Known Implementing Classes:
DeploymentVersionImpl
,MutableDeploymentVersionImpl
,RestDeploymentVersion
@Internal
public interface InternalDeploymentVersion
extends BambooIdProvider, NameProvider, CreationDateProvider
-
Field Details
-
DEFAULT_BRANCH_NAME
- See Also:
-
-
Method Details
-
getId
long getId()- Specified by:
getId
in interfaceBambooIdProvider
-
getName
- Specified by:
getName
in interfaceNameProvider
-
getCreationDate
Date getCreationDate()- Specified by:
getCreationDate
in interfaceCreationDateProvider
- Returns:
- Date the version object was created.
-
getCreatorUserName
String getCreatorUserName()- Returns:
- the username of the person who created this version
-
getPlanBranchName
-
getAgeZeroPoint
- Returns:
- Zero time point for calculation of the version's age.
-
getDeploymentProjectId
- Since:
- 8.2
-