Interface IndexedEnvironment
- All Known Implementing Classes:
IndexedEnvironmentImpl
Deprecated.
since 8.2
Represents the environment document stored in lucene
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.long
Deprecated.@Nullable String
Deprecated.@Nullable PlanResultKey
Deprecated.Deprecated.long
Deprecated.Deprecated.int
Deprecated.@Nullable Date
Deprecated.long
Deprecated.Deprecated.
-
Method Details
-
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
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
Deprecated.- Returns:
- the plan result key of the result that the version, currently on this environment, was created from.
-
getCurrentState
BuildState getCurrentState()Deprecated. -
getLastDeployedDate
Deprecated.- Returns:
- the date at which environment was last deployed to
-