public class ExecutionRequest extends AbstractRequest
AbstractRequest.DummyExecutionInteractionExecutionQueue.Request.Type| Modifier and Type | Field and Description |
|---|---|
static ExecutionQueue.Request.Type |
TYPE |
executionInteraction| Constructor and Description |
|---|
ExecutionRequest(long requestID,
String fullCommandLine,
String displayName,
boolean forceOutputToBeShown,
ExecutionQueue executionQueue) |
| Modifier and Type | Method and Description |
|---|---|
ProcessLauncherServer.Protocol |
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).
|
void |
executeAgain(GradlePluginLord gradlePluginLord) |
ExecutionQueue.Request.Type |
getType() |
cancel, forceOutputToBeShown, getDisplayName, getFullCommandLine, getRequestID, setExecutionInteraction, setProcessLauncherServerpublic static final ExecutionQueue.Request.Type TYPE
public ExecutionRequest(long requestID,
String fullCommandLine,
String displayName,
boolean forceOutputToBeShown,
ExecutionQueue executionQueue)
public ProcessLauncherServer.Protocol createServerProtocol(LogLevel logLevel, ShowStacktrace stackTraceLevel, File currentDirectory, File gradleHomeDirectory, File customGradleExecutor)
logLevel - the user's log level.stackTraceLevel - the user's stack trace levelcurrentDirectory - the current working directory of your gradle projectgradleHomeDirectory - the gradle home directorycustomGradleExecutor - the path to a custom gradle executable. May be null.public void executeAgain(GradlePluginLord gradlePluginLord)
public ExecutionQueue.Request.Type getType()
Copyright © 2013. All rights reserved