| Package | Description |
|---|---|
| com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
| com.asakusafw.yaess.jsch |
YAESS Script Handlers via JSch.
|
| com.asakusafw.yaess.paralleljob |
Simple Parallel Job Scheduler Plug-in for YAESS.
|
| Modifier and Type | Method and Description |
|---|---|
VariableResolver |
ProfileContext.getContextParameters()
Returns context parameters (may be environment variables).
|
static VariableResolver |
VariableResolver.system()
Creates a new instance from environment variables and system properties.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ServiceProfile.newInstance(VariableResolver variables)
Deprecated.
use
ServiceProfile.newInstance() instead |
| Constructor and Description |
|---|
ProfileContext(ClassLoader classLoader,
VariableResolver contextParameters)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static JschProcessExecutor |
JschProcessExecutor.extract(String servicePrefix,
Map<String,String> configuration,
VariableResolver variables)
Extracts SSH profiles from configuration and returns a related executor.
|
| Modifier and Type | Method and Description |
|---|---|
static ParallelJobExecutor |
ParallelJobExecutor.extract(String servicePrefix,
Map<String,String> configuration,
VariableResolver variables)
Extracts multiplexity profiles from configuration and returns a related executor.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.