Package io.kestra.core.models.executions
Class MetricEntry
java.lang.Object
io.kestra.core.models.executions.MetricEntry
- All Implemented Interfaces:
DeletedInterface,TenantInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MetricEntryof(TaskRun taskRun, AbstractMetricEntry<?> metricEntry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.kestra.core.models.DeletedInterface
isDeletedMethods inherited from interface io.kestra.core.models.TenantInterface
getTenantId
-
Constructor Details
-
MetricEntry
public MetricEntry()
-
-
Method Details
-
of
-