Package io.sentry.cli

Class SentryCliRunner

java.lang.Object
io.sentry.cli.SentryCliRunner

public class SentryCliRunner extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SentryCliRunner(boolean debugSentryCli, @Nullable String sentryCliExecutablePath, @NotNull org.apache.maven.project.MavenProject mavenProject, @NotNull org.apache.maven.execution.MavenSession mavenSession, @NotNull org.apache.maven.plugin.BuildPluginManager pluginManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    runSentryCli(@NotNull String sentryCliCommand, boolean failOnError)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SentryCliRunner

      public SentryCliRunner(boolean debugSentryCli, @Nullable @Nullable String sentryCliExecutablePath, @NotNull @NotNull org.apache.maven.project.MavenProject mavenProject, @NotNull @NotNull org.apache.maven.execution.MavenSession mavenSession, @NotNull @NotNull org.apache.maven.plugin.BuildPluginManager pluginManager)
  • Method Details

    • runSentryCli

      @Nullable public @Nullable String runSentryCli(@NotNull @NotNull String sentryCliCommand, boolean failOnError) throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException