Skip to content

/AWS1/CL_PIP=>UPDATEPIPELINE()

About UpdatePipeline

Updates a specified pipeline with edits or changes to its structure. Use a JSON file with the pipeline structure and UpdatePipeline to provide the full structure of the pipeline. Updating the pipeline increases the version number of the pipeline by 1.

Method Signature

IMPORTING

Required arguments:

io_pipeline TYPE REF TO /AWS1/CL_PIPPLINDECLARATION /AWS1/CL_PIPPLINDECLARATION

The name of the pipeline to be updated.

RETURNING

oo_output TYPE REF TO /aws1/cl_pipupdateplinoutput /AWS1/CL_PIPUPDATEPLINOUTPUT

Domain /AWS1/RT_ACCOUNT_ID
Primitive Type NUMC

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.

DATA(lo_result) = lo_client->/aws1/if_pip~updatepipeline(
  io_pipeline = new /aws1/cl_pipplindeclaration(
    io_artifactstore = new /aws1/cl_pipartifactstore(
      io_encryptionkey = new /aws1/cl_pipencryptionkey(
        iv_id = |string|
        iv_type = |string|
      )
      iv_location = |string|
      iv_type = |string|
    )
    it_artifactstores = VALUE /aws1/cl_pipartifactstore=>tt_artifactstoremap(
      (
        VALUE /aws1/cl_pipartifactstore=>ts_artifactstoremap_maprow(
          key = |string|
          value = new /aws1/cl_pipartifactstore(
            io_encryptionkey = new /aws1/cl_pipencryptionkey(
              iv_id = |string|
              iv_type = |string|
            )
            iv_location = |string|
            iv_type = |string|
          )
        )
      )
    )
    it_stages = VALUE /aws1/cl_pipstagedeclaration=>tt_plinstagedeclarationlist(
      (
        new /aws1/cl_pipstagedeclaration(
          io_beforeentry = new /aws1/cl_pipbeforeentryconds(
            it_conditions = VALUE /aws1/cl_pipcondition=>tt_conditionlist(
              (
                new /aws1/cl_pipcondition(
                  it_rules = VALUE /aws1/cl_pipruledeclaration=>tt_ruledeclarationlist(
                    (
                      new /aws1/cl_pipruledeclaration(
                        io_ruletypeid = new /aws1/cl_pipruletypeid(
                          iv_category = |string|
                          iv_owner = |string|
                          iv_provider = |string|
                          iv_version = |string|
                        )
                        it_commands = VALUE /aws1/cl_pipcommandlist_w=>tt_commandlist(
                          ( new /aws1/cl_pipcommandlist_w( |string| ) )
                        )
                        it_configuration = VALUE /aws1/cl_pipruleconfmap_w=>tt_ruleconfigurationmap(
                          (
                            VALUE /aws1/cl_pipruleconfmap_w=>ts_ruleconfigurationmap_maprow(
                              key = |string|
                              value = new /aws1/cl_pipruleconfmap_w( |string| )
                            )
                          )
                        )
                        it_inputartifacts = VALUE /aws1/cl_pipinputartifact=>tt_inputartifactlist(
                          ( new /aws1/cl_pipinputartifact( |string| ) )
                        )
                        iv_name = |string|
                        iv_region = |string|
                        iv_rolearn = |string|
                        iv_timeoutinminutes = 123
                      )
                    )
                  )
                  iv_result = |string|
                )
              )
            )
          )
          io_onfailure = new /aws1/cl_pipfailureconditions(
            io_retryconfiguration = new /aws1/cl_pipretryconfiguration( |string| )
            it_conditions = VALUE /aws1/cl_pipcondition=>tt_conditionlist(
              (
                new /aws1/cl_pipcondition(
                  it_rules = VALUE /aws1/cl_pipruledeclaration=>tt_ruledeclarationlist(
                    (
                      new /aws1/cl_pipruledeclaration(
                        io_ruletypeid = new /aws1/cl_pipruletypeid(
                          iv_category = |string|
                          iv_owner = |string|
                          iv_provider = |string|
                          iv_version = |string|
                        )
                        it_commands = VALUE /aws1/cl_pipcommandlist_w=>tt_commandlist(
                          ( new /aws1/cl_pipcommandlist_w( |string| ) )
                        )
                        it_configuration = VALUE /aws1/cl_pipruleconfmap_w=>tt_ruleconfigurationmap(
                          (
                            VALUE /aws1/cl_pipruleconfmap_w=>ts_ruleconfigurationmap_maprow(
                              key = |string|
                              value = new /aws1/cl_pipruleconfmap_w( |string| )
                            )
                          )
                        )
                        it_inputartifacts = VALUE /aws1/cl_pipinputartifact=>tt_inputartifactlist(
                          ( new /aws1/cl_pipinputartifact( |string| ) )
                        )
                        iv_name = |string|
                        iv_region = |string|
                        iv_rolearn = |string|
                        iv_timeoutinminutes = 123
                      )
                    )
                  )
                  iv_result = |string|
                )
              )
            )
            iv_result = |string|
          )
          io_onsuccess = new /aws1/cl_pipsuccessconditions(
            it_conditions = VALUE /aws1/cl_pipcondition=>tt_conditionlist(
              (
                new /aws1/cl_pipcondition(
                  it_rules = VALUE /aws1/cl_pipruledeclaration=>tt_ruledeclarationlist(
                    (
                      new /aws1/cl_pipruledeclaration(
                        io_ruletypeid = new /aws1/cl_pipruletypeid(
                          iv_category = |string|
                          iv_owner = |string|
                          iv_provider = |string|
                          iv_version = |string|
                        )
                        it_commands = VALUE /aws1/cl_pipcommandlist_w=>tt_commandlist(
                          ( new /aws1/cl_pipcommandlist_w( |string| ) )
                        )
                        it_configuration = VALUE /aws1/cl_pipruleconfmap_w=>tt_ruleconfigurationmap(
                          (
                            VALUE /aws1/cl_pipruleconfmap_w=>ts_ruleconfigurationmap_maprow(
                              key = |string|
                              value = new /aws1/cl_pipruleconfmap_w( |string| )
                            )
                          )
                        )
                        it_inputartifacts = VALUE /aws1/cl_pipinputartifact=>tt_inputartifactlist(
                          ( new /aws1/cl_pipinputartifact( |string| ) )
                        )
                        iv_name = |string|
                        iv_region = |string|
                        iv_rolearn = |string|
                        iv_timeoutinminutes = 123
                      )
                    )
                  )
                  iv_result = |string|
                )
              )
            )
          )
          it_actions = VALUE /aws1/cl_pipactiondeclaration=>tt_stageactiondeclarationlist(
            (
              new /aws1/cl_pipactiondeclaration(
                io_actiontypeid = new /aws1/cl_pipactiontypeid(
                  iv_category = |string|
                  iv_owner = |string|
                  iv_provider = |string|
                  iv_version = |string|
                )
                it_commands = VALUE /aws1/cl_pipcommandlist_w=>tt_commandlist(
                  ( new /aws1/cl_pipcommandlist_w( |string| ) )
                )
                it_configuration = VALUE /aws1/cl_pipactionconfmap_w=>tt_actionconfigurationmap(
                  (
                    VALUE /aws1/cl_pipactionconfmap_w=>ts_actionconfmap_maprow(
                      key = |string|
                      value = new /aws1/cl_pipactionconfmap_w( |string| )
                    )
                  )
                )
                it_environmentvariables = VALUE /aws1/cl_pipenvironmentvaria00=>tt_environmentvariablelist(
                  (
                    new /aws1/cl_pipenvironmentvaria00(
                      iv_name = |string|
                      iv_type = |string|
                      iv_value = |string|
                    )
                  )
                )
                it_inputartifacts = VALUE /aws1/cl_pipinputartifact=>tt_inputartifactlist(
                  ( new /aws1/cl_pipinputartifact( |string| ) )
                )
                it_outputartifacts = VALUE /aws1/cl_pipoutputartifact=>tt_outputartifactlist(
                  (
                    new /aws1/cl_pipoutputartifact(
                      it_files = VALUE /aws1/cl_pipfilepathlist_w=>tt_filepathlist(
                        ( new /aws1/cl_pipfilepathlist_w( |string| ) )
                      )
                      iv_name = |string|
                    )
                  )
                )
                it_outputvariables = VALUE /aws1/cl_pipoutvariablelist_w=>tt_outputvariablelist(
                  ( new /aws1/cl_pipoutvariablelist_w( |string| ) )
                )
                iv_name = |string|
                iv_namespace = |string|
                iv_region = |string|
                iv_rolearn = |string|
                iv_runorder = 123
                iv_timeoutinminutes = 123
              )
            )
          )
          it_blockers = VALUE /aws1/cl_pipblockerdeclaration=>tt_stageblockerdeclarationlist(
            (
              new /aws1/cl_pipblockerdeclaration(
                iv_name = |string|
                iv_type = |string|
              )
            )
          )
          iv_name = |string|
        )
      )
    )
    it_triggers = VALUE /aws1/cl_pippltriggerdeclara00=>tt_plintriggerdeclarationlist(
      (
        new /aws1/cl_pippltriggerdeclara00(
          io_gitconfiguration = new /aws1/cl_pipgitconfiguration(
            it_pullrequest = VALUE /aws1/cl_pipgitpullreqfilter=>tt_gitpullrequestfilterlist(
              (
                new /aws1/cl_pipgitpullreqfilter(
                  io_branches = new /aws1/cl_pipgitbranchfiltcrit(
                    it_excludes = VALUE /aws1/cl_pipgitbranchpatlist_w=>tt_gitbranchpatternlist(
                      ( new /aws1/cl_pipgitbranchpatlist_w( |string| ) )
                    )
                    it_includes = VALUE /aws1/cl_pipgitbranchpatlist_w=>tt_gitbranchpatternlist(
                      ( new /aws1/cl_pipgitbranchpatlist_w( |string| ) )
                    )
                  )
                  io_filepaths = new /aws1/cl_pipgitfilepathfiltc00(
                    it_excludes = VALUE /aws1/cl_pipgitfilepathpatls00=>tt_gitfilepathpatternlist(
                      ( new /aws1/cl_pipgitfilepathpatls00( |string| ) )
                    )
                    it_includes = VALUE /aws1/cl_pipgitfilepathpatls00=>tt_gitfilepathpatternlist(
                      ( new /aws1/cl_pipgitfilepathpatls00( |string| ) )
                    )
                  )
                  it_events = VALUE /aws1/cl_pipgitpullreqevttyp00=>tt_gitpullrequesteventtypelist(
                    ( new /aws1/cl_pipgitpullreqevttyp00( |string| ) )
                  )
                )
              )
            )
            it_push = VALUE /aws1/cl_pipgitpushfilter=>tt_gitpushfilterlist(
              (
                new /aws1/cl_pipgitpushfilter(
                  io_branches = new /aws1/cl_pipgitbranchfiltcrit(
                    it_excludes = VALUE /aws1/cl_pipgitbranchpatlist_w=>tt_gitbranchpatternlist(
                      ( new /aws1/cl_pipgitbranchpatlist_w( |string| ) )
                    )
                    it_includes = VALUE /aws1/cl_pipgitbranchpatlist_w=>tt_gitbranchpatternlist(
                      ( new /aws1/cl_pipgitbranchpatlist_w( |string| ) )
                    )
                  )
                  io_filepaths = new /aws1/cl_pipgitfilepathfiltc00(
                    it_excludes = VALUE /aws1/cl_pipgitfilepathpatls00=>tt_gitfilepathpatternlist(
                      ( new /aws1/cl_pipgitfilepathpatls00( |string| ) )
                    )
                    it_includes = VALUE /aws1/cl_pipgitfilepathpatls00=>tt_gitfilepathpatternlist(
                      ( new /aws1/cl_pipgitfilepathpatls00( |string| ) )
                    )
                  )
                  io_tags = new /aws1/cl_pipgittagfiltercrit(
                    it_excludes = VALUE /aws1/cl_pipgittagpatlist_w=>tt_gittagpatternlist(
                      ( new /aws1/cl_pipgittagpatlist_w( |string| ) )
                    )
                    it_includes = VALUE /aws1/cl_pipgittagpatlist_w=>tt_gittagpatternlist(
                      ( new /aws1/cl_pipgittagpatlist_w( |string| ) )
                    )
                  )
                )
              )
            )
            iv_sourceactionname = |string|
          )
          iv_providertype = |string|
        )
      )
    )
    it_variables = VALUE /aws1/cl_pipplvariabledeclar00=>tt_plinvariabledeclarationlist(
      (
        new /aws1/cl_pipplvariabledeclar00(
          iv_defaultvalue = |string|
          iv_description = |string|
          iv_name = |string|
        )
      )
    )
    iv_executionmode = |string|
    iv_name = |string|
    iv_pipelinetype = |string|
    iv_rolearn = |string|
    iv_version = 123
  )
).

This is an example of reading all possible response values

lo_result = lo_result.
IF lo_result IS NOT INITIAL.
  lo_pipelinedeclaration = lo_result->get_pipeline( ).
  IF lo_pipelinedeclaration IS NOT INITIAL.
    lv_pipelinename = lo_pipelinedeclaration->get_name( ).
    lv_rolearn = lo_pipelinedeclaration->get_rolearn( ).
    lo_artifactstore = lo_pipelinedeclaration->get_artifactstore( ).
    IF lo_artifactstore IS NOT INITIAL.
      lv_artifactstoretype = lo_artifactstore->get_type( ).
      lv_artifactstorelocation = lo_artifactstore->get_location( ).
      lo_encryptionkey = lo_artifactstore->get_encryptionkey( ).
      IF lo_encryptionkey IS NOT INITIAL.
        lv_encryptionkeyid = lo_encryptionkey->get_id( ).
        lv_encryptionkeytype = lo_encryptionkey->get_type( ).
      ENDIF.
    ENDIF.
    LOOP AT lo_pipelinedeclaration->get_artifactstores( ) into ls_row.
      lv_key = ls_row-key.
      lo_value = ls_row-value.
      IF lo_value IS NOT INITIAL.
        lv_artifactstoretype = lo_value->get_type( ).
        lv_artifactstorelocation = lo_value->get_location( ).
        lo_encryptionkey = lo_value->get_encryptionkey( ).
        IF lo_encryptionkey IS NOT INITIAL.
          lv_encryptionkeyid = lo_encryptionkey->get_id( ).
          lv_encryptionkeytype = lo_encryptionkey->get_type( ).
        ENDIF.
      ENDIF.
    ENDLOOP.
    LOOP AT lo_pipelinedeclaration->get_stages( ) into lo_row_1.
      lo_row_2 = lo_row_1.
      IF lo_row_2 IS NOT INITIAL.
        lv_stagename = lo_row_2->get_name( ).
        LOOP AT lo_row_2->get_blockers( ) into lo_row_3.
          lo_row_4 = lo_row_3.
          IF lo_row_4 IS NOT INITIAL.
            lv_blockername = lo_row_4->get_name( ).
            lv_blockertype = lo_row_4->get_type( ).
          ENDIF.
        ENDLOOP.
        LOOP AT lo_row_2->get_actions( ) into lo_row_5.
          lo_row_6 = lo_row_5.
          IF lo_row_6 IS NOT INITIAL.
            lv_actionname = lo_row_6->get_name( ).
            lo_actiontypeid = lo_row_6->get_actiontypeid( ).
            IF lo_actiontypeid IS NOT INITIAL.
              lv_actioncategory = lo_actiontypeid->get_category( ).
              lv_actionowner = lo_actiontypeid->get_owner( ).
              lv_actionprovider = lo_actiontypeid->get_provider( ).
              lv_version = lo_actiontypeid->get_version( ).
            ENDIF.
            lv_actionrunorder = lo_row_6->get_runorder( ).
            LOOP AT lo_row_6->get_configuration( ) into ls_row_7.
              lv_key_1 = ls_row_7-key.
              lo_value_1 = ls_row_7-value.
              IF lo_value_1 IS NOT INITIAL.
                lv_actionconfigurationvalu = lo_value_1->get_value( ).
              ENDIF.
            ENDLOOP.
            LOOP AT lo_row_6->get_commands( ) into lo_row_8.
              lo_row_9 = lo_row_8.
              IF lo_row_9 IS NOT INITIAL.
                lv_command = lo_row_9->get_value( ).
              ENDIF.
            ENDLOOP.
            LOOP AT lo_row_6->get_outputartifacts( ) into lo_row_10.
              lo_row_11 = lo_row_10.
              IF lo_row_11 IS NOT INITIAL.
                lv_artifactname = lo_row_11->get_name( ).
                LOOP AT lo_row_11->get_files( ) into lo_row_12.
                  lo_row_13 = lo_row_12.
                  IF lo_row_13 IS NOT INITIAL.
                    lv_filepath = lo_row_13->get_value( ).
                  ENDIF.
                ENDLOOP.
              ENDIF.
            ENDLOOP.
            LOOP AT lo_row_6->get_inputartifacts( ) into lo_row_14.
              lo_row_15 = lo_row_14.
              IF lo_row_15 IS NOT INITIAL.
                lv_artifactname = lo_row_15->get_name( ).
              ENDIF.
            ENDLOOP.
            LOOP AT lo_row_6->get_outputvariables( ) into lo_row_16.
              lo_row_17 = lo_row_16.
              IF lo_row_17 IS NOT INITIAL.
                lv_outputvariable = lo_row_17->get_value( ).
              ENDIF.
            ENDLOOP.
            lv_rolearn = lo_row_6->get_rolearn( ).
            lv_awsregionname = lo_row_6->get_region( ).
            lv_actionnamespace = lo_row_6->get_namespace( ).
            lv_actiontimeout = lo_row_6->get_timeoutinminutes( ).
            LOOP AT lo_row_6->get_environmentvariables( ) into lo_row_18.
              lo_row_19 = lo_row_18.
              IF lo_row_19 IS NOT INITIAL.
                lv_environmentvariablename = lo_row_19->get_name( ).
                lv_environmentvariablevalu = lo_row_19->get_value( ).
                lv_environmentvariabletype = lo_row_19->get_type( ).
              ENDIF.
            ENDLOOP.
          ENDIF.
        ENDLOOP.
        lo_failureconditions = lo_row_2->get_onfailure( ).
        IF lo_failureconditions IS NOT INITIAL.
          lv_result_1 = lo_failureconditions->get_result( ).
          lo_retryconfiguration = lo_failureconditions->get_retryconfiguration( ).
          IF lo_retryconfiguration IS NOT INITIAL.
            lv_stageretrymode = lo_retryconfiguration->get_retrymode( ).
          ENDIF.
          LOOP AT lo_failureconditions->get_conditions( ) into lo_row_20.
            lo_row_21 = lo_row_20.
            IF lo_row_21 IS NOT INITIAL.
              lv_result_1 = lo_row_21->get_result( ).
              LOOP AT lo_row_21->get_rules( ) into lo_row_22.
                lo_row_23 = lo_row_22.
                IF lo_row_23 IS NOT INITIAL.
                  lv_rulename = lo_row_23->get_name( ).
                  lo_ruletypeid = lo_row_23->get_ruletypeid( ).
                  IF lo_ruletypeid IS NOT INITIAL.
                    lv_rulecategory = lo_ruletypeid->get_category( ).
                    lv_ruleowner = lo_ruletypeid->get_owner( ).
                    lv_ruleprovider = lo_ruletypeid->get_provider( ).
                    lv_version = lo_ruletypeid->get_version( ).
                  ENDIF.
                  LOOP AT lo_row_23->get_configuration( ) into ls_row_24.
                    lv_key_2 = ls_row_24-key.
                    lo_value_2 = ls_row_24-value.
                    IF lo_value_2 IS NOT INITIAL.
                      lv_ruleconfigurationvalue = lo_value_2->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_row_23->get_commands( ) into lo_row_8.
                    lo_row_9 = lo_row_8.
                    IF lo_row_9 IS NOT INITIAL.
                      lv_command = lo_row_9->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_row_23->get_inputartifacts( ) into lo_row_14.
                    lo_row_15 = lo_row_14.
                    IF lo_row_15 IS NOT INITIAL.
                      lv_artifactname = lo_row_15->get_name( ).
                    ENDIF.
                  ENDLOOP.
                  lv_rolearn = lo_row_23->get_rolearn( ).
                  lv_awsregionname = lo_row_23->get_region( ).
                  lv_ruletimeout = lo_row_23->get_timeoutinminutes( ).
                ENDIF.
              ENDLOOP.
            ENDIF.
          ENDLOOP.
        ENDIF.
        lo_successconditions = lo_row_2->get_onsuccess( ).
        IF lo_successconditions IS NOT INITIAL.
          LOOP AT lo_successconditions->get_conditions( ) into lo_row_20.
            lo_row_21 = lo_row_20.
            IF lo_row_21 IS NOT INITIAL.
              lv_result_1 = lo_row_21->get_result( ).
              LOOP AT lo_row_21->get_rules( ) into lo_row_22.
                lo_row_23 = lo_row_22.
                IF lo_row_23 IS NOT INITIAL.
                  lv_rulename = lo_row_23->get_name( ).
                  lo_ruletypeid = lo_row_23->get_ruletypeid( ).
                  IF lo_ruletypeid IS NOT INITIAL.
                    lv_rulecategory = lo_ruletypeid->get_category( ).
                    lv_ruleowner = lo_ruletypeid->get_owner( ).
                    lv_ruleprovider = lo_ruletypeid->get_provider( ).
                    lv_version = lo_ruletypeid->get_version( ).
                  ENDIF.
                  LOOP AT lo_row_23->get_configuration( ) into ls_row_24.
                    lv_key_2 = ls_row_24-key.
                    lo_value_2 = ls_row_24-value.
                    IF lo_value_2 IS NOT INITIAL.
                      lv_ruleconfigurationvalue = lo_value_2->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_row_23->get_commands( ) into lo_row_8.
                    lo_row_9 = lo_row_8.
                    IF lo_row_9 IS NOT INITIAL.
                      lv_command = lo_row_9->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_row_23->get_inputartifacts( ) into lo_row_14.
                    lo_row_15 = lo_row_14.
                    IF lo_row_15 IS NOT INITIAL.
                      lv_artifactname = lo_row_15->get_name( ).
                    ENDIF.
                  ENDLOOP.
                  lv_rolearn = lo_row_23->get_rolearn( ).
                  lv_awsregionname = lo_row_23->get_region( ).
                  lv_ruletimeout = lo_row_23->get_timeoutinminutes( ).
                ENDIF.
              ENDLOOP.
            ENDIF.
          ENDLOOP.
        ENDIF.
        lo_beforeentryconditions = lo_row_2->get_beforeentry( ).
        IF lo_beforeentryconditions IS NOT INITIAL.
          LOOP AT lo_beforeentryconditions->get_conditions( ) into lo_row_20.
            lo_row_21 = lo_row_20.
            IF lo_row_21 IS NOT INITIAL.
              lv_result_1 = lo_row_21->get_result( ).
              LOOP AT lo_row_21->get_rules( ) into lo_row_22.
                lo_row_23 = lo_row_22.
                IF lo_row_23 IS NOT INITIAL.
                  lv_rulename = lo_row_23->get_name( ).
                  lo_ruletypeid = lo_row_23->get_ruletypeid( ).
                  IF lo_ruletypeid IS NOT INITIAL.
                    lv_rulecategory = lo_ruletypeid->get_category( ).
                    lv_ruleowner = lo_ruletypeid->get_owner( ).
                    lv_ruleprovider = lo_ruletypeid->get_provider( ).
                    lv_version = lo_ruletypeid->get_version( ).
                  ENDIF.
                  LOOP AT lo_row_23->get_configuration( ) into ls_row_24.
                    lv_key_2 = ls_row_24-key.
                    lo_value_2 = ls_row_24-value.
                    IF lo_value_2 IS NOT INITIAL.
                      lv_ruleconfigurationvalue = lo_value_2->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_row_23->get_commands( ) into lo_row_8.
                    lo_row_9 = lo_row_8.
                    IF lo_row_9 IS NOT INITIAL.
                      lv_command = lo_row_9->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_row_23->get_inputartifacts( ) into lo_row_14.
                    lo_row_15 = lo_row_14.
                    IF lo_row_15 IS NOT INITIAL.
                      lv_artifactname = lo_row_15->get_name( ).
                    ENDIF.
                  ENDLOOP.
                  lv_rolearn = lo_row_23->get_rolearn( ).
                  lv_awsregionname = lo_row_23->get_region( ).
                  lv_ruletimeout = lo_row_23->get_timeoutinminutes( ).
                ENDIF.
              ENDLOOP.
            ENDIF.
          ENDLOOP.
        ENDIF.
      ENDIF.
    ENDLOOP.
    lv_pipelineversion = lo_pipelinedeclaration->get_version( ).
    lv_executionmode = lo_pipelinedeclaration->get_executionmode( ).
    lv_pipelinetype = lo_pipelinedeclaration->get_pipelinetype( ).
    LOOP AT lo_pipelinedeclaration->get_variables( ) into lo_row_25.
      lo_row_26 = lo_row_25.
      IF lo_row_26 IS NOT INITIAL.
        lv_pipelinevariablename = lo_row_26->get_name( ).
        lv_pipelinevariablevalue = lo_row_26->get_defaultvalue( ).
        lv_pipelinevariabledescrip = lo_row_26->get_description( ).
      ENDIF.
    ENDLOOP.
    LOOP AT lo_pipelinedeclaration->get_triggers( ) into lo_row_27.
      lo_row_28 = lo_row_27.
      IF lo_row_28 IS NOT INITIAL.
        lv_pipelinetriggerprovider = lo_row_28->get_providertype( ).
        lo_gitconfiguration = lo_row_28->get_gitconfiguration( ).
        IF lo_gitconfiguration IS NOT INITIAL.
          lv_actionname = lo_gitconfiguration->get_sourceactionname( ).
          LOOP AT lo_gitconfiguration->get_push( ) into lo_row_29.
            lo_row_30 = lo_row_29.
            IF lo_row_30 IS NOT INITIAL.
              lo_gittagfiltercriteria = lo_row_30->get_tags( ).
              IF lo_gittagfiltercriteria IS NOT INITIAL.
                LOOP AT lo_gittagfiltercriteria->get_includes( ) into lo_row_31.
                  lo_row_32 = lo_row_31.
                  IF lo_row_32 IS NOT INITIAL.
                    lv_gittagnamepattern = lo_row_32->get_value( ).
                  ENDIF.
                ENDLOOP.
                LOOP AT lo_gittagfiltercriteria->get_excludes( ) into lo_row_31.
                  lo_row_32 = lo_row_31.
                  IF lo_row_32 IS NOT INITIAL.
                    lv_gittagnamepattern = lo_row_32->get_value( ).
                  ENDIF.
                ENDLOOP.
              ENDIF.
              lo_gitbranchfiltercriteria = lo_row_30->get_branches( ).
              IF lo_gitbranchfiltercriteria IS NOT INITIAL.
                LOOP AT lo_gitbranchfiltercriteria->get_includes( ) into lo_row_33.
                  lo_row_34 = lo_row_33.
                  IF lo_row_34 IS NOT INITIAL.
                    lv_gitbranchnamepattern = lo_row_34->get_value( ).
                  ENDIF.
                ENDLOOP.
                LOOP AT lo_gitbranchfiltercriteria->get_excludes( ) into lo_row_33.
                  lo_row_34 = lo_row_33.
                  IF lo_row_34 IS NOT INITIAL.
                    lv_gitbranchnamepattern = lo_row_34->get_value( ).
                  ENDIF.
                ENDLOOP.
              ENDIF.
              lo_gitfilepathfiltercriter = lo_row_30->get_filepaths( ).
              IF lo_gitfilepathfiltercriter IS NOT INITIAL.
                LOOP AT lo_gitfilepathfiltercriter->get_includes( ) into lo_row_35.
                  lo_row_36 = lo_row_35.
                  IF lo_row_36 IS NOT INITIAL.
                    lv_gitfilepathpattern = lo_row_36->get_value( ).
                  ENDIF.
                ENDLOOP.
                LOOP AT lo_gitfilepathfiltercriter->get_excludes( ) into lo_row_35.
                  lo_row_36 = lo_row_35.
                  IF lo_row_36 IS NOT INITIAL.
                    lv_gitfilepathpattern = lo_row_36->get_value( ).
                  ENDIF.
                ENDLOOP.
              ENDIF.
            ENDIF.
          ENDLOOP.
          LOOP AT lo_gitconfiguration->get_pullrequest( ) into lo_row_37.
            lo_row_38 = lo_row_37.
            IF lo_row_38 IS NOT INITIAL.
              LOOP AT lo_row_38->get_events( ) into lo_row_39.
                lo_row_40 = lo_row_39.
                IF lo_row_40 IS NOT INITIAL.
                  lv_gitpullrequesteventtype = lo_row_40->get_value( ).
                ENDIF.
              ENDLOOP.
              lo_gitbranchfiltercriteria = lo_row_38->get_branches( ).
              IF lo_gitbranchfiltercriteria IS NOT INITIAL.
                LOOP AT lo_gitbranchfiltercriteria->get_includes( ) into lo_row_33.
                  lo_row_34 = lo_row_33.
                  IF lo_row_34 IS NOT INITIAL.
                    lv_gitbranchnamepattern = lo_row_34->get_value( ).
                  ENDIF.
                ENDLOOP.
                LOOP AT lo_gitbranchfiltercriteria->get_excludes( ) into lo_row_33.
                  lo_row_34 = lo_row_33.
                  IF lo_row_34 IS NOT INITIAL.
                    lv_gitbranchnamepattern = lo_row_34->get_value( ).
                  ENDIF.
                ENDLOOP.
              ENDIF.
              lo_gitfilepathfiltercriter = lo_row_38->get_filepaths( ).
              IF lo_gitfilepathfiltercriter IS NOT INITIAL.
                LOOP AT lo_gitfilepathfiltercriter->get_includes( ) into lo_row_35.
                  lo_row_36 = lo_row_35.
                  IF lo_row_36 IS NOT INITIAL.
                    lv_gitfilepathpattern = lo_row_36->get_value( ).
                  ENDIF.
                ENDLOOP.
                LOOP AT lo_gitfilepathfiltercriter->get_excludes( ) into lo_row_35.
                  lo_row_36 = lo_row_35.
                  IF lo_row_36 IS NOT INITIAL.
                    lv_gitfilepathpattern = lo_row_36->get_value( ).
                  ENDIF.
                ENDLOOP.
              ENDIF.
            ENDIF.
          ENDLOOP.
        ENDIF.
      ENDIF.
    ENDLOOP.
  ENDIF.
ENDIF.