Uses of Interface
org.qubership.atp.environments.model.UpdateEvent
Packages that use UpdateEvent
-
Uses of UpdateEvent in org.qubership.atp.environments.model
Methods in org.qubership.atp.environments.model that return types with arguments of type UpdateEventMethod parameters in org.qubership.atp.environments.model with type arguments of type UpdateEventModifier and TypeMethodDescriptionvoidSubscription.setUpdateEvents(List<UpdateEvent> updateEvents) -
Uses of UpdateEvent in org.qubership.atp.environments.model.impl
Classes in org.qubership.atp.environments.model.impl that implement UpdateEventMethods in org.qubership.atp.environments.model.impl that return types with arguments of type UpdateEventMethod parameters in org.qubership.atp.environments.model.impl with type arguments of type UpdateEventModifier and TypeMethodDescriptionvoidSubscriptionImpl.setUpdateEvents(List<UpdateEvent> updateEvents) Constructor parameters in org.qubership.atp.environments.model.impl with type arguments of type UpdateEventModifierConstructorDescriptionSubscriptionImpl(UUID uuid, Integer subscriptionType, UUID projectId, UUID environmentId, UUID systemId, Subscriber subscriber, Integer status, Long lastUpdated, List<UpdateEvent> updateEvents) TODO Make javadoc documentation for this method.