public class AugmentResult extends Object
| Constructor and Description |
|---|
AugmentResult(List<ArtifactResult> results,
JarResult jar,
Path nativeImagePath) |
| Modifier and Type | Method and Description |
|---|---|
JarResult |
getJar() |
Path |
getNativeResult() |
List<ArtifactResult> |
getResults() |
public AugmentResult(List<ArtifactResult> results, JarResult jar, Path nativeImagePath)
public List<ArtifactResult> getResults()
public JarResult getJar()
public Path getNativeResult()
Copyright © 2020 JBoss by Red Hat. All rights reserved.