Interface IndexedEnvironment
-
- All Known Implementing Classes:
IndexedEnvironmentImpl
@Deprecated public interface IndexedEnvironment
Deprecated.since 8.2Represents the environment document stored in lucene
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description BuildState
getCurrentState()
Deprecated.long
getCurrentVersionId()
Deprecated.@Nullable String
getCurrentVersionName()
Deprecated.@Nullable PlanResultKey
getCurrentVersionPlanResultKey()
Deprecated.String
getEnvironmentDescription()
Deprecated.long
getEnvironmentId()
Deprecated.String
getEnvironmentName()
Deprecated.int
getEnvironmentPosition()
Deprecated.@Nullable Date
getLastDeployedDate()
Deprecated.long
getProjectId()
Deprecated.String
getProjectName()
Deprecated.
-
-
-
Method Detail
-
getEnvironmentName
String getEnvironmentName()
Deprecated.- Returns:
- name of the environment
-
getEnvironmentDescription
String getEnvironmentDescription()
Deprecated.- Returns:
- description of the environment
-
getEnvironmentId
long getEnvironmentId()
Deprecated.- Returns:
- if of the environment
-
getEnvironmentPosition
int getEnvironmentPosition()
Deprecated.- Returns:
- visual position of the environment relative to other environments in the project
-
getProjectName
String getProjectName()
Deprecated.- Returns:
- name of the project the environment belongs to
-
getProjectId
long getProjectId()
Deprecated.- Returns:
- id of the project the environment belongs to
-
getCurrentVersionName
@Nullable @Nullable String getCurrentVersionName()
Deprecated.- Returns:
- the name of the current version on this environments
-
getCurrentVersionId
long getCurrentVersionId()
Deprecated.- Returns:
- the id of the current version on this environments, may be -1 if never deployed to OR if versino was deleted
-
getCurrentVersionPlanResultKey
@Nullable @Nullable PlanResultKey getCurrentVersionPlanResultKey()
Deprecated.- Returns:
- the plan result key of the result that the version, currently on this environment, was created from.
-
getCurrentState
BuildState getCurrentState()
Deprecated.
-
getLastDeployedDate
@Nullable @Nullable Date getLastDeployedDate()
Deprecated.- Returns:
- the date at which environment was last deployed to
-
-