Class IBMiWaitJobStep
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<com.ibm.as400.access.Job>
org.jenkinsci.plugins.ibmisteps.steps.IBMiWaitJobStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
getUser()
protected com.ibm.as400.access.Job
runOnIBMi
(org.jenkinsci.plugins.workflow.steps.StepContext stepContext, LoggerWrapper logger, IBMi ibmi) void
setOnMSGW
(OnMessageWait onMSGW) void
setTimeout
(int timeout) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
IBMiWaitJobStep
-
-
Method Details
-
getName
-
getUser
-
getNumber
-
getTimeout
public int getTimeout() -
setTimeout
@DataBoundSetter public void setTimeout(int timeout) -
getOnMSGW
-
setOnMSGW
-
runOnIBMi
protected com.ibm.as400.access.Job runOnIBMi(org.jenkinsci.plugins.workflow.steps.StepContext stepContext, LoggerWrapper logger, IBMi ibmi) throws InterruptedException, AbortException - Specified by:
runOnIBMi
in classIBMiStep<com.ibm.as400.access.Job>
- Throws:
InterruptedException
AbortException
-