MCPcopy Create free account
hub / github.com/Icinga/icinga2 / SetRemovalInfo

Method SetRemovalInfo

lib/icinga/downtime.cpp:522–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522void Downtime::SetRemovalInfo(const String& removedBy, double removeTime, const MessageOrigin::Ptr& origin) {
523 {
524 ObjectLock olock(this);
525
526 SetRemovedBy(removedBy, false, origin);
527 SetRemoveTime(removeTime, false, origin);
528 }
529
530 OnRemovalInfoChanged(this, removedBy, removeTime, origin);
531}
532
533Downtime::Ptr Downtime::GetDowntimeFromLegacyID(int id)
534{

Callers 1

RemoveDowntimeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected