Class ProdModeTestResults

java.lang.Object
io.quarkus.test.ProdModeTestResults

public class ProdModeTestResults extends Object
  • Constructor Details

    • ProdModeTestResults

      public ProdModeTestResults(Path buildDir, Path builtArtifactPath, List<io.quarkus.bootstrap.app.ArtifactResult> results, List<LogRecord> retainedBuildLogRecords)
  • Method Details

    • getBuildDir

      public Path getBuildDir()
    • getBuiltArtifactPath

      public Path getBuiltArtifactPath()
    • getResults

      public List<io.quarkus.bootstrap.app.ArtifactResult> getResults()
    • getRetainedBuildLogRecords

      public List<LogRecord> getRetainedBuildLogRecords()