Class IBMiStep<T>
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.ibmisteps.steps.abstracts.IBMiStep<T>
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
- Direct Known Subclasses:
IBMiCommandStep
,IBMiGetIFSStep
,IBMiGetSAVFStep
,IBMiGetSpooledFilesStep
,IBMiPutIFSStep
,IBMiPutSAVFStep
,IBMiRunSQLStep
,IBMiWaitJobStep
public abstract class IBMiStep<T>
extends org.jenkinsci.plugins.workflow.steps.Step
implements Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract T
runOnIBMi
(org.jenkinsci.plugins.workflow.steps.StepContext stepContext, LoggerWrapper logger, IBMi ibmi) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
IBMiStep
public IBMiStep()
-
-
Method Details
-
runOnIBMi
protected abstract T runOnIBMi(org.jenkinsci.plugins.workflow.steps.StepContext stepContext, LoggerWrapper logger, IBMi ibmi) throws IOException, InterruptedException, com.ibm.as400.access.AS400SecurityException, com.ibm.as400.access.ErrorCompletingRequestException, com.ibm.as400.access.ObjectDoesNotExistException, SQLException, com.ibm.as400.access.list.OpenListException - Throws:
IOException
InterruptedException
com.ibm.as400.access.AS400SecurityException
com.ibm.as400.access.ErrorCompletingRequestException
com.ibm.as400.access.ObjectDoesNotExistException
SQLException
com.ibm.as400.access.list.OpenListException
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
-