public final class GradleLogContentUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static dev.nokee.core.exec.CommandLineToolLogContent |
normalize(dev.nokee.core.exec.CommandLineToolLogContent content) |
static java.util.function.Consumer<dev.nokee.core.exec.CommandLineToolLogContent.LineDetails> |
normalizedBuildResult() |
static java.util.function.Consumer<dev.nokee.core.exec.CommandLineToolLogContent.LineDetails> |
removedDaemonMessage() |
static java.util.function.Consumer<dev.nokee.core.exec.CommandLineToolLogContent.LineDetails> |
removedJavaIllegalAccessWarnings() |
static java.util.function.Consumer<dev.nokee.core.exec.CommandLineToolLogContent.LineDetails> |
removedWarningSummaryMessage() |
static dev.gradleplugins.runnerkit.BuildResult |
scrapBuildResultFrom(dev.nokee.core.exec.CommandLineToolLogContent output) |
static dev.gradleplugins.runnerkit.BuildResult |
scrapBuildResultFrom(java.lang.String output) |
public static java.util.function.Consumer<dev.nokee.core.exec.CommandLineToolLogContent.LineDetails> normalizedBuildResult()
public static java.util.function.Consumer<dev.nokee.core.exec.CommandLineToolLogContent.LineDetails> removedWarningSummaryMessage()
public static java.util.function.Consumer<dev.nokee.core.exec.CommandLineToolLogContent.LineDetails> removedDaemonMessage()
public static java.util.function.Consumer<dev.nokee.core.exec.CommandLineToolLogContent.LineDetails> removedJavaIllegalAccessWarnings()
public static dev.nokee.core.exec.CommandLineToolLogContent normalize(dev.nokee.core.exec.CommandLineToolLogContent content)
public static dev.gradleplugins.runnerkit.BuildResult scrapBuildResultFrom(java.lang.String output)
public static dev.gradleplugins.runnerkit.BuildResult scrapBuildResultFrom(dev.nokee.core.exec.CommandLineToolLogContent output)