/AWS1/CL_PIP=>OVERRIDESTAGECONDITION()
¶
About OverrideStageCondition¶
Used to override a stage condition. For more information about conditions, see Stage conditions and How do stage conditions work?.
Method Signature¶
IMPORTING¶
Required arguments:¶
iv_pipelinename
TYPE /AWS1/PIPPIPELINENAME
/AWS1/PIPPIPELINENAME
¶
The name of the pipeline with the stage that will override the condition.
iv_stagename
TYPE /AWS1/PIPSTAGENAME
/AWS1/PIPSTAGENAME
¶
The name of the stage for the override.
iv_pipelineexecutionid
TYPE /AWS1/PIPPIPELINEEXECUTIONID
/AWS1/PIPPIPELINEEXECUTIONID
¶
The ID of the pipeline execution for the override.
iv_conditiontype
TYPE /AWS1/PIPCONDITIONTYPE
/AWS1/PIPCONDITIONTYPE
¶
The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.
Examples¶
Syntax Example¶
This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.
lo_client->/aws1/if_pip~overridestagecondition(
iv_conditiontype = |string|
iv_pipelineexecutionid = |string|
iv_pipelinename = |string|
iv_stagename = |string|
).