Class OcContextInit.Execution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
- org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<OcContextInit.Execution>
-
- com.openshift.jenkins.plugins.pipeline.OcContextInit.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OcContextInit
public static class OcContextInit.Execution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<OcContextInit.Execution>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Execution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilePath
getWorkspaceFilePath()
protected OcContextInit.Execution
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution
start, stop
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
-
-
-
-
Method Detail
-
getWorkspaceFilePath
public FilePath getWorkspaceFilePath()
-
run
protected OcContextInit.Execution run() throws Exception
- Specified by:
run
in classorg.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<OcContextInit.Execution>
- Throws:
Exception
-
-