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