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 classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()
void
void
setConfiguration
(String configuration) void
setEnvVarNameForResult
(String envVarNameForResult) void
setHttpMethod
(String httpMethod) void
setOverrideCredential
(Credential overrideCredential) void
setParameters
(List<Pair> parameters) void
setUrlPath
(String urlPath) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jenkinsci.plugins.electricflow.models.CallRestApiModel
getParameters, getSummary, isEnvVarNameForResultSet
-
Constructor Details
-
CloudBeesFlowCallRestApiStep
-
-
Method Details
-
getConfiguration
- Specified by:
getConfiguration
in interfaceCallRestApiModel
-
setConfiguration
-
getOverrideCredential
- Specified by:
getOverrideCredential
in interfaceCallRestApiModel
-
setOverrideCredential
-
getUrlPath
- Specified by:
getUrlPath
in interfaceCallRestApiModel
-
setUrlPath
-
getHttpMethod
- Specified by:
getHttpMethod
in interfaceCallRestApiModel
-
setHttpMethod
-
getParameters
- Specified by:
getParameters
in interfaceCallRestApiModel
-
setParameters
-
getBody
- Specified by:
getBody
in interfaceCallRestApiModel
-
setBody
-
getEnvVarNameForResult
- Specified by:
getEnvVarNameForResult
in interfaceCallRestApiModel
-
setEnvVarNameForResult
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-