packaged_component

Boomi AtomSphere API: Packaged Component Object

boomi_cicd.util.packaged_component.create_packaged_component(component_id, package_version, notes='', branch_id=None)[source]

Create a packaged component.

Parameters:
  • component_id (str) – The ID of the component.

  • package_version (str) – The version of the package.

  • notes (str) – Additional notes for the package (optional).

  • branch_id (str) – The ID of the branch (optional).

Returns:

The ID of the created package.

Return type:

str

boomi_cicd.util.packaged_component.query_packaged_component(component_id, package_version)[source]

Query the packaged component to check if it has already been created.

Parameters:
  • component_id (str) – The ID of the component.

  • package_version (str) – The version of the package.

Returns:

The ID of the existing package, or an empty string if not found.

Return type:

str