public class ExecuteTask extends Task
Modifier and Type | Field and Description |
---|---|
static String |
actionVerb |
String |
function
Function name to call in the
script element. |
ExecuteHostType |
hosts
The hosts to run the task on.
|
String |
script
Similar to a command, but instead it is a call to invoke the script (using its relative path).
|
condition, GSON, isSequential, scope, summary, timeoutConfig
Constructor and Description |
---|
ExecuteTask() |
Modifier and Type | Method and Description |
---|---|
String |
getActionVerb() |
StageWrapper.Type |
getStageWrapperType() |
Task.Type |
getType() |
getSummary, toString
public ExecuteHostType hosts
ExecuteHostType.ALL
.public String script
public String function
script
element.public static final String actionVerb
public Task.Type getType()
public StageWrapper.Type getStageWrapperType()
getStageWrapperType
in class Task
public String getActionVerb()
getActionVerb
in class Task
Copyright © 2022 Apache Software Foundation. All rights reserved.