Package | Description |
---|---|
com.asakusafw.workflow.executor |
Provides workflow executors.
|
com.asakusafw.workflow.model |
Represents workflow models.
|
com.asakusafw.workflow.model.basic |
Basic implementations of workflow models.
|
Modifier and Type | Method and Description |
---|---|
static String |
TaskExecutors.resolveCommandToken(TaskExecutionContext context,
CommandToken token)
Resolves a
CommandToken for the current execution context. |
Modifier and Type | Method and Description |
---|---|
static List<String> |
TaskExecutors.resolveCommandTokens(TaskExecutionContext context,
List<? extends CommandToken> tokens)
Resolves a list of
CommandToken for the current execution context. |
Modifier and Type | Field and Description |
---|---|
static CommandToken |
CommandToken.BATCH_ARGUMENTS
Represents a token of batch arguments.
|
static CommandToken |
CommandToken.BATCH_ID
Represents a token of batch ID.
|
static CommandToken |
CommandToken.EXECUTION_ID
Represents a token of execution ID.
|
static CommandToken |
CommandToken.FLOW_ID
Represents a token of flow ID.
|
Modifier and Type | Method and Description |
---|---|
static CommandToken |
CommandToken.of(String image)
Returns a plain text command token.
|
Modifier and Type | Method and Description |
---|---|
List<CommandToken> |
CommandTaskInfo.ConfigurationResolver.apply(Map<String,String> configurations)
Resolves configurations into additional command arguments.
|
List<CommandToken> |
CommandTaskInfo.getArguments()
Returns the raw command arguments.
|
default List<CommandToken> |
CommandTaskInfo.getArguments(Map<String,String> extraConfigurations)
Returns the command arguments.
|
Modifier and Type | Method and Description |
---|---|
List<CommandToken> |
BasicConfigurationResolver.apply(Map<String,String> configurations) |
List<CommandToken> |
BasicCommandTaskInfo.getArguments() |
List<CommandToken> |
BasicCommandTaskInfo.getArguments(Map<String,String> extraConfigurations) |
Constructor and Description |
---|
BasicCommandTaskInfo(String moduleName,
String profileName,
String command,
List<CommandToken> arguments)
Creates a new instance.
|
BasicCommandTaskInfo(String moduleName,
String profileName,
String command,
List<CommandToken> arguments,
CommandTaskInfo.ConfigurationResolver resolver)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.