| Constructor and Description |
|---|
AbstractGradleServerProtocol(File currentDirectory,
File gradleHomeDirectory,
File customGradleExecutor,
String fullCommandLine,
LogLevel logLevel,
ShowStacktrace stackTraceLevel) |
ExecuteGradleCommandServerProtocol(File currentDirectory,
File gradleHomeDirectory,
File customGradleExecutor,
String fullCommandLine,
LogLevel logLevel,
ShowStacktrace stackTraceLevel,
ExecuteGradleCommandServerProtocol.ExecutionInteraction executionInteraction) |
TaskListServerProtocol(File currentDirectory,
File gradleHomeDirectory,
File customGradleExecutor,
String fullCommandLine,
LogLevel logLevel,
ShowStacktrace stackTraceLevel,
TaskListServerProtocol.ExecutionInteraction executionInteraction) |
| Modifier and Type | Method and Description |
|---|---|
ShowStacktrace |
GradlePluginLord.getStackTraceLevel() |
| Modifier and Type | Method and Description |
|---|---|
static String |
GradlePluginLord.getGradleExceptionMessage(Throwable failure,
ShowStacktrace stackTraceLevel)
This code was copied from BuildExceptionReporter.reportBuildFailure in gradle's source, then modified slightly to compensate for the fact that we're not driven by options or logging things to a
logger object.
|
void |
GradlePluginLord.setStackTraceLevel(ShowStacktrace stackTraceLevel)
this allows you to change how much information is given when an error occurs.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessLauncherServer.Protocol |
Request.createServerProtocol(LogLevel logLevel,
ShowStacktrace stackTraceLevel,
File currentDirectory,
File gradleHomeDirectory,
File customGradleExecutor)
This is called right before this command is executed (because the settings such as log level and stack trace level can be changed between the time someone initiates a command and it executes).
|
ProcessLauncherServer.Protocol |
RefreshTaskListRequest.createServerProtocol(LogLevel logLevel,
ShowStacktrace stackTraceLevel,
File currentDirectory,
File gradleHomeDirectory,
File customGradleExecutor)
This is called right before this command is executed (because the settings such as log level and stack trace level can be changed between the time someone initiates a command and it executes).
|
ProcessLauncherServer.Protocol |
ExecutionRequest.createServerProtocol(LogLevel logLevel,
ShowStacktrace stackTraceLevel,
File currentDirectory,
File gradleHomeDirectory,
File customGradleExecutor)
This is called right before this command is executed (because the settings such as log level and stack trace level can be changed between the time someone initiates a command and it executes).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradleRunner.executeCommand(String commandLine,
LogLevel logLevel,
ShowStacktrace stackTraceLevel,
ExecuteGradleCommandServerProtocol.ExecutionInteraction executionInteraction) |
| Modifier and Type | Method and Description |
|---|---|
ShowStacktrace |
LoggingConfiguration.getShowStacktrace() |
static ShowStacktrace |
ShowStacktrace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShowStacktrace[] |
ShowStacktrace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingConfiguration.setShowStacktrace(ShowStacktrace showStacktrace) |
| Modifier and Type | Method and Description |
|---|---|
ShowStacktrace |
LoggingCommandLineConverter.getShowStacktrace(String commandLineArgument)
This returns the stack trace level object represented by the command line argument
|
| Modifier and Type | Method and Description |
|---|---|
String |
LoggingCommandLineConverter.getShowStacktraceCommandLine(ShowStacktrace showStacktrace)
This returns the command line argument that represents the specified stack trace level.
|
| Modifier and Type | Method and Description |
|---|---|
ShowStacktrace |
GradleRunnerInteractionWrapper.getStackTraceLevel() |
Copyright © 2013. All rights reserved