Interface IndexedVersion
-
- All Superinterfaces:
CreationDateProvider
- All Known Implementing Classes:
IndexedVersionImpl
@Deprecated public interface IndexedVersion extends CreationDateProvider
Deprecated.since 8.2. UseDeploymentVersion
Represents the Deployment Version document stored in lucene
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Date
getCreationDate()
Deprecated.long
getId()
Deprecated.String
getName()
Deprecated.@NotNull String
getPlanBranchName()
Deprecated.PlanResultKey
getPlanResultKey()
Deprecated.long
getProjectId()
Deprecated.
-
-
-
Method Detail
-
getId
long getId()
Deprecated.- Returns:
- id of the version
-
getName
String getName()
Deprecated.- Returns:
- The name of the version
-
getPlanResultKey
PlanResultKey getPlanResultKey()
Deprecated.- Returns:
- the plan result key of the result that was used to create this version
-
getCreationDate
Date getCreationDate()
Deprecated.- Specified by:
getCreationDate
in interfaceCreationDateProvider
- Returns:
- date that the version was created
-
getProjectId
long getProjectId()
Deprecated.- Returns:
- id of the project the version belongs to.
-
getPlanBranchName
@NotNull @NotNull String getPlanBranchName()
Deprecated.- Returns:
- name of branch the version is created from
-
-