All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentelemetry.maven.handler.MojoGoalExecutionHandler Maven / Gradle / Ivy

There is a newer version: 1.41.0-alpha
Show newest version
/*
 * Copyright The OpenTelemetry Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package io.opentelemetry.maven.handler;

import io.opentelemetry.api.trace.SpanBuilder;
import io.opentelemetry.maven.MavenGoal;
import java.util.List;
import org.apache.maven.execution.ExecutionEvent;

public interface MojoGoalExecutionHandler {

  default void enrichSpan(SpanBuilder spanBuilder, ExecutionEvent executionEvent) {}

  List getSupportedGoals();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy