Class IBMiGetSAVFStep
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<SaveFileContent>
org.jenkinsci.plugins.ibmisteps.steps.IBMiGetSAVFStep
- 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()protected SaveFileContentrunOnIBMi(org.jenkinsci.plugins.workflow.steps.StepContext context, LoggerWrapper logger, IBMi ibmi) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
IBMiGetSAVFStep
-
-
Method Details
-
getLibrary
-
getName
-
getToFile
-
runOnIBMi
protected SaveFileContent runOnIBMi(org.jenkinsci.plugins.workflow.steps.StepContext context, LoggerWrapper logger, IBMi ibmi) throws com.ibm.as400.access.AS400SecurityException, com.ibm.as400.access.ObjectDoesNotExistException, IOException, InterruptedException, com.ibm.as400.access.ErrorCompletingRequestException - Specified by:
runOnIBMiin classIBMiStep<SaveFileContent>- Throws:
com.ibm.as400.access.AS400SecurityExceptioncom.ibm.as400.access.ObjectDoesNotExistExceptionIOExceptionInterruptedExceptioncom.ibm.as400.access.ErrorCompletingRequestException
-