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:
getIdin interfaceBambooIdProvider
-
getName
- Specified by:
getNamein interfaceNameProvider
-
getCreationDate
Date getCreationDate()- Specified by:
getCreationDatein 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
-