Package | Description |
---|---|
io.jenkins.plugins.adobe.cloudmanager.action |
Modifier and Type | Method and Description |
---|---|
PipelineStepStateExecution |
PipelineWaitingAction.getDynamic(String id)
Used by the UI for iterating over the executions and displaying.
|
PipelineStepStateExecution |
PipelineWaitingAction.getExecution(String id)
Returns the execution based on the id.
|
Modifier and Type | Method and Description |
---|---|
List<PipelineStepStateExecution> |
PipelineWaitingAction.getExecutions()
Lists all the stored executions.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineWaitingAction.add(PipelineStepStateExecution step)
Add the step to the list of executions, for later reloading.
|
void |
PipelineWaitingAction.remove(PipelineStepStateExecution step)
Remove the specified step from the list of known executions.
|
Copyright © 2020–2021 Adobe Inc. All rights reserved.