public class OpenShiftExecExecution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<OpenShiftExecExecution.ExecResult>
| Modifier and Type | Class and Description |
|---|---|
static interface |
OpenShiftExecExecution.ExecResult |
| Modifier and Type | Field and Description |
|---|---|
private hudson.model.Computer |
computer |
private hudson.EnvVars |
envVars |
private hudson.model.Executor |
executor |
private hudson.FilePath |
filePath |
private hudson.Launcher |
launcher |
private hudson.model.TaskListener |
listener |
private hudson.model.Run<?,?> |
runObj |
private static long |
serialVersionUID |
private OpenShiftExec |
step |
| Constructor and Description |
|---|
OpenShiftExecExecution() |
| Modifier and Type | Method and Description |
|---|---|
protected OpenShiftExecExecution.ExecResult |
run() |
onResume, start, stopprivate static final long serialVersionUID
@StepContextParameter private transient hudson.model.TaskListener listener
@StepContextParameter private transient hudson.Launcher launcher
@StepContextParameter private transient hudson.EnvVars envVars
@StepContextParameter private transient hudson.model.Run<?,?> runObj
@StepContextParameter private transient hudson.FilePath filePath
@StepContextParameter private transient hudson.model.Executor executor
@StepContextParameter private transient hudson.model.Computer computer
@Inject private transient OpenShiftExec step
protected OpenShiftExecExecution.ExecResult run() throws Exception
run in class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<OpenShiftExecExecution.ExecResult>ExceptionCopyright © 2004-2020 Red Hat, Inc. All Rights Reserved.