public interface JpsBuildData
JpsBuildData
is available via the ProjectTaskContext
.
It provides aggregated details for the multiple invocations of the "JPS" builds during the single run session of a ProjectTaskManager
.
This data was introduced for compatibility reasons with the code which still depends on the internal context of "JPS" builder.
And shouldn't be used by plugins or new code.Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getArtifactsWrittenPaths() |
java.util.List<CompileContext> |
getFinishedBuildsContexts() |
java.util.Set<java.lang.String> getArtifactsWrittenPaths()
java.util.List<CompileContext> getFinishedBuildsContexts()