Interface Environment
- All Superinterfaces:
CreatedModified,Described,Identified,Named,Serializable,Sourced
- All Known Implementing Classes:
EnvironmentImpl
public interface Environment
extends Identified, Named, CreatedModified, Described, Serializable, Sourced
-
Method Summary
Modifier and TypeMethodDescriptiongetTags()default booleanisParent(Identified candidate) voidsetCategoryId(UUID categoryId) voidsetConsulEgressConfigPath(String consulEgressConfigPath) voidsetGraylogName(String graylogName) voidsetProjectId(UUID project) voidsetSsmInstanceAlias(String ssmInstanceAlias) voidsetSsmSolutionAlias(String ssmSolutionAlias) voidsetSystems(List<System> systemsList) voidMethods inherited from interface org.qubership.atp.environments.model.CreatedModified
getCreated, getCreatedBy, getModified, getModifiedBy, setCreated, setCreatedBy, setModified, setModifiedByMethods inherited from interface org.qubership.atp.environments.model.Described
getDescription, setDescriptionMethods inherited from interface org.qubership.atp.environments.model.Identified
getId, setIdMethods inherited from interface org.qubership.atp.environments.model.Sourced
getSourceId, setSourceId
-
Method Details
-
getProjectId
-
setProjectId
-
getSystems
-
setSystems
-
getCategoryId
-
setCategoryId
-
getGraylogName
-
setGraylogName
-
getSsmSolutionAlias
-
setSsmSolutionAlias
-
getSsmInstanceAlias
-
setSsmInstanceAlias
-
getConsulEgressConfigPath
-
setConsulEgressConfigPath
-
getTags
-
setTags
-
isParent
- Specified by:
isParentin interfaceIdentified
-