Class ProdModeTestResults


  • public class ProdModeTestResults
    extends Object
    • Constructor Detail

      • ProdModeTestResults

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

      • getBuildDir

        public Path getBuildDir()
      • getBuiltArtifactPath

        public Path getBuiltArtifactPath()
      • getResults

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

        public List<LogRecord> getRetainedBuildLogRecords()