Uses of Interface
org.qubership.atp.environments.model.Environment
Packages that use Environment
-
Uses of Environment in org.qubership.atp.environments.model
Methods in org.qubership.atp.environments.model that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionSystem.getEnvironmentIds()Project.getEnvironments()System.getEnvironments()Method parameters in org.qubership.atp.environments.model with type arguments of type EnvironmentModifier and TypeMethodDescriptionvoidSystem.setEnvironmentIds(List<Environment> environments) voidProject.setEnvironments(List<Environment> environments) voidSystem.setEnvironments(List<Environment> environments) -
Uses of Environment in org.qubership.atp.environments.model.impl
Classes in org.qubership.atp.environments.model.impl that implement EnvironmentMethods in org.qubership.atp.environments.model.impl that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionSystemImpl.getEnvironmentIds()ProjectImpl.getEnvironments()SystemImpl.getEnvironments()Method parameters in org.qubership.atp.environments.model.impl with type arguments of type EnvironmentModifier and TypeMethodDescriptionvoidSystemImpl.setEnvironmentIds(List<Environment> environments) voidProjectImpl.setEnvironments(List<Environment> environments) voidSystemImpl.setEnvironments(List<Environment> environments) Constructor parameters in org.qubership.atp.environments.model.impl with type arguments of type EnvironmentModifierConstructorDescriptionProjectImpl(UUID uuid, String name, String shortName, String description, List<Environment> environments, Long created, Long modified) TODO Make javadoc documentation for this method.SystemImpl(UUID uuid, String name, String description, Long created, UUID createdBy, Long modified, UUID modifiedBy, List<Environment> environments, SystemCategory systemCategory, List<Connection> connectionsList, Status status, Long dateOfLastCheck, String version, Long dateOfCheckVersion, ParametersGettingVersion parametersGettingVersion, UUID parentSystemId, ServerItf serverItf, Boolean mergeByName, UUID linkToSystemId, UUID externalId, UUID sourceId, String externalName) TODO Make javadoc documentation for this method.