Uses of Enum Class
org.qubership.atp.environments.model.utils.enums.Status
Packages that use Status
Package
Description
-
Uses of Status in org.qubership.atp.environments.model
Methods in org.qubership.atp.environments.model that return StatusMethods in org.qubership.atp.environments.model with parameters of type Status -
Uses of Status in org.qubership.atp.environments.model.impl
Methods in org.qubership.atp.environments.model.impl that return StatusMethods in org.qubership.atp.environments.model.impl with parameters of type StatusConstructors in org.qubership.atp.environments.model.impl with parameters of type StatusModifierConstructorDescriptionSystemImpl(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. -
Uses of Status in org.qubership.atp.environments.model.utils.enums
Methods in org.qubership.atp.environments.model.utils.enums that return Status