Uses of Class
org.qubership.atp.environments.model.ParametersGettingVersion
Packages that use ParametersGettingVersion
-
Uses of ParametersGettingVersion in org.qubership.atp.environments.model
Methods in org.qubership.atp.environments.model that return ParametersGettingVersionMethods in org.qubership.atp.environments.model with parameters of type ParametersGettingVersionModifier and TypeMethodDescriptionvoidSystem.setParametersGettingVersion(ParametersGettingVersion parametersGettingVersion) -
Uses of ParametersGettingVersion in org.qubership.atp.environments.model.impl
Methods in org.qubership.atp.environments.model.impl that return ParametersGettingVersionMethods in org.qubership.atp.environments.model.impl with parameters of type ParametersGettingVersionModifier and TypeMethodDescriptionvoidSystemImpl.setParametersGettingVersion(ParametersGettingVersion parametersGettingVersion) Constructors in org.qubership.atp.environments.model.impl with parameters of type ParametersGettingVersionModifierConstructorDescriptionSystemImpl(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.