Class CanaryExecutionResult
java.lang.Object
com.netflix.kayenta.standalonecanaryanalysis.domain.CanaryExecutionResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Longprotected Stringprotected Stringprotected Longprotected Objectprotected @NotNull Stringprotected @NotNull com.netflix.spinnaker.orca.api.pipeline.models.ExecutionStatusprotected Stringprotected Longprotected Stringprotected Longprotected Stringprotected com.netflix.kayenta.canary.results.CanaryResultprotected Stringprotected Longprotected String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
executionId
-
executionStatus
@NotNull protected @NotNull com.netflix.spinnaker.orca.api.pipeline.models.ExecutionStatus executionStatus -
exception
-
result
protected com.netflix.kayenta.canary.results.CanaryResult result -
judgementStartTimeIso
-
judgementStartTimeMillis
-
judgementEndTimeIso
-
judgementEndTimeMillis
-
metricSetPairListId
-
buildTimeMillis
-
buildTimeIso
-
startTimeMillis
-
startTimeIso
-
endTimeMillis
-
endTimeIso
-
storageAccountName
-
configurationAccountName
-
-
Constructor Details
-
CanaryExecutionResult
public CanaryExecutionResult()
-