public class ProdModeTestResults
extends Object
-
Constructor Summary
Constructors
-
Method Summary
List<io.quarkus.bootstrap.app.ArtifactResult>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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