Modifier and Type | Method and Description |
---|---|
abstract Execution.State |
RemoteExecutor.checkRemoteJob()
Checks the status of the job on the remote server.
|
Execution.State |
Executor.getState()
Return current state of the execution.
|
abstract Execution.State |
RemoteExecutor.submitRemoteJob(File cwd)
Submit the job to the remote server.
|
Modifier and Type | Method and Description |
---|---|
void |
Executor.setState(Execution.State state)
Sets the state of the job.
|
Modifier and Type | Method and Description |
---|---|
Execution.State |
Execution.getStepState(String id)
Returns the state for a specific step.
|
static Execution.State |
Execution.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Execution.State[] |
Execution.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Execution.State> |
Execution.getStepState() |
Modifier and Type | Method and Description |
---|---|
void |
Execution.setStepState(String id,
Execution.State state)
Sets the state of the specific step in the workflow.
|
Modifier and Type | Method and Description |
---|---|
void |
Execution.setStepState(Map<String,Execution.State> stepStates) |
Modifier and Type | Method and Description |
---|---|
Execution.State |
StepStateChangedEvent.getNewState() |
Constructor and Description |
---|
StepStateChangedEvent(WorkflowStep step,
Execution execution,
Execution.State newState) |
Modifier and Type | Method and Description |
---|---|
Execution.State |
HPCExecutor.checkRemoteJob() |
Execution.State |
HPCExecutor.getGondolaLogFile() |
Execution.State |
HPCExecutor.submitRemoteJob(File cwd) |
Modifier and Type | Method and Description |
---|---|
Map<String,Execution.State> |
ExecutionsResource.getState(String executionId)
Get the state all steps in an execution
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Execution.State> |
DataWolfServiceClient.getState(String executionId) |
Copyright © 2017. All rights reserved.