com.atlassian.bamboo.deployments.versions.index
Interface IndexedVersion
- All Superinterfaces:
- CreationDateProvider
- All Known Implementing Classes:
- IndexedVersionImpl
public interface IndexedVersion
- extends CreationDateProvider
Represents the Deployment Version document stored in lucene
getId
long getId()
- Returns:
- id of the version
getName
String getName()
- Returns:
- The name of the version
getPlanResultKey
PlanResultKey getPlanResultKey()
- Returns:
- the plan result key of the result that was used to create this version
getCreationDate
Date getCreationDate()
- Specified by:
getCreationDate
in interface CreationDateProvider
- Returns:
- date that the version was created
getProjectId
long getProjectId()
- Returns:
- id of the project the version belongs to.
getPlanBranchName
@NotNull
String getPlanBranchName()
- Returns:
- name of branch the version is created from
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.