Class CloudBeesFlowCallRestApiStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.electricflow.CloudBeesFlowCallRestApiStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,CallRestApiModel
public class CloudBeesFlowCallRestApiStep
extends org.jenkinsci.plugins.workflow.steps.Step
implements CallRestApiModel
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()voidvoidsetConfiguration(String configuration) voidsetEnvVarNameForResult(String envVarNameForResult) voidsetHttpMethod(String httpMethod) voidsetOverrideCredential(Credential overrideCredential) voidsetParameters(List<Pair> parameters) voidsetUrlPath(String urlPath) org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jenkinsci.plugins.electricflow.models.CallRestApiModel
getParameters, getSummary, isEnvVarNameForResultSet
-
Constructor Details
-
CloudBeesFlowCallRestApiStep
-
-
Method Details
-
getConfiguration
- Specified by:
getConfigurationin interfaceCallRestApiModel
-
setConfiguration
-
getOverrideCredential
- Specified by:
getOverrideCredentialin interfaceCallRestApiModel
-
setOverrideCredential
-
getUrlPath
- Specified by:
getUrlPathin interfaceCallRestApiModel
-
setUrlPath
-
getHttpMethod
- Specified by:
getHttpMethodin interfaceCallRestApiModel
-
setHttpMethod
-
getParameters
- Specified by:
getParametersin interfaceCallRestApiModel
-
setParameters
-
getBody
- Specified by:
getBodyin interfaceCallRestApiModel
-
setBody
-
getEnvVarNameForResult
- Specified by:
getEnvVarNameForResultin interfaceCallRestApiModel
-
setEnvVarNameForResult
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception - Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-